Re: [Gambas-user] Gambas WebPage

2012-01-28 Thread Demosthenes Koptsis
This webpage does it replace the .form and .class files we use? On Sat, 2012-01-28 at 21:18 +0100, Ron wrote: > Benoit great news that we can start develop web pages. No idea what I need > exactly. I will just start to play with it for my project and let you know > what I think then. > > Regards

Re: [Gambas-user] Editor 'Split' function is reversed

2012-01-28 Thread Ian Roper
I was looking at this yesterday and the 'penny dropped' It's a matter of interpretation of the 'what you would expect to see' from the menu outcome. I expected to the see the 'divider' as being either horizontal or vertical *sigh* The outcome of course is that the layout of the divided screens i

Re: [Gambas-user] Gambas WebPage

2012-01-28 Thread Ron
Benoit great news that we can start develop web pages. No idea what I need exactly. I will just start to play with it for my project and let you know what I think then. Regards, Ron_2nd Op 28 jan. 2012 18:57 schreef "M. Cs." het volgende: > Will it be possible to display a native HTML/PHP code i

Re: [Gambas-user] Gambas WebPage

2012-01-28 Thread M. Cs.
Will it be possible to display a native HTML/PHP code in it like in ... ? Why to depend on ASP? Csaba 2012/1/28, Sebastian Kulesz : > I really like this idea, it makes an application really versatile. > What I think is that before starting to code it you must define some > things. > > First, the

Re: [Gambas-user] Gambas WebPage

2012-01-28 Thread Sebastian Kulesz
I really like this idea, it makes an application really versatile. What I think is that before starting to code it you must define some things. First, the security implications. Will real webpages be able to use that syntax?. A nice feature would be a whitelist of allowed pages that can be execute

[Gambas-user] Location of the form

2012-01-28 Thread abbat
It's not a clone topic. I'm trying to ask clearly so next. http://old.nabble.com/file/p33219801/123.jpg Form location #1 Fmain.X = 80 Fmain.Y = 80 Form location #2 Fmain.X = 300 Fmain.Y = 570 Form location #3 Fmain.X = 350 Fmain.Y = 750 (limit is 570) Form location #4 How to locate my fo

Re: [Gambas-user] Gambas WebPage

2012-01-28 Thread Caveat
Nice one Benoit! Will you call this technology GASP (Gambas ASP) or GAWP (GAmbas Web Pages)? :-) Will we have access to the Request and Response just like in asp/jsp? How will we get params from decorated url/post? It would be nice if there were a standard means of accessing the params by name..

[Gambas-user] Gambas WebPage

2012-01-28 Thread BenoƮt Minisini
Hi all, I have started the support of a new kind of "form" in the IDE, the "WebPage". WebPage is an HTML page with ASP-like syntax. It is implemented in the gb.web component. The IDE now can edit WebPage, but cannot compile them. Actually it is "just" a matter of modyfing the compiler so that