Re: [Gambas-user] Release of Gambas 2.20

2010-03-01 Thread Bill Richman
Thanks, Benoit. I just installed it and it seems to work fine. I appreciate all your hard work. :-) -Bill Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.com Benoît Minisini wrote: > Hi, >

Re: [Gambas-user] Popup menus not popping

2010-02-03 Thread Bill Richman
That was fast. Thank you! I'm guessing that I'll need to download and make/install the new version to get this fix? -Bill Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.com Benoît

[Gambas-user] Popup menus not popping

2010-02-01 Thread Bill Richman
is was working previously, so I'm not sure what happened. Any suggestions? PUBLIC SUB IconView1_MouseDown() IF Mouse.Right THEN DEBUG "Calling SubplotOptions.Popup" SubplotOptions.Popup DEBUG "Returned from SubplotOptions.Popup" ENDIF END -- Bill Richman

Re: [Gambas-user] Upgraded to 2.19 and now windows and controls are mangled

2010-02-01 Thread Bill Richman
configure and make again. I'll try to capture the outputs this time and get back to you with them if the problem still exists. Thanks, -Bill Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.c

Re: [Gambas-user] Gambas 2.19 display issues

2010-02-01 Thread Bill Richman
I forgot to include this in the previous post. DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10 DISTRIB_CODENAME=intrepid DISTRIB_DESCRIPTION="Ubuntu 8.10" -- Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: ww

Re: [Gambas-user] Installation Gambas2 on Ubuntu 9.10, gb.qte disabled

2010-01-25 Thread Bill Richman
From this list on 1/18/2010: > Don't worry about gb.qte. Nobody uses it, and it has been removed in > Gambas 3. Regards, > -- Benoît Minisini So I guess, don't worry about it. :-) Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, &a

Re: [Gambas-user] Gambas program works in IDE, but fails when installed as a package

2010-01-24 Thread Bill Richman
Thanks. I built Gambas 2.19 from source on my development machine already; that's what I've been working in. Would I have to take additional steps to update the runtime files on the _same_ machine to match the versions in the IDE? Bill Richman - Lincoln, Nebraska Tilter at windmi

[Gambas-user] Gambas program works in IDE, but fails when installed as a package

2010-01-24 Thread Bill Richman
hat it looks like as a compiled version. Help!?! (By the way, this is on Gambas version 2.19.) -- Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.com <><>--

Re: [Gambas-user] Gambas program works in IDE, but fails when installed as a package

2010-01-24 Thread Bill Richman
uggestions (except "give up Gambas") welcome... :-/ Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.com Bill Richman wrote: > I'm sure you're getting tired of hearing from me

[Gambas-user] Tabbing between DataControls inside DataSource?

2010-01-24 Thread Bill Richman
ey.Tab THEN DEBUG "Key.Tab!" DataSource1.Next ENDIF IF Key.text = Key.BackTab THEN DEBUG "Key.BackTab!" DataSource1.Previous ENDIF END What am I missing here? --- Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pie

[Gambas-user] Tabbing between DataControls inside DataSource?

2010-01-24 Thread Bill Richman
= Key.Tab THEN DEBUG "Key.Tab!" DataSource1.Next ENDIF IF Key.text = Key.BackTab THEN DEBUG "Key.BackTab!" DataSource1.Previous ENDIF END What am I missing here? --- Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pie

Re: [Gambas-user] How do I use the MouseMove event in an IconView Control

2010-01-20 Thread Bill Richman
27;t they? I'm confused. Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.com Fabien Bodard wrote: > it is possible but on gambas3 only by activate the traking property > > > 2010/1/20

[Gambas-user] How do I use the MouseMove event in an IconView Control

2010-01-19 Thread Bill Richman
listview?view> or IconView <http://gambasdoc.org/help/comp/gb.qt/iconview?view>, and on DrawingArea <http://gambasdoc.org/help/comp/gb.qt/drawingarea?view> whose Tracking <http://gambasdoc.org/help/comp/gb.qt/drawingarea/tracking?view> property is set." Can anyone tell

[Gambas-user] IconView control questions

2010-01-18 Thread Bill Richman
een sequential rows of icons? Or is there a way to turn off the text labels on the icons entirely, to make them pack together more closely vertically? Thanks. -- Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com we

Re: [Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-18 Thread Bill Richman
st_Click()! I can try setting up a flag to kick me out of the _click until after the control is populated, as someone else suggested, but that seems pretty ugly. Is there some way I can be sure I'm running 2.19 (in which you noted this bug has been fixed) other than the ?/About menu, o

Re: [Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-18 Thread Bill Richman
ain.Populate_cbBedList.190: cbBedList.count=1 FMain.Populate_cbBedList.191: $res!BedNum=1 I can try what someone else suggested - setting a flag after populating the combo-box to tell me if I'm supposed to be in the event or not - but that seems kind of ugly. Bill Richman - Lincoln, Nebraska Tilter at

Re: [Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-18 Thread Bill Richman
Charlie Reinl wrote: > Am Montag, den 18.01.2010, 08:23 -0600 schrieb Bill Richman: > >> I've got a really weird problem going on. I've been working on this >> project for about a month, and today I decided to make some major >> changes to the user interface o

Re: [Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-18 Thread Bill Richman
Benoît Minisini wrote: >> I've got a really weird problem going on. I've been working on this >> project for about a month, and today I decided to make some major >> changes to the user interface operates. I moved some code around and >> delete some code, and now when I run it in the IDE, it rand

[Gambas-user] Program going off the rails in a way I can't explain. Help?

2010-01-18 Thread Bill Richman
uot;select bedname, bednum from Beds" 180 $res = $db.Exec(sql) 181 DEBUG "$res.Count=" & $res.Count 182 FOR EACH $res 183DEBUG "$res!BedName=" & $res!BedName 184cbBedList.Add($res!BedName) 185DEBUG "cbBedList.count=" & cbBedList.Count 186

Re: [Gambas-user] PictureBox problem (Gambas3)

2010-01-14 Thread Bill Richman
special characters in the filename? Just guessing... Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.com kobolds wrote: > I try your suggestion and this time error show up ("unable to load im

Re: [Gambas-user] PictureBox problem (Gambas3)

2010-01-14 Thread Bill Richman
Have you tried: picturebox1.Picture = Picture.load(application.path & "/image/back.png") If only part of your picture is showing, try setting the "stretch" property of the Picturebox control to "True". Bill Richman - Lincoln, Nebraska Tilter at windmills, make

Re: [Gambas-user] How to change a picture when a key is pressed ?

2010-01-08 Thread Bill Richman
k" events. The ToolButton is (at least in my world) on the Form tab, between the "Toggle Button" and the "Slider" controls, shown as a button with a small picture of the GAMBAS logo on it. Hope this helps. Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of

Re: [Gambas-user] Smooth scrolling listboxes should "jump scroll", right?

2010-01-08 Thread Bill Richman
Why didn't I think of that? Works great - thanks! Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon email: b...@geektrap.com web: www.geektrap.com Fabien Bodard wrote: > ok so for the hidden index value : > > private aHiddenVa

[Gambas-user] Smooth scrolling listboxes should "jump scroll", right?

2010-01-06 Thread Bill Richman
I'd prefer a combo-box, but I need to be able to keep track of a "hidden" index value that goes along with each selection in the list. BTW, Benoit, you've rekindled my interest and joy in programming with GAMBAS. It's the best present I've gotten in a long time.

[Gambas-user] Smooth scrolling listboxes should "jump scroll", right?

2010-01-03 Thread Bill Richman
as? BTW, Benoit, you've rekindled my interest and joy in programming with GAMBAS. It's the best present I've gotten in a long time. Thanks. -- Bill Richman - Lincoln, Nebraska Tilter at windmills, maker of pies in the sky, & curmudgeon ema

Re: [Gambas-user] GAMBAS rules! (And a couple of questions about listboxes and control "arrays")

2010-01-01 Thread Bill Richman
o accomplish what I needed to. I don't have the "NEW" clause in there; I'm not sure if that will come back to bite me or not. I have a few things to clean up in the user interface and I think my project will be ready for use. I'll probably be back to bother you guys aga

Re: [Gambas-user] GAMBAS rules! (And a couple of questions about listboxes and control "arrays")

2009-12-31 Thread Bill Richman
n here!". Is there something else I should be doing? Since the form controls are what are calling the subs, it seems like I can't pass the whole aButtons array to the sub triggered by the event (a button click) since the form won't know about it if it's declared only insi

[Gambas-user] GAMBAS rules! (And a couple of questions about listboxes and control "arrays")

2009-12-31 Thread Bill Richman
le. Any ideas? #3) My ListBoxes roll smoothly up and down from one list item to another, like movie credits rolling by, and it's really slow. If I were the user, this would make me crazy. Is there a way to get them to "jump scroll" instead of "smooth scroll"? :-$ Any