[Gambas-user] "Strange" coordinates of mouse with _Drop() event

2013-10-19 Thread Ru Vuott
Hello, on a Form I have a "ScrollView" and separately a "PictureBox", in which there is the image I'll drag then with the mouse inside the "ScrollView". Here the code: ** Public Sub Form_Open() ScrollView1.Drop = True End Public Sub Pictur

Re: [Gambas-user] Issue 467 in gambas: Printing example in Gambas 3.5 "Save in Folder" does not change destination for printing

2013-10-19 Thread Jussi Lahtinen
There is no Gambas build-in widget toolkit. I think your project is using gb.gui, which makes the choice for you according to used desktop. You can switch it temporarily to gb.qt4 to do the test. Jussi On Sat, Oct 19, 2013 at 8:28 PM, paulwheeler wrote: > Neither gb.gtk nor gb.qt4 are select

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Adrien Prokopowicz
Well, looks like there is a little bug here. I will fix that tomorrow. Le Sat, 19 Oct 2013 20:15:57 +0200, Bruce a écrit: > First, thanks all for the replies. > > re: Content v Contents >I think (not that Australian is the definitive interpretation of > the English langua

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Bruce
On Sat, 2013-10-19 at 17:30 +0200, Fabien Bodard wrote: > Le 19 oct. 2013 17:07, "Adrien Prokopowicz" > a écrit : > > > > Le Sat, 19 Oct 2013 16:06:33 +0200, Benoît Minisini > > a écrit: > > > > > Le 19/10/2013 15:56, Adrien Prokopowicz a écrit : > > >> I just added the new static method XMLNode.

Re: [Gambas-user] Issue 467 in gambas: Printing example in Gambas 3.5 "Save in Folder" does not change destination for printing

2013-10-19 Thread paulwheeler
Neither gb.gtk nor gb.qt4 are selected in properties, so I assume I am just using gambas built-in stuff. paul On 10/19/2013 08:14 AM, gam...@googlecode.com wrote: > Updates: > Status: NeedsInfo > > Comment #2 on issue 467 by benoit.m...@gmail.com: Printing example in > Gambas 3.5 "Save

Re: [Gambas-user] Issue 458 in gambas: Repeated CRITICAL messages

2013-10-19 Thread gambas
Comment #6 on issue 458 by john.aaron.r...@gmail.com: Repeated CRITICAL messages http://code.google.com/p/gambas/issues/detail?id=458 Result is: [System] OperatingSystem=Linux Kernel=3.5.0-41-generic Architecture=x86_64 Distribution=Ubuntu 12.04.3 LTS Desktop=GNOME Theme=QGtk Language=en_GB.UTF

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Fabien Bodard
Le 19 oct. 2013 17:07, "Adrien Prokopowicz" a écrit : > > Le Sat, 19 Oct 2013 16:06:33 +0200, Benoît Minisini > a écrit: > > > Le 19/10/2013 15:56, Adrien Prokopowicz a écrit : > >> I just added the new static method XMLNode.Deserialize() in revision > >> #5906 > >> for this purpose. For example,

Re: [Gambas-user] Issue 467 in gambas: Printing example in Gambas 3.5 "Save in Folder" does not change destination for printing

2013-10-19 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 467 by benoit.m...@gmail.com: Printing example in Gambas 3.5 "Save in Folder" does not change destination for printing http://code.google.com/p/gambas/issues/detail?id=467 I have the same problem with Firefox! It seems that it is not a bug

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Adrien Prokopowicz
Le Sat, 19 Oct 2013 16:06:33 +0200, Benoît Minisini a écrit: > Le 19/10/2013 15:56, Adrien Prokopowicz a écrit : >> I just added the new static method XMLNode.Deserialize() in revision >> #5906 >> for this purpose. For example, >> >> Print XMLNode.Deserialize("Select * From mytable Where id <

Re: [Gambas-user] Issue 468 in gambas: changing month name in month combobox of databox not working

2013-10-19 Thread gambas
Updates: Status: Fixed Comment #4 on issue 468 by benoit.m...@gmail.com: changing month name in month combobox of databox not working http://code.google.com/p/gambas/issues/detail?id=468 The bug should be fixed in revision #5907. Please confirm, as I will wait before releasing Gambas

Re: [Gambas-user] Issue 458 in gambas: Repeated CRITICAL messages

2013-10-19 Thread gambas
Comment #5 on issue 458 by benoit.m...@gmail.com: Repeated CRITICAL messages http://code.google.com/p/gambas/issues/detail?id=458 Click on "System information..." in the IDE "?" menu and send the result. -- You received this message because this project is configured to send all issue notific

Re: [Gambas-user] Issue 458 in gambas: Repeated CRITICAL messages

2013-10-19 Thread gambas
Comment #4 on issue 458 by john.aaron.r...@gmail.com: Repeated CRITICAL messages http://code.google.com/p/gambas/issues/detail?id=458 I don't know what you mean by widget theme. The app uses the gb.gui component but neither the gb.gtk or the gb.qt4 components. Do I need to tick one of these

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Benoît Minisini
Le 19/10/2013 15:56, Adrien Prokopowicz a écrit : > I just added the new static method XMLNode.Deserialize() in revision #5906 > for this purpose. For example, > > Print XMLNode.Deserialize("Select * From mytable Where id < 10") > > Will print : Select * From mytable Where id < 10 > > Caveat : If y

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Adrien Prokopowicz
I just added the new static method XMLNode.Deserialize() in revision #5906 for this purpose. For example, Print XMLNode.Deserialize("Select * From mytable Where id < 10") Will print : Select * From mytable Where id < 10 Caveat : If you use the FromText() method, you don't actually need to put

Re: [Gambas-user] Issue 468 in gambas: changing month name in month combobox of databox not working

2013-10-19 Thread gambas
Updates: Status: Accepted Labels: -GUI-Any GUI-GTK Comment #3 on issue 468 by benoit.m...@gmail.com: changing month name in month combobox of databox not working http://code.google.com/p/gambas/issues/detail?id=468 OK, I got it... -- You received this message because this proj

Re: [Gambas-user] Issue 468 in gambas: changing month name in month combobox of databox not working

2013-10-19 Thread gambas
Comment #2 on issue 468 by isaf...@gmail.com: changing month name in month combobox of databox not working http://code.google.com/p/gambas/issues/detail?id=468 Pardon me but you didn't get my request. I want to inform that on clicking datebox I get a calender. from there I double click to get

Re: [Gambas-user] Error popping up in 3.5 IDE

2013-10-19 Thread Benoît Minisini
Le 16/10/2013 07:19, Alain Baudrez a écrit : > Hoi, > > every now and then I receive the following error while running the 3.5: > > --- > > This application has raised an unexpected > error and must abort. > > [45] File or directory does n

Re: [Gambas-user] Issue 458 in gambas: Repeated CRITICAL messages

2013-10-19 Thread gambas
Comment #3 on issue 458 by benoit.m...@gmail.com: Repeated CRITICAL messages http://code.google.com/p/gambas/issues/detail?id=458 I dunno. These messages comes from GTK+, and are usually associated with the widget theme in use. Which one do you use exactly? -- You received this message becaus

Re: [Gambas-user] Issue 466 in gambas: gambas2.23 can't input chinese use fcitx 4.2.8.1 in code editor

2013-10-19 Thread gambas
Updates: Status: Fixed Comment #2 on issue 466 by benoit.m...@gmail.com: gambas2.23 can't input chinese use fcitx 4.2.8.1 in code editor http://code.google.com/p/gambas/issues/detail?id=466 (No comment was entered for this change.) -- You received this message because this project is

Re: [Gambas-user] Issue 467 in gambas: Printing example in Gambas 3.5 "Save in Folder" does not change destination for printing

2013-10-19 Thread gambas
Updates: Status: Accepted Labels: -Version3.5 -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 467 by benoit.m...@gmail.com: Printing example in Gambas 3.5 "Save in Folder" does not change destination for printing http://code.google.com/p/gambas/issues/detail?id=467 (No commen

Re: [Gambas-user] Issue 468 in gambas: changing month name in month combobox of databox not working

2013-10-19 Thread gambas
Updates: Status: WontFix Labels: -3.5 Version-TRUNK Comment #1 on issue 468 by benoit.m...@gmail.com: changing month name in month combobox of databox not working http://code.google.com/p/gambas/issues/detail?id=468 You have to double-click on a date to validate the selected dat

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Fabien Bodard
Le 19 oct. 2013 11:23, "Caveat" a écrit : > > Just use FromText... > >Dim myNoddies As XMLNode[] >Dim aNode As XMLNode >myNoddies = XMLElement.FromText("Select * From table1 where abc > < 123") >Print myNoddies.Count >aNode = myNoddies[0] >Print aNode.TextContent > > Return

Re: [Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Caveat
Just use FromText... Dim myNoddies As XMLNode[] Dim aNode As XMLNode myNoddies = XMLElement.FromText("Select * From table1 where abc < 123") Print myNoddies.Count aNode = myNoddies[0] Print aNode.TextContent Returns: 1 Select * From table1 where abc < 123 Kind regards, Caveat

[Gambas-user] gb.xml "unSerialize"

2013-10-19 Thread Bruce
What is the opposite of XMLElement.Serialize(text as String)? ( I want my SQL text back as "... WHERE rdate http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https:/