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

2011-02-26 Thread nando
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]

Re: [Gambas-user] a Bug in translation modul (gambas2 and gambas3 rev 2620)

2011-02-26 Thread Benoît Minisini
> 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

Re: [Gambas-user] DrawArea errors

2011-02-26 Thread math.e...@t-online.de
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

Re: [Gambas-user] Listview picture not showing...

2011-02-26 Thread Fabien Bodard
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

[Gambas-user] Listview picture not showing...

2011-02-26 Thread 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/mypicture.png") ' This png file is 26x16 and

Re: [Gambas-user] DrawArea errors

2011-02-26 Thread Demosthenes Koptsis
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

Re: [Gambas-user] DrawArea errors

2011-02-26 Thread Benoît Minisini
> 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_

[Gambas-user] DrawArea errors

2011-02-26 Thread Demosthenes Koptsis
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

Re: [Gambas-user] Image.DrawRect() is same with Image.FillRect()

2011-02-26 Thread Demosthenes Koptsis
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 > >

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

2011-02-26 Thread gambas
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

Re: [Gambas-user] Issue 42 in gambas: In Gambas3 (2.99.0), Line Input hangs up.

2011-02-26 Thread gambas
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

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

2011-02-26 Thread gambas
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. -

Re: [Gambas-user] CDE. An interesting packaging tool

2011-02-26 Thread Benoît Minisini
> 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