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
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
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
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
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,
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
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.)
-
> ... 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
> 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
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
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
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
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
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
14 matches
Mail list logo