Re: [Gambas-user] xml.save()

2012-07-11 Thread Adrien Prokopowicz
Problem fixed in revision #4943. 2012/7/11 Antonio Carlos Siqueira > sory, this is the sources. > > # Gambas Form File 3.0 > > { Form Form >MoveScaled(0,0,33,46) >{ save Button > MoveScaled(4,39,10,4) > Text = ("Save") >} >{ TextArea1 TextArea > MoveScaled(3,3,27,3

Re: [Gambas-user] xml.save()

2012-07-11 Thread Antonio Carlos Siqueira
sory, this is the sources. # Gambas Form File 3.0 { Form Form MoveScaled(0,0,33,46) { save Button MoveScaled(4,39,10,4) Text = ("Save") } { TextArea1 TextArea MoveScaled(3,3,27,34) } { open Button MoveScaled(16,39,14,4) Text = ("Re Open") } } ' Gamba

Re: [Gambas-user] xml.save() (Adrien Prokopowicz)

2012-07-10 Thread Emil Lenngren
You'd better send a source package instead of a compiled one, since no one (yet) has written a decompiler... /Emil 2012/7/11 Antonio Carlos Siqueira > OK. > > my file is that; name: file.xml > > > > > this thing. > > > > the application and file.xml are attached. put 2 in the same path

Re: [Gambas-user] xml.save() (Adrien Prokopowicz)

2012-07-10 Thread Antonio Carlos Siqueira
OK. my file is that; name: file.xml this thing. the application and file.xml are attached. put 2 in the same path. Do test you self. Thanks AC When replying, please edit your Subject line so it is more specific than "Re: Contents of Gambas-user digest..." Today's Topics: 1. Re:

Re: [Gambas-user] xml.save()

2012-07-10 Thread Adrien Prokopowicz
Hi Antonio, Can you provide a little project that reproduces the bug ? Regards, Adrien. 2012/7/10 Antonio Carlos Siqueira > Hi to all, > > I'm using xml to save some data in my aplication. > every Myxml.save() used gambas put blanks before and after de data. > > like this: > > > > >

[Gambas-user] xml.save()

2012-07-10 Thread Antonio Carlos Siqueira
Hi to all, I'm using xml to save some data in my aplication. every Myxml.save() used gambas put blanks before and after de data. like this: "A string" first save: "A string" second save: "A string" 3th