Re: [Gambas-user] New gb.web.form component

2015-12-06 Thread Benoît Minisini
Le 06/12/2015 14:45, PICCORO McKAY Lenz a écrit : > Hi Benoit and others.. there's many things here that must be take carefully > > 1) take in consideration stabilitiy in words of changes of the web > sites/apps, everyday are changing and the browsers force that! the > app, javascript, ajax, and

Re: [Gambas-user] New gb.web.form component

2015-12-06 Thread PICCORO McKAY Lenz
Hi Benoit and others.. there's many things here that must be take carefully 1) take in consideration stabilitiy in words of changes of the web sites/apps, everyday are changing and the browsers force that! the app, javascript, ajax, and those stupids that forces developers to change and change

Re: [Gambas-user] New gb.web.form component

2015-11-29 Thread Moviga Technologies
It was just starting to resemble the Gambas IDE, so I got curious of how ambitious you had become ;) Glad to hear that your feet is still on the ground, haha :) -- ___

Re: [Gambas-user] New gb.web.form component

2015-11-29 Thread Benoît Minisini
Le 27/11/2015 20:54, Moviga Technologies a écrit : > > > Are you making Gambas IDE as a webapp??? Hmmm... No. I don't see where it would be useful. or are you just playing around? Neither. I just want to be able to write webapps a bit like I write desktop apps: quickly, and without having to

Re: [Gambas-user] New gb.web.form component

2015-11-19 Thread Benoît Minisini
Le 19/11/2015 11:45, Moviga Technologies a écrit : > > > I was thinking of forms as pages, and that you could gracefully change > from one form/page to another by using Ajax-calls. Now, that I play with > the latest version, it seems that you will use the main form as the > page, and the

Re: [Gambas-user] New gb.web.form component

2015-11-19 Thread Moviga Technologies
OK! Sounds good! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] New gb.web.form component

2015-11-18 Thread Moviga Technologies
> How to switch from one web form to another one is not designed yet. Have you considered using Ajax? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] New gb.web.form component

2015-11-18 Thread Benoît Minisini
Le 19/11/2015 01:56, Mike Crean a écrit : > Hi Benoit, take alook at > http://www.sitepoint.com/build-your-own-ajax-web-apps/andhttp://www.htmlgoodies.com/beyond/javascript/article.php/3767776/How-to-Develop-Web-Applications-with-Ajax-Part-1.htmfor > a look at the AJAX technologies. > Best

Re: [Gambas-user] New gb.web.form component

2015-11-15 Thread Jerry McBride
On 11/09/15 23:19, Benoît Minisini wrote: > Hi, > > The gb.web.form is a new component whose goal is easing Web application > developement by mainly allowing to use the IDE form editor to define > your GUI interface. > > It will use the web browser mainly as a sophisticated terminal. All the >

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Benoît Minisini
Le 14/11/2015 00:11, Moviga Technologies a écrit : >> All controls and controls elements should have a specific CSS class >> (whose name begins with "gw-") that will allow to customize their >> apparence. >> >> If there is a "style.css" file in the root folder of your project, it >> will be

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Benoît Minisini
Le 15/11/2015 03:29, Sebastian Kulesz a écrit : > Hi Benoît, just a heads up that the gb.web.form component is missing from > the comp/src/order file. That's the only thing stopping it from being > included in the PPA. I would fix it myself, but I don't have access to the > svn tree from where I'm

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Sebastian Kulesz
Hi Benoît, just a heads up that the gb.web.form component is missing from the comp/src/order file. That's the only thing stopping it from being included in the PPA. I would fix it myself, but I don't have access to the svn tree from where I'm at. On Sat, Nov 14, 2015 at 8:31 PM, Jussi Lahtinen

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Moviga Technologies
Haha! I am laughing! :D That's a good reason! My condolences to you by the way. It is very sad to see what has happened. Do you live in Paris? -- ___ Gambas-user mailing

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Frank
Op 14-11-15 om 17:00 schreef Benoît Minisini: > Le 14/11/2015 16:49, Frank a écrit : >> Hello, >> >> I have been reading this thread about the new component. This will not >> enable me to create a html mail newsletter to be send, right? >> I have been searching to create a mailbody in HTML to

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Moviga Technologies
Why then is the timer available among the controls to drop on the WebForm? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Benoît Minisini
Le 14/11/2015 16:49, Frank a écrit : > Hello, > > I have been reading this thread about the new component. This will not enable > me to create a html mail newsletter to be send, right? > I have been searching to create a mailbody in HTML to send via > desktop.sendmail > > swissgamba > Mail is

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Benoît Minisini
Le 14/11/2015 16:18, Moviga Technologies a écrit : > > > Haha! I am laughing! :D That's a good reason! > > My condolences to you by the way. It is very sad to see what has > happened. Do you live in Paris? Yep. As I said to a friend, the "great" leaders of our "free" world were thinking about

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Benoît Minisini
Le 14/11/2015 15:17, Moviga Technologies a écrit : > > > Why then is the timer available among the controls to drop on the > WebForm? > Because things are not finished. :-) -- Benoît Minisini --

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Frank
Hello, I have been reading this thread about the new component. This will not enable me to create a html mail newsletter to be send, right? I have been searching to create a mailbody in HTML to send via desktop.sendmail swissgamba Op 14-11-15 om 16:29 schreef Benoît Minisini: > Le 14/11/2015

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread ML
*On 11/14/2015 12:29 PM, Benoît Minisini wrote:* > *Le 14/11/2015 16:18, Moviga Technologies a écrit :* >> Haha! I am laughing! :D That's a good reason! >> My condolences to you by the way. It is very sad to see what has >> happened. Do you live in Paris? > Yep. > As I said to a friend, the

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Benoît Minisini
Le 14/11/2015 19:57, ML a écrit : > *On 11/14/2015 12:29 PM, Benoît Minisini wrote:* >> *Le 14/11/2015 16:18, Moviga Technologies a écrit :* >>> Haha! I am laughing! :D That's a good reason! >>> My condolences to you by the way. It is very sad to see what has >>> happened. Do you live in Paris? >>

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Moviga Technologies
> Yep. > > As I said to a friend, the "great" leaders of our "free" world were > thinking about giving antitank rockets to the "moderate" terrorists > just > a week ago to pester the russians. What a beautiful firework they could > do in Paris with that. The number of deaths record will be

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Jussi Lahtinen
My condolences as well. It's a shame how so few rotten minds can ruin so many innocent lives. Jussi On Sat, Nov 14, 2015 at 9:05 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 14/11/2015 19:57, ML a écrit : > > *On 11/14/2015 12:29 PM, Benoît Minisini wrote:* > >> *Le

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Moviga Technologies
This is starting to look really cool Benoît :) Good job! Some years ago I made a system for a company in PHP that heavily relied on forms. It's purpose was to keep track of projects, customers, warehouse, carried out and pending repair tasks, employees, and so forth. With this I could make it

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Moviga Technologies
All controls and controls elements should have a specific CSS class (whose name begins with "gw-") that will allow to customize their apparence. If there is a "style.css" file in the root folder of your project, it will be automatically used by the gb.web.form component to generate the web

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Benoît Minisini
Le 13/11/2015 22:19, Moviga Technologies a écrit : > > > This is starting to look really cool Benoît :) Good job! > > Some years ago I made a system for a company in PHP that heavily relied > on forms. It's purpose was to keep track of projects, customers, > warehouse, carried out and pending

Re: [Gambas-user] New gb.web.form component

2015-11-11 Thread Moviga Technologies
This looks interesting. I think if you want to stay on par with HTML5, you should not use inline CSS though. Also, I believe that using flexboxes for layout containers would be a very good idea :) (take a look here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/) Form controls

Re: [Gambas-user] New gb.web.form component

2015-11-11 Thread Benoît Minisini
Le 11/11/2015 16:59, Moviga Technologies a écrit : > > > This looks interesting. I think if you want to stay on par with HTML5, > you should not use inline CSS though. I do that because I refresh part of the pages by just sending HTML. If I have to separate the style, I would have to send HTML,

[Gambas-user] New gb.web.form component

2015-11-09 Thread Benoît Minisini
Hi, The gb.web.form is a new component whose goal is easing Web application developement by mainly allowing to use the IDE form editor to define your GUI interface. It will use the web browser mainly as a sophisticated terminal. All the application logic will be run on the server. It won't