Embarcadero HTML5 Builder is an IDE for visual development of web-based applications, both for the web and mobile devices, and with a focus on HTML5 features.
Questions tagged [html5builder]
24 questions
1
vote
0 answers
Deployment Datasnap based HTML5 Builder webpage on shared hosting
I created webpage(webapp) in HTML5 Builder, which is running with Datasnap server. On localhost everything is OK, I can say I'm very satisfied. When I try to deploy it on low budget hosting it shows errors like:
Warning:…

Mariusz Pluciennik
- 107
- 13
1
vote
1 answer
How to get a value from a JQGrid? - on HTML5 Builder
Sorry for this question - I know that there are a lot of posts talking about this, but none about how to do it on HTML5 builder.
So, I want to get the value of my Column "ID" (that is the last one of my 4 columns), from the row that the user…

Flávio Gameiro
- 73
- 1
- 8
1
vote
1 answer
HTML5 Builder - chaging pages and weird characters in combobox
I made 2 web server pages with the HTML5 Builder. However, I have this 2 simple questions:
1st:
I don't know how to call the other page (After user insert correct username and password -> show the other page)
2nd: On my Combobox, there is something…

Flávio Gameiro
- 73
- 1
- 8
1
vote
1 answer
How can i use Mobile Hardware components, like: MNotification, MCamera, MGeolocation, MAccelerometer?
I am using Embarcadero's HTML5Builder for Android server mobile apps development.
How can i use Mobile Hardware components, like: MNotification, MCamera, MGeolocation, MAccelerometer ?

user2368299
- 369
- 3
- 14
1
vote
1 answer
How to make HTML5 Builder to use my own copy of Android SDK
I am using Embarcadero's HTML5Builder for Android mobile apps development. If I install android-setup.exe, I may deploy the HTML5Builder project to android virtual device without problem.
Next, I uninstall android-setup.exe and set path variable to…

Chau Chee Yang
- 18,422
- 16
- 68
- 132
1
vote
1 answer
HTML5 Builder change client mobile page
I've just downloaded a trial of HTML5 Builder and have created a number of client mobile pages. I assumed there was a way to switch which client mobile page is currently being displayed in my test app but can't find how to do this. Was this an…

iwmike
- 21
- 2
1
vote
1 answer
JQuery / PHP dynamically connect to network sql server database
I'm totally new to this and to be honest I'm struggling to even find any basic documentation/tutorials on the subject.
I'm using Embacadero HTML5 Builder to try and create an iphone basic app
I have a basic form with 2 edit boxes and a button.
All…

mikelittlewood
- 223
- 4
- 15
0
votes
0 answers
HTML5-Builder client side javascript invoke URL does not work?
New to HTML5. Client Page (javascript). I have a button I want to invoke another page in another browser tab. It doesn't do that, just reloads the same page in the same tab.
Button: Event : Onclick >>>>
function BCDecisionOptionsClick(event) {
…

G Martin
- 11
- 2
0
votes
1 answer
HTML5_Builder Upload Component PHP Upload
Using Upload component from HTML5 Builder Embarcadero
Upload is a submit enabled button on the form. But the documentation doesn't tell me where the actual file goes. When this function is called after the supposed successful upload all the names of…

kc3ase
- 85
- 7
0
votes
0 answers
Are there different products of jqGrid?
I have Html 5 builder XE5 and installed the jqGrid from YouTUbe how to
Moreover I found an answer to my problem at Answer but when I add this to my H5B I get no reaction at the document.write line on a new page. WHat do I wrong? I my jqGrid not the…

Walter Schrabmair
- 1,251
- 2
- 13
- 26
0
votes
1 answer
TeeChart php for HTML5 Builder. How to customize the x-axis
I'm using Embarcadero's HTML5 builder (php) and TeeChart to draw graphs. Great tool for most parts but the TeeChart documentation for HTML5 Builder php is extremely thin, almost nonexisting so you need to guess a lot.
Now, I need a way to format…

MagnusBolm
- 11
- 2
0
votes
1 answer
HTML5Builder language selection on multiple pages
Have language selection like this on page1:
function Image12Click($sender, $params)
{ global $application;
$application->Language = "English (United Kingdom)";
$this->Language = "English (United Kingdom)";
}
Both page1 and…

Carl H. Pedersen
- 1
- 1
0
votes
0 answers
Changing series colors in HTML5 Builder MChart (teechart)
How do you change the colors of a series for the MChart component in Embarcadero's HTML5 Builder (Embarcadero® HTML5 Builder Version 5.1.167.137)? In my server mobile application, I use the code below to populate a chart from a DB with a…

Tom Grubb
- 1
- 1
0
votes
1 answer
Include assets in HTML5 Builder app deployed to Android
I'm developing an HTML5 app with Embarcadero's HTML5 Builder software. I've been able to deploy an app to an Android device. The problem is that all the "assets" (images, audios, videos) that I copy in the folder that I'm deploying don't get…

Albert
- 1,516
- 3
- 24
- 55
0
votes
1 answer
How to include custom javascript function in Server Mobile Application HTML5 Builder
We are developing a Server Mobile Application, currently there are no server side implementation as yet.
I would like to use my own function on a Javascript MButton1JSClick event, like in the code below:
The question is, where do I put the actual…

Odione
- 5
- 3