JMG ALPHA 004 (moving)

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

JMG ALPHA 004 (moving)

Post by Roberto Lopez »

Hi All,

Here is a new release of JMG at a new home.
- 2016.04.16 (alpha 004):

- added: select (combobox) widget.

- added: config.xml file for Phonegap.

- modified: beginGrid() does not requires number of columns as parameter.

- added: placeholder property for text and number widgets.
The new home for JMG from this release is GitHub:

http://jmgweb.github.io/main

GitHub has a lot of advantages, including that Phonegap build service can pull the code directly from it, to build apps. This is how I've created the apk from main demo.

Enjoy!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
luisvasquezcl
Posts: 1259
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: JMG ALPHA 004 (moving)

Post by luisvasquezcl »

Great news, thanks Roberto
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: JMG ALPHA 004 (moving)

Post by Rathinagiri »

Very good.

Now you can test the latest version of JMG from jmg
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
serge_girard
Posts: 3308
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: JMG ALPHA 004 (moving)

Post by serge_girard »

Thanks Roberto !

Serge
There's nothing you can do that can't be done...
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: JMG ALPHA 004 (moving)

Post by mol »

I've created db test and I've imported people.sql and can not connect to database test.
PhpMyAdmin works OK on this db.
What's going on?

I've installed jmg alpha 4 if folder jmg4 of DocumentRoot of serwer apache. When I call manually select.php, I get table:
[["20","John","Dow"],["21","Pepe","Grillo"],["22","Katherine","Janeway"],["23","Marek","Olszewski"]]
User avatar
Roberto Lopez
HMG Founder
Posts: 4012
Joined: Wed Jul 30, 2008 6:43 pm

Re: JMG ALPHA 004 (moving)

Post by Roberto Lopez »

Rathinagiri wrote:Very good.

Now you can test the latest version of JMG from jmg
Oh Thanks!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4012
Joined: Wed Jul 30, 2008 6:43 pm

Re: JMG ALPHA 004 (moving)

Post by Roberto Lopez »

mol wrote:I've created db test and I've imported people.sql and can not connect to database test.
PhpMyAdmin works OK on this db.
What's going on?

I've installed jmg alpha 4 if folder jmg4 of DocumentRoot of serwer apache. When I call manually select.php, I get table:
[["20","John","Dow"],["21","Pepe","Grillo"],["22","Katherine","Janeway"],["23","Marek","Olszewski"]]
mmm... check required username and password for your server and paths to php. Start the app using the server address (if you are local: 127.0.0.1).

That should be all.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: JMG ALPHA 004 (moving)

Post by mol »

I've tried :( without effects, but, I'll work on it tomorrow again and report about effects.
I'll test on another computer later.
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: JMG ALPHA 004 (moving)

Post by mol »

It works now!
My apache configuration is too restricted :)
Thanks!
Post Reply