Re: [Gambas-user] Please help with color problem!

2009-03-30 Thread Benoît Minisini
I have asked this before, but I cannot change colors on may controls like Textlabel, or Progressbar for example: ProgressBar1.ForeColor = Color.DarkGreen This does nothing the bar remains black this happens with many of my controls in Slackware 12.2 but not Ubuntu 8.1. BUT

Re: [Gambas-user] Please help with color problem!

2009-03-30 Thread jbskaggs
I have only qt on my wolvix (slackware system). Well no I do have Kde base as well. But in Gambas I only have the qt.component selected This occurs on both gambas 2.11 and 2.12. Now qtconfig can change my colors (somewhat) but otherwise I get no change. Do you mean to change the qt styles?

Re: [Gambas-user] Gambas 2.11.1 Ubuntu 8.xx Socket Problem

2009-03-30 Thread Benoît Minisini
Hello again, sorry for the long delay between your and my answer. I just don't see your answer until yet. But here it is. In the zip in the attachment you will find the project wich I use to test, two screenshots and two textfiles including the gdb backtrace, i hope. Both (the screenshots

Re: [Gambas-user] How to compile Gambas in Fedora 10

2009-03-30 Thread Marc Miralles
Hi Dominique; Thanks for page It's the solution. Marc En/na Simonart Dominique ha escrit: Marc Miralles a écrit : Hi all: Some idea or link about how to compile Gambas 2.12 or Gambas 3 in Fedora 10 In gambas website don't have information about what packages are

Re: [Gambas-user] Dynamic Objects

2009-03-30 Thread Doriano Blengino
Rodney Rundstrom ha scritto: Thanks to some of the member I can now create objects dynamically. If I create a number of buttons I can position and label them differently. I can also name them differently However I can have a number of objects with the same name on a form? I can access an

Re: [Gambas-user] Maybe (still) a bug in bit manipulation functions

2009-03-30 Thread Leonardo Miliani
Benoît Minisini ha scritto: It seems that there are bugs in the Ror function too. Using the same number, 197 (11000101), if I write ROR(197,3) I get -1610612712 ( 10111000) instead of 10111000 (184). 197 is not a Byte, it is an

[Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread jbskaggs
I would like to set up a online gambas school where the more experienced users and coders here could offer an online workshop on Gambas for users. Make it an affordable cost (Like a $0 to $25 a course, depending on complexity, length, and time required. A course on making Forms should be free,

[Gambas-user] Re ferencing

2009-03-30 Thread jbskaggs
-- View this message in context: http://www.nabble.com/Referencing-tp22792128p22792128.html Sent from the gambas-user mailing list archive at Nabble.com. -- ___ Gambas-user

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread M0E.lnx
This sounds like a good idea, and I would support it if there were people interested. I tried something similar @ our vectorlinux forums where I offered to help anyone as much as I could get on the road with gambas. Did not pick up a whole lot of interested people, as I remember, only 2 people

[Gambas-user] Re ferencing existing multiple controls in loops

2009-03-30 Thread jbskaggs
Okay I have a form with say 50 picturebox controls: How does one check each controls in a loop? So if I wanted to have a big picture box reference each of the previous pictureboxes In GML I could use this: a=PictureBox for i = 0 to 50 step 1 b=ai BigPicturebox.Picture=b.picture wait 2 next i

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread Ron
richard terry wrote: On Tue, 31 Mar 2009 07:22:48 am jbskaggs wrote: I would like to set up a online gambas school where the more experienced users and coders here could offer an online workshop on Gambas for users. Make it an affordable cost (Like a $0 to $25 a course, depending on

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread jbskaggs
Well the thing about moodle sites is you dont have to be there all the time you'd only be notified if a student registers and or submits something. Setting up the courses would be tougher as the most time intensive part is creating the quizzes and writing the course text- the Gambas docs can

Re: [Gambas-user] Re ferencing existing multiple controls in loops

2009-03-30 Thread Richard Muir-Gladman
On Mon, 2009-03-30 at 13:55 -0700, jbskaggs wrote: Okay I have a form with say 50 picturebox controls: How does one check each controls in a loop? So if I wanted to have a big picture box reference each of the previous pictureboxes In GML I could use this: a=PictureBox for i = 0

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread richard terry
On Tue, 31 Mar 2009 07:43:22 am Ron wrote: richard terry wrote: On Tue, 31 Mar 2009 07:22:48 am jbskaggs wrote: I would like to set up a online gambas school where the more experienced users and coders here could offer an online workshop on Gambas for users. Make it an affordable cost

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread jbskaggs
Like I said I'd admin the site so I guess that's what you mean by co-ordinate the samples. Ill setup a site tonite, so when you get a chance you can email me the samples to just remove the spaces: jbskaggs @ skaggs world . com Im in the states but Im in the office from noon central

[Gambas-user] Package Files

2009-03-30 Thread cristian abarzua
Hello everyone. How deb package files, the sources of Gambas. Sorry for my bad English Greetings Cristian Abarzúa Temuco - Chile -- ___ Gambas-user mailing list

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread jbskaggs
Thanks for the code! JB richard terry-5 wrote: On Tue, 31 Mar 2009 08:49:37 am jbskaggs wrote: Like I said I'd admin the site so I guess that's what you mean by co-ordinate the samples. Ill setup a site tonite, so when you get a chance you can email me the samples to just remove the

Re: [Gambas-user] Dynamic Objects

2009-03-30 Thread Rodney Rundstrom
Thanks using last.text works in this case, can you clarify how I would access using parent/child can a form itself be the container or my I use another although a similar arrangement is available in VB I am not really sure how to use it? Thanks once again Rodney -Original Message- From:

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread richard terry
On Tue, 31 Mar 2009 12:26:20 pm jbskaggs wrote: Thanks for the code! What code, is that a note oc cynicism? Richard JB richard terry-5 wrote: On Tue, 31 Mar 2009 08:49:37 am jbskaggs wrote: Like I said I'd admin the site so I guess that's what you mean by co-ordinate the samples.

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread Dimitris Anogiatis
I got richard's code and turned it into a function that can be reused for any ONE Column listview control Here it is guys hope this helps PUBLIC FUNCTION ListViewSelected(lv AS ListView) AS String 'define temporary variables DIM incrementor AS Integer DIM tmpString AS String 'initialize

Re: [Gambas-user] We should offer online Gambas courses!

2009-03-30 Thread jbskaggs
Here is the website I set up: http://gambas.wwmkr.com/ I have the front page setup and one course setup an intro to Gambas using the official doc's. And a small four question quiz. This is to get an idea of could be done. JB SKaggs jbskaggs wrote: I would like to set up a online gambas