Page 1 of 1

JMG ALPHA 004 (moving)

Posted: Sun Apr 17, 2016 3:28 pm
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!

Re: JMG ALPHA 004 (moving)

Posted: Sun Apr 17, 2016 8:19 pm
by luisvasquezcl
Great news, thanks Roberto

Re: JMG ALPHA 004 (moving)

Posted: Mon Apr 18, 2016 5:37 am
by Rathinagiri
Very good.

Now you can test the latest version of JMG from jmg

Re: JMG ALPHA 004 (moving)

Posted: Mon Apr 18, 2016 6:43 am
by serge_girard
Thanks Roberto !

Serge

Re: JMG ALPHA 004 (moving)

Posted: Mon Apr 18, 2016 10:27 am
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"]]

Re: JMG ALPHA 004 (moving)

Posted: Mon Apr 18, 2016 12:19 pm
by Roberto Lopez
Rathinagiri wrote:Very good.

Now you can test the latest version of JMG from jmg
Oh Thanks!

Re: JMG ALPHA 004 (moving)

Posted: Mon Apr 18, 2016 12:22 pm
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.

Re: JMG ALPHA 004 (moving)

Posted: Mon Apr 18, 2016 12:38 pm
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.

Re: JMG ALPHA 004 (moving)

Posted: Mon Apr 18, 2016 12:57 pm
by mol
It works now!
My apache configuration is too restricted :)
Thanks!