Rethinking HMGSCRIPT

Moderator: Rathinagiri

Post Reply
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Rethinking HMGSCRIPT

Post by Roberto Lopez »

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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Rethinking HMGSCRIPT

Post by Rathinagiri »

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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Rethinking HMGSCRIPT

Post by bpd2000 »

I confirm view / suggestion of Rathinagiri
BPD
Convert Dream into Reality through HMG
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Rethinking HMGSCRIPT

Post by Roberto Lopez »

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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply