Re: [Gambas-user] Button color doesn't change

2015-11-09 Thread VonZorch
I did it first with the default graphical application, then tried GTK3, GTK2 and QT. All failed to change colors. -- View this message in context: http://gambas.8142.n7.nabble.com/Button-color-doesn-t-change-tp54336p54350.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] Button color doesn't change

2015-11-08 Thread VonZorch
I just upgraded to Gambas 3.8.2 from 3.1.1 and now I cannot change button colors either background or foreground. This applies to all button types and includes buttons created in code. Other controls work normally. I have tried changing my desktop and Gambas themes with no result. System informati

Re: [Gambas-user] Invoking interpreter from complied program

2015-02-10 Thread VonZorch
Thank you, that solves my problem. -- View this message in context: http://gambas.8142.n7.nabble.com/Invoking-interpreter-from-complied-program-tp50600p50604.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] Invoking interpreter from complied program

2015-02-09 Thread VonZorch
Is it possible for a compiled program to read instructions from a text file? I'm trying to write a program that can have functions added without needing to recompile the base program. -- View this message in context: http://gambas.8142.n7.nabble.com/Invoking-interpreter-from-complied-program-tp

Re: [Gambas-user] Accessing the nth item in a collection

2014-06-04 Thread VonZorch
If the key values aren't important then use something like Collection.add(Value,str(Collection.count+1)) then you can access any given item by Value=Collection[str(Index)] -- View this message in context: http://gambas.8142.n7.nabble.com/Accessing-the-nth-item-in-a-collection-tp46845p46

Re: [Gambas-user] Component Programing Question

2014-06-03 Thread VonZorch
B Bruen wrote > On Mon, 02 Jun 2014 03:27:23 +0200 > Benoît Minisini < > gambas@.sourceforge > > wrote: > >> Le 02/06/2014 03:07, VonZorch a écrit : >> > I have found that inheriting UserControl makes a developing control >> stop >> > inte

[Gambas-user] Component Programing Question

2014-06-01 Thread VonZorch
I have found that inheriting UserControl makes a developing control stop intercepting mouse events. Is this normal? I have been going around in circles trying to get my SpeedListBox working. It currently appears in the toolbox but when placed on a form it is 8 times as large as it should be and w

Re: [Gambas-user] Paste bug in IDE

2014-06-01 Thread VonZorch
I don't use the mouse to cot and paste, just keyboard commands. -- View this message in context: http://gambas.8142.n7.nabble.com/Paste-bug-in-IDE-tp46734p46810.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Feature Requests

2014-06-01 Thread VonZorch
Jussi Lahtinen wrote >> >> I was thinking several colors selectable from the open ColorChooser. >> > > OK. I have made the desired change to ColorChooser ColorChooserWithSave.gz this is just the project files, it will need

Re: [Gambas-user] Paste bug in IDE

2014-05-30 Thread VonZorch
I haven't noticed it in any other application and I'm not using a clipboard manager. -- View this message in context: http://gambas.8142.n7.nabble.com/Paste-bug-in-IDE-tp46734p46752.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Feature Requests

2014-05-30 Thread VonZorch
Jussi Lahtinen wrote >> Would you add the ability to save custom colors in the ColorChooser >> across >> sessions? > > > There is little error in documentation. Property SelectedColor is actually > writable. > So, just write the value (integer) to hard drive and read it from there > back to Selec

Re: [Gambas-user] Param values can't be watched

2014-05-29 Thread VonZorch
fabianfv wrote > Hi folks. > > Just that, regardless which inspection tool you use items of Param array > aren't showed. > > This seems a bug to me or maybe I missing something. When you enter the procedure you need to assign Param to an explicit array. Dim X as Variant[]=param.all for example.

[Gambas-user] Paste bug in IDE

2014-05-29 Thread VonZorch
Sometimes when I paste a snippet of code it pastes to some random location as well as where I want it. I cannot cause this to happen deliberately. It's new to 3.5.3 I'm running Mint 16 with the Mate 1.6.1 desktop on a Gateway NE56R41u with an Intel B960 64 bit processor with the 3.11.0-20.35 kernel

[Gambas-user] Feature Requests

2014-05-29 Thread VonZorch
Would you add the ability to save custom colors in the ColorChooser across sessions? I'm going to try to do it myself but given my lack of success with component programming, it's not likely. Is there the possibility of a Windows cross compiler? Perhaps a working directory in the project propertie

Re: [Gambas-user] Custom control not appearing in toolbox

2014-05-07 Thread VonZorch
Thanks for the help. On Tue, May 6, 2014 at 11:47 PM, B Bruen [via Gambas] < ml-node+s8142n46355...@n7.nabble.com> wrote: > On Mon, 5 May 2014 21:13:25 -0700 (PDT) > VonZorch <[hidden email]<http://user/SendEmail.jtp?type=node&node=46355&i=0>> > wrote: >

Re: [Gambas-user] Custom control not appearing in toolbox

2014-05-06 Thread VonZorch
When I uncomment the "Inherits UserControl" line I get the error "Cannot Inherit twice". On Tue, May 6, 2014 at 3:08 PM, Fabien Bodard-4 [via Gambas] < ml-node+s8142n46344...@n7.nabble.com> wrote: > yes... you must inherit usercontrol > > 2014-05-06 6:13 G

[Gambas-user] Custom control not appearing in toolbox

2014-05-05 Thread VonZorch
I developed a custom control. I followed the instructions on the How to Program Components In Gambas page. It works correctly and can be selected from the project properties dialog. It can be created in code but I cannot get it to appear on the IDE toolbox. SpeedListBox.gz

Re: [Gambas-user] Can't compile 3.5.2

2014-01-10 Thread VonZorch
Benoît Minisini wrote > Le 02/01/2014 20:22, VonZorch a écrit : >> Running Mint 16, in console as root. When I enter ./configure it returns >> "No >> such file or directory". >> What do I need to do here. >> > > Everything is explained in the

Re: [Gambas-user] Controls on form do not respond.

2014-01-03 Thread VonZorch
I am calling frmCurve from frmMain, frmStat works fine. As for the Label array, I am doing an X,Y plot, the array allows me to quickly and easily change the labels text when the data range changes. I think the problem was a glitch in the form editor. I tried to use an inelegant brute force approa

Re: [Gambas-user] Controls on form do not respond.

2014-01-02 Thread VonZorch
My archivers are being balky, I couldn't send the entire project. What follows is the class files for the main form and the opened form. ' Gambas class file frmMain Private Names As String[] Private Stats As New FrmStat[] Private strHtQ[2] As String Private strWtQ[2] As String Private Hx As Stri

Re: [Gambas-user] Cotrols don't show.

2014-01-02 Thread VonZorch
I finally found the solution. "Private lblHt[11] As Label" should be Private lblHt[11] As New Label It's amazing how easy it is to fix a problem when you can access the help files. -- View this message in context: http://gambas.8142.n7.nabble.com/Cotrols-don-t-show-tp44970p44989.html Sent fro

Re: [Gambas-user] Cotrols don't show.

2014-01-02 Thread VonZorch
This line "lblHt[Loop1] = New Label(Me)" tells the program where to put the control in Gambas. In this case it puts the control on the calling form. Oddly on my main form I can display compound controls built on their own form. -- View this message in context: http://gambas.8142.n7.nabble.com/

Re: [Gambas-user] Where did the Help Files Go?

2014-01-02 Thread VonZorch
That works fine. Thanks for the help and swift response. -- View this message in context: http://gambas.8142.n7.nabble.com/Where-did-the-Help-Files-Go-tp44965p44975.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Cotrols don't show.

2014-01-02 Thread VonZorch
"lblHt[Loop1].Visible = True" that was the first thing I tried, didn't help. Thanks for the quick reply. -- View this message in context: http://gambas.8142.n7.nabble.com/Cotrols-don-t-show-tp44970p44973.html Sent from the gambas-user mailing list archive at Nabble.com. --

[Gambas-user] Controls on form do not respond.

2014-01-02 Thread VonZorch
I have a form called from the main program. When called it opens and does everything in SUB _new(). However using the controls on it does not cause any event. I have tried using all varieties of .Show. Any help will be greatly appreciated. -- View this message in context: http://gambas.8142.n

[Gambas-user] Cotrols don't show.

2014-01-02 Thread VonZorch
Running Gambas 3.1.1 on Mint Linux 16. The code ' Gambas class file Private lblHt[11] As Label Public Sub _new() Dim Loop1 As Byte For Loop1 = 0 To 10 lblHt[Loop1] = New Label(Me) lblHt[Loop1].x = 20 lblHt[Loop1].y = 20 + (Loop1 * 30) lblHt[Loop1].Text = Str(Loop1) lblHt[Loop

[Gambas-user] Can't compile 3.5.2

2014-01-02 Thread VonZorch
Running Mint 16, in console as root. When I enter ./configure it returns "No such file or directory". What do I need to do here. -- View this message in context: http://gambas.8142.n7.nabble.com/Can-t-compile-3-5-2-tp44968.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] Where did the Help Files Go?

2014-01-02 Thread VonZorch
Where are there english help files? Gambasdocs.org has been down since mid September. -- View this message in context: http://gambas.8142.n7.nabble.com/Where-did-the-Help-Files-Go-tp44965.html Sent from the gambas-user mailing list archive at Nabble.com. --