Questions tagged [radphp]

Embarcadero® RadPHP™ is a visual PHP framework and IDE that supports Web, Facebook®, and mobile applications.

16 questions
9
votes
2 answers

How do I upgrade the PHP in RAD PHP XE2

I am using RADPHP XE2 (from Borland / Embarcadero) as my IDE. Only because I have been using their IDE for years. I am not actuially using any of the VCL components, as that is a stupid concept for web-design. I want to upgrade the PHP that it is…
Rohit Gupta
  • 4,022
  • 20
  • 31
  • 41
3
votes
2 answers

Embarcadero RAD PHP XE2 - PageControls & Scrollbar in browser

I'm working with Embarcadero's RADPHP XE2 and a page I want to build has some text at the top (multiple lines) as a label, and below that a PageControl component - despite the page being set to be more than tall enough, when debugging and viewing in…
James
  • 251
  • 1
  • 5
3
votes
1 answer

Is RadPHP good to go to build apps?

Yesterday I tried RadPHP, it looks very similar to Delphi with it's properties which is very nice. I set-up some demo app to test it and after compiling (to android) it seems to be a compiled app that creates an webview to show HTML content. Sounds…
Codebeat
  • 6,501
  • 6
  • 57
  • 99
2
votes
1 answer

How to send large files from RadPHP server to Delphi XE datasnap server

What is the best method to send a large (<50MB) file from a PHP server (written in RADPHP) to a Delphi Datasnap server (Delphi XE). Because of the connectivity issues I would prefer to use HTTP(S) but this is new territory for me. The PHP server…
user1235807
  • 59
  • 1
  • 5
2
votes
1 answer

Will Embarcadero RadPHP XE2 scale to an e-commerce site?

In a nutshell: is RadPHP a toy? or can you build real web sites, such as a e-commerce/shopping carts app that will: Support 100s of simultaneous users on a reasonably good web server, like any other PHP app my specific concern is the RPCL library…
Paul Filmer
  • 123
  • 5
2
votes
1 answer

How to get started with RadPHP XE2 and Android?

I have installed RadPHP XE2 on a Windows 7 Professional 64-bit host. I ran the Android-setup.exe. Using the SDK manager i have downloaded all available packages and created an Android 2.2 (API Level 8) device. I opened the PhoneGap examples, ran the…
TechnoCowboy
  • 344
  • 2
  • 15
2
votes
1 answer

How can I get the results to be paged like almost all web pages do in radphp?

Experimenting with no success on the dbpaginator component included with radphp xe2, I wonder how can I manage to page records displayed on the dbrepeater.
Ertunç
  • 819
  • 1
  • 9
  • 21
1
vote
3 answers

Why my PHP script works when it is offline but not when it is online?

I have a PHP application created (on RentACoder) in RADPHP. When I run it from RADPHP IDE it works. However, when it is online only a small part of the interface is shown. Any hints about what I should do to make it work?
Gabriel
  • 20,797
  • 27
  • 159
  • 293
1
vote
4 answers

How to display text on multiple lines?

I am using RadPhp to build a PHP application. I want to display several independent lines of text in an Edit control (using $this->edit->text property ) but it seems to be impossible. If I use \n it just displays it instead of braking this line in…
Gabriel
  • 20,797
  • 27
  • 159
  • 293
1
vote
0 answers

What is the Watch Level setting do in RadPHP?

In RadPHP version XE2 go to menu item Tools|Options|PHP|Internal Webserver. There you will see a setting for "Watch Level" What is this for? The help has a information on the Internal Webserver settings but it does not say anything about Watch…
Jonathan Elkins
  • 455
  • 5
  • 21
0
votes
2 answers

Changing cell data

For a project I need to work in RadPHP XE2 In this project I created a DBGRid. This is all working fine. Now I need to change the cell color for each cell. The color for the cell is depending on the value inside that cell. Like this: if value > 0 …
WannaKnow
  • 88
  • 1
  • 8
0
votes
0 answers

Embarcadero RadPHP XE2

MPage1
Eminem
  • 7,206
  • 15
  • 53
  • 95
0
votes
2 answers

Object of class Layout could not be converted to string

When I run the app locally via the IDE I do not see any errors But when transferred to a server I get "Object of class Layout could not be converted to string in / folder location /rpcl/classes.inc.php on line 484" This is stopping me deploying so…
user1235807
  • 59
  • 1
  • 5
0
votes
4 answers

Is there a way to get HTML5 Builder to get Turkish character encoding right in Android projects?

First I edit the MPage encoding. Then I add some mobile components on design view. I populate their caption/list properties with text including Turkish characters. However in the template view HTML5 Builder does not show these characters…
Ertunç
  • 819
  • 1
  • 9
  • 21
0
votes
1 answer

RadPHP, Xcode, Phonegap and Cordova Problems

Briefly, (as briefly as possible) here's my scenario: I have just gotten a trial of RADPHP XE2 and created a simple interface for a single page iPad app. I have exported the PHP design through PhoneGap and moved the resulting Xcode files to one of…
Brian
  • 241
  • 1
  • 3
  • 12
1
2