[Gambas-user] Gambas 2: Tab Strip 'Menu' Question

2011-02-22 Thread nando
Does anyone know why F10 is the 'menu activation' key for a MENU on a tab stip and how to change it. I cannot seem to find any info on it. -Fernando -- Free Software Download: Index, Search & Analyze Logs and other IT dat

[Gambas-user] Issue 41 in gambas: Message.Question displays buttons in reverse order

2011-02-22 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 41 by jonericn...@gmail.com: Message.Question displays buttons in reverse order http://code.google.com/p/gambas/issues/detail?id=41 Version: TRUNK -- 2.99.0 Revision: r12

[Gambas-user] [Bug] Add Xfce 4.6 stock icons.

2011-02-22 Thread Federico Leite
Hi, in Xfce 4.6, to get the icon theme you're using, you must parse the file "~ / .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. " I will provide the Case "xfce". Case "xfce" > > Try hFile = Open > "~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml" > If Not Error

[Gambas-user] Strange error

2011-02-22 Thread Jussi Lahtinen
Hi! I noticed strange behaviour in one of my projects, and I managed to isolate cause. When I run this code twice; " If IsDir("/tmp/testingtesting/") = True Then Shell "rm -r /tmp/testingtesting/" ' Wait Endif Mkdir "/tmp/testingtesting/" " I got balloon message from IDE; "The program h

Re: [Gambas-user] Issue 39 in gambas: GTK+ TextArea.ensure visibile does not scroll the text

2011-02-22 Thread gambas
Updates: Status: Fixed Comment #2 on issue 39 by benoit.m...@gmail.com: GTK+ TextArea.ensure visibile does not scroll the text http://code.google.com/p/gambas/issues/detail?id=39 Fixed in revision #3603. Note that your code is not correct. TextArea positions are character positions,

Re: [Gambas-user] ColumnView: how to add text to columns (Gambas 2)

2011-02-22 Thread Rolf-Werner Eilert
Am 22.02.2011 17:51, schrieb Anthony Tekatch: >> ... how to insert text into other columns than column 0. >> >> ColumnView1.Add("key1", "Text1") only adds text to the leftmost column, >> the one that can be shown like a treeview. (I don't need that treeview >> feature, just several columns.) And ho

Re: [Gambas-user] Issue 39 in gambas: GTK+ TextArea.ensure visibile does not scroll the text

2011-02-22 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 39 by benoit.m...@gmail.com: GTK+ TextArea.ensure visibile does not scroll the text http://code.google.com/p/gambas/issues/detail?id=39 (No comment was entered for this change.) -

Re: [Gambas-user] ColumnView: how to add text to columns (Gambas 2)

2011-02-22 Thread Anthony Tekatch
> ... how to insert text into other columns than column 0. > > ColumnView1.Add("key1", "Text1") only adds text to the leftmost column, > the one that can be shown like a treeview. (I don't need that treeview > feature, just several columns.) And how do I add text to column 1, 2 > etc.? Here is

Re: [Gambas-user] Re-arrange controls

2011-02-22 Thread Benoît Minisini
> Hi, > > I have a from with arrangement=Vertical. I add some buttons in code like: > button1 = new Button(Form1) > button2 = new Button(Form1) > . > Of course when program starts, the buttons are displayed from top to bottom > with order: button1 => button2 . > I want to rearrange those b

[Gambas-user] Re-arrange controls

2011-02-22 Thread Phạm Quang Dương
Hi, I have a from with arrangement=Vertical. I add some buttons in code like: button1 = new Button(Form1) button2 = new Button(Form1) . Of course when program starts, the buttons are displayed from top to bottom with order: button1 => button2 . I want to rearrange those buttons with new or

[Gambas-user] ColumnView: how to add text to columns (Gambas 2)

2011-02-22 Thread Rolf-Werner Eilert
Hi, Never used a ColumnView before. Now it could be useful. But I'm stuck at the point how to insert text into other columns than column 0. ColumnView1.Add("key1", "Text1") only adds text to the leftmost column, the one that can be shown like a treeview. (I don't need that treeview feature, ju

Re: [Gambas-user] Issue 40 in gambas: small error (Gambas3)

2011-02-22 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 40 by benoit.m...@gmail.com: small error (Gambas3) http://code.google.com/p/gambas/issues/detail?id=40 PRINT internally uses the Str() function to convert its arguments, so 'PRINT True' prints 'True' (or

[Gambas-user] Issue 40 in gambas: small error (Gambas3)

2011-02-22 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 40 by a.al...@gmail.com: small error (Gambas3) http://code.google.com/p/gambas/issues/detail?id=40 1) Describe the problem. sample: Dim Var_bool As Boolean Var_bool = True

[Gambas-user] Issue 39 in gambas: GTK+ TextArea.ensure visibile does not scroll the text

2011-02-22 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 39 by sot...@gmail.com: GTK+ TextArea.ensure visibile does not scroll the text http://code.google.com/p/gambas/issues/detail?id=39 1) Describe the problem. Calling the su