Re: [Gambas-user] Serialization Database query result

2017-07-30 Thread PICCORO McKAY Lenz
errr with json? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-29 14:28 GMT-04:00 Hans Lehmann : > Hello. > > What is the possibility to serialize the result of a database query (data > type result)? > Every idea and approach is welcome. > > Sincerely > Hans >

[Gambas-user] Webforms samples?

2017-07-30 Thread alexchernoff
Peace to all! Webforms seem to be awesome but there's no examples and documentation is still quite poor. Controls on webforms do not go appear where they are placed in the form, tab completion of events crashes the IDE(e.g. webbutton _click event)... Does anyone have a sample of a web app which u

[Gambas-user] about lang/like string ? and depends

2017-07-30 Thread PICCORO McKAY Lenz
http://gambaswiki.org/wiki/lang/like since witch version are available? its available for gambas 3.1? depends of the pcre/ gb.pcre module? or not? i mean canuse same regular expressions as PCRE? (i know LIKE its only to deal with ASCII strings) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.b

Re: [Gambas-user] about lang/like string ? and depends

2017-07-30 Thread Tobias Boege
On Sun, 30 Jul 2017, PICCORO McKAY Lenz wrote: > http://gambaswiki.org/wiki/lang/like > > since witch version are available? its available for gambas 3.1? > Since forever and ever. I found the function in Gambas 1.9.44 which is the oldest tag in the svn history, over 10 years ago, and its implem

[Gambas-user] I need help to start drawing with Gambas

2017-07-30 Thread Fernando Cabral
Perhaps some of you have a little time available to point me the direction for this littledelineate project of mine. I like to play with sundials. Basically, it consists in calculating some lines and angles and then drawing them on the ground, marble, concrete, etc. Things are conceptually very ea

Re: [Gambas-user] I need help to start drawing with Gambas

2017-07-30 Thread Tobias Boege
On Sun, 30 Jul 2017, Fernando Cabral wrote: > Perhaps some of you have a little time available to point me the direction > for this littledelineate project of mine. > > I like to play with sundials. Basically, it consists in calculating some > lines and angles and then drawing them on the ground,

Re: [Gambas-user] I need help to start drawing with Gambas

2017-07-30 Thread Fernando Cabral
2017-07-30 17:51 GMT-03:00 Tobias Boege : > On Sun, 30 Jul 2017, Fernando Cabral wrote: > To get you started, you can find the ancient AnalogWatch example on the > software farm, which draws an analog wall clock. If you're proficient > with trigonometry you can concentrate on the Paint bits of the