Place a menu on a form with some items on it.
Press F10 and the left most item on the menu is highlighted
-- Original Message ---
From: Benoît Minisini
To: nand...@nothingsimple.com, mailing list for gambas users
Sent: Fri, 25 Feb 2011 15:06:34 +0100
Subject: Re: [Gambas-user]
> Salut Benoît,
>
> the following string does not appear in the Translation Window .
>sText &= ("- if done, press '" & btnOKTextChange & "'") & ""
>
> btnOKTextChange keeps the text of the btnOK->button
>
> Found on my old gambas2 2.20.1 Revision: 2771, and tested
> with gambas3 rev 2620 w
Try to do something like
Draw.Begin(drawArea)
Draw.Circle(10, 10, 5)
Draw.End
in one Sub, not in two. And not at all in the Draw event that is raised by
drawing...
Just look at all those examples in the Drawing section, plus ImageViewer.
-Original-Nachricht-
Subj
2011/2/26 Stephen Bungay :
> This has undoubtedly been asked before.
>
> GAMBAS 2.2
>
> I am trying to add an icon to the listview items, to that end this
> code snippet should do the trick;
>
> Private SUB Initialize_Listview1()
> DIM Icon AS NEW Picture
>
> Icon.Load("/home/username/mypic
This has undoubtedly been asked before.
GAMBAS 2.2
I am trying to add an icon to the listview items, to that end this
code snippet should do the trick;
Private SUB Initialize_Listview1()
DIM Icon AS NEW Picture
Icon.Load("/home/username/mypicture.png") ' This png file is 26x16
and
Yes it maybe not correct i try to figure out how to use a drawing area.
Any example, any help?
On Sat, 2011-02-26 at 18:52 +0100, Benoît Minisini wrote:
> > i have this code
> >
> > ' Gambas class file
> >
> > Public Sub Form_Open()
> >
> > Draw.Begin(drawArea)
> >
> > End
> >
> > Public Sub
> i have this code
>
> ' Gambas class file
>
> Public Sub Form_Open()
>
> Draw.Begin(drawArea)
>
> End
>
> Public Sub drawArea_Draw()
> Draw.Circle(10, 10, 5)
>
>
> End
>
>
> and i get these errors.
>
>
> (Project99:15758): Gdk-CRITICAL **: gdk_drawable_get_colormap: assertion
> `GDK_IS_
i have this code
' Gambas class file
Public Sub Form_Open()
Draw.Begin(drawArea)
End
Public Sub drawArea_Draw()
Draw.Circle(10, 10, 5)
End
and i get these errors.
(Project99:15758): Gdk-CRITICAL **: gdk_drawable_get_colormap: assertion
`GDK_IS_DRAWABLE (drawable)' failed
(Project99:157
ok, i found color.setalpha(). it is ok for integer color values than RGB
format. i use integer values.
On Fri, 2011-02-25 at 13:43 +0100, Fabien Bodard wrote:
> 2011/2/25 Demosthenes Koptsis :
> > ok, something else.
> >
> > i see there is no documentation but if you like to answer a question
> >
Comment #2 on issue 40 by a.al...@gmail.com: small error (Gambas3)
http://code.google.com/p/gambas/issues/detail?id=40
Thank you for your attention!
--
Free Software Download: Index, Search & Analyze Logs and other IT d
Updates:
Status: NeedsInfo
Labels: -Version Version-TRUNK
Comment #1 on issue 42 by benoit.m...@gmail.com: In Gambas3 (2.99.0), Line
Input hangs up.
http://code.google.com/p/gambas/issues/detail?id=42
It hangs inside the IDE, but it does not hang in real life (inside a true
te
Updates:
Status: Fixed
Labels: -Version -GUI-Any Version-TRUNK GUI-QT4
Comment #1 on issue 41 by benoit.m...@gmail.com: Message.Question displays
buttons in reverse order
http://code.google.com/p/gambas/issues/detail?id=41
Fixed in revision #3619.
-
> So I imagine this has been forgotten and dropped by the wayside, but I have
> found cde to be very useful in making my app work in opensolaris,
> OpenIndiana, PC-BSD and some linux builds, mainly suse and ubuntu.
>
>
> @Benoît
> I think cde may be the best viable solution at packaging libraries
13 matches
Mail list logo