[Gambas-user] Error messages by 0.99

ron ronstk at ...239...
Tue Sep 7 14:46:51 CEST 2004


On Tuesday 07 September 2004 14:16, Rob wrote:
> On Tuesday 07 September 2004 07:07, ron wrote:
> > You have changed i.e. left,top,x and y to move(t,l,x,y) for
> > the form in version 0.97 or 0.98
> 
> You sure about that one?  When I went back to my VB form 
> converter, it was already outputting move(t,l,w,h) and I had 
> previously updated it a year ago.
> 
> Rob
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
Just checked to verify
Katebrowser till version 0.96 use l,t,x,y separate
0.97 uses move(t,l,x,y)

This change was found a few version back with diff as only difference
on one of the example projects I had the problem with after upgrade.

I do not know witch the exact was but between 0.96 and 0.97 it happend by me.
After manual edit in kedit it was OK.
Now it is read in the project as is both ways but saved in the move() way.

Already compiled the old way to a executable gives the argument error 
on the newer interpreter.

So I can say I am sure and asume the compiled katebrowser 0.96 does 
not run on 0.99




More information about the User mailing list