Hi All,
As I've commented in other posts, I've finalized the first version of my first 'real-world' HmgScript application.
I've used the 035 version (Harbour uHttp server) since it fits better in my environment (LAN / netio server). The development was fast and easy.
It works fine in a lot of different browsers without problems (if you omit the HTML5 specific widgets).
But, I've tested in tablets and phones (they will be used as clients) and the problems arose.
The windowed interface simply is very difficult to use in such devices.
So, HmgScript needs an alternate personality.
Since I'm extremely 'off-schedule' I need a quick solution, so I've created an alternative GUI for the application, based on jQuery Mobile. It was easy, but, extremely difficult compared with HmgScript.
So, I've concluded that an alternative GUI, optimized for phones and tablets is required.
Basically, windows should be replaced with 'pages', screen coordinates for controls should be eliminated, and default sizes for them, must be larger.
Any ideas and opinions are greatly welcome.
http://jquerymobile.com/
TIA.
Rethinking HMGSCRIPT
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Rethinking HMGSCRIPT
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Rathinagiri
- Posts: 5477
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: Rethinking HMGSCRIPT
IMHO, web application/mobile application is the name of the game today.
HTML5, being the emerging standard, should be considered favorably in our developments.
jQuery is also open source, I think.
If we can make use of jQuery and create a wrapper to simplify (HMG way) I am just for it.
Thanks Roberto for your enduring research and vision.
HTML5, being the emerging standard, should be considered favorably in our developments.
jQuery is also open source, I think.
If we can make use of jQuery and create a wrapper to simplify (HMG way) I am just for it.
Thanks Roberto for your enduring research and vision.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: Rethinking HMGSCRIPT
I confirm view / suggestion of Rathinagiri
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Rethinking HMGSCRIPT
Thanks for your answers.
I'm evaluating right now what will be easier: a wrapper for jQuery Mobile, or creating alternate GUI from the scratch.
The examples I've found for dynamically creating jQuery Mobile content from JavaScript, appears to be a little difficult.
I'll still researching.
I'm evaluating right now what will be easier: a wrapper for jQuery Mobile, or creating alternate GUI from the scratch.
The examples I've found for dynamically creating jQuery Mobile content from JavaScript, appears to be a little difficult.
I'll still researching.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)