[Gambas-user] Sdl mouse problem XCFE problem.

2009-04-19 Thread jbskaggs
MY SDL mouse problem only occurs on Wolvix 2.0 which is running a XFCE environment. This is the same environment that would not let me change border colors etc. I can change mouse cursor just fine on UBUNTU so, Has anyone gotten mouse cursors to change with XFCE? Or am I barking up wrong tree?

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron
Ron_1st schreef: > On Sunday 19 April 2009, phohammer wrote: >> I would do as you said with the Object example, but those of infinite wisdom >> made it read-only. > > When you make a copy to your home directory or the place where you want to > store your projects it is automagic not readonly any

[Gambas-user] More null problems

2009-04-19 Thread Bruce
I have a set of two radio buttons in a panel control (Male & Female), when a new person object is loaded into the form I need to set the gender appropriately. However, some persons' gender is not known, say for "Brown, J" and I am trying unsuccessfully to set both radio buttons to reflect this

[Gambas-user] Setting top margin of printer.

2009-04-19 Thread richard terry
I'm still struggling with the printer stuff. Say I have an A4 Page, and I want to write something right near the top of the page If I do: Dim PagePosition as integer Dim LeftMargin as integer = 100 Dim FontHeight as integer 'calculate the font height fontHeight = Draw.TextHeight("Check the fo

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread phohammer
Ron_1st wrote: > > On Monday 20 April 2009, phohammer wrote: >> >> Okay, I realize I should RTFM, but I intended to fly at this with gambas' >> GUI >> and learn some programming, not Linux >> terminal commands. I'm going to bow out for now. Thank you for your help, >> Ron_1st, jbskaggs, Charl

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron_1st
On Monday 20 April 2009, phohammer wrote: > > Okay, I realize I should RTFM, but I intended to fly at this with gambas' GUI > and learn some programming, not Linux > terminal commands. I'm going to bow out for now. Thank you for your help, > Ron_1st, jbskaggs, Charlie Reinl and > Doriano Blengin

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread phohammer
Okay, I realize I should RTFM, but I intended to fly at this with gambas' GUI and learn some programming, not Linux terminal commands. I'm going to bow out for now. Thank you for your help, Ron_1st, jbskaggs, Charlie Reinl and Doriano Blengino. I guess I'm not/don't have the time to be an "Advan

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron_1st
On Monday 20 April 2009, phohammer wrote: > > Ron_1st wrote: > > > > On Sunday 19 April 2009, phohammer wrote: > >> I would do as you said with the Object example, but those of infinite > >> wisdom > >> made it read-only. > > > > When you make a copy to your home directory or the place where yo

Re: [Gambas-user] Catch NULL character

2009-04-19 Thread nando
Actually, the NULL character is a true character. Specifically, it is CHR$(0) <---zero. It is an actual character in ASCII and other sets. Alternatively, NULL is used in databases, Java, C, others to describe certain situation. Java: Null pointer is a pointer which has a value of zero and theref

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread phohammer
Ron_1st wrote: > > On Sunday 19 April 2009, phohammer wrote: >> I would do as you said with the Object example, but those of infinite >> wisdom >> made it read-only. > > When you make a copy to your home directory or the place where you want to > store your projects it is automagic not readonl

Re: [Gambas-user] Catch NULL character

2009-04-19 Thread Rodney Rundstrom
As the NULL character is not a true character just a place holder you should use ISNULL( ) Ie if ISNULL(NULL) Then print "GOT it" Just change NULL for your variable Rodney Rundstrom -Original Message- From: CelticBhoy [mailto:weldon_g...@hotmail.com] Sent: Sunday, 29 March 2009 9:2

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron_1st
On Monday 20 April 2009, Ron_1st wrote: > On Sunday 19 April 2009, Charlie Reinl wrote: > > Am Sonntag, den 19.04.2009, 10:52 -0700 schrieb phohammer: > > > I opened the IDE with a terminal and it shows nothing when I run it. I'm > > > not > > > sure what you mean by > > > the "ps(1) command". > >

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron_1st
On Sunday 19 April 2009, Charlie Reinl wrote: > Am Sonntag, den 19.04.2009, 10:52 -0700 schrieb phohammer: > > I opened the IDE with a terminal and it shows nothing when I run it. I'm not > > sure what you mean by > > the "ps(1) command". > > > > Here is a tarball of the project to scratch your he

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron_1st
On Sunday 19 April 2009, phohammer wrote: > I would do as you said with the Object example, but those of infinite wisdom > made it read-only. When you make a copy to your home directory or the place where you want to store your projects it is automagic not readonly any more. copy /usr/local/shar

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Charlie Reinl
Am Sonntag, den 19.04.2009, 10:52 -0700 schrieb phohammer: > I opened the IDE with a terminal and it shows nothing when I run it. I'm not > sure what you mean by > the "ps(1) command". > > Here is a tarball of the project to scratch your head over: > http://www.nabble.com/file/p23125471/trythis-0

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread phohammer
Ron_1st wrote: > > > I did suggest just the opposite. > Copy your form and code into the Object example and set your form as > startup. > or > insert the label, textbox and button into the main form of the object > example > together with your code. > > This way you eliminate wrong project se

Re: [Gambas-user] Installing GridEditor Component

2009-04-19 Thread Jason Hackney
I figured out what happened here... ~/.local/lib/gambas2/GridEditor.component ~/.local/share/gambas2/info/GridEditor.list these were linked to: ~/Documents/source/GridEditor/.component ~/Documents/source/GridEditor/GridEditor.gambas which was there because I copied my home directory from a prev

Re: [Gambas-user] Libtool & Ubuntu Jaunty

2009-04-19 Thread Jorge Carrión
In my work everybody uses ubuntu 8.04 (cause estabililty of Long Time Service versions) I've made some time ago a little repository with Gambas 2.10 with .deb packages that download of Debian unstable don't-remember-version and the _all.deb of my own programs. All machines actualize and isntall the

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron_1st
On Sunday 19 April 2009, phohammer wrote: > Ok, I tried copying every thing over to my project from the "Object" example. > I copied every single > thing from the project tree. And I deleted all of my stuff from my project, > essentially making an "Object" project > of my own that I could edit. It

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread phohammer
I opened the IDE with a terminal and it shows nothing when I run it. I'm not sure what you mean by the "ps(1) command". Here is a tarball of the project to scratch your head over: http://www.nabble.com/file/p23125471/trythis-0.0.1.tar.gz trythis-0.0.1.tar.gz I'm no command line wizard (started

Re: [Gambas-user] Libtool & Ubuntu Jaunty

2009-04-19 Thread Leonardo Miliani
Ron ha scritto: > I also want to upgrade soon because of the more mature netbook support of > that ubuntu release. > > And maybe someone can build a more recent 2.12 package for ubuntu too? > > Regards, > Ron_2nd > > On Apr 19, 2009 6:23 PM, "Leonardo Miliani" > wrote: > > With the new Ubuntu

Re: [Gambas-user] Libtool & Ubuntu Jaunty

2009-04-19 Thread Ron
I also want to upgrade soon because of the more mature netbook support of that ubuntu release. And maybe someone can build a more recent 2.12 package for ubuntu too? Regards, Ron_2nd On Apr 19, 2009 6:23 PM, "Leonardo Miliani" wrote: With the new Ubuntu Jaunty upcoming to the horizon, I would

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Doriano Blengino
phohammer ha scritto: > Ok, I tried copying every thing over to my project from the "Object" example. > I copied every single > thing from the project tree. And I deleted all of my stuff from my project, > essentially making an "Object" project > of my own that I could edit. It still wouldn't run.

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread phohammer
Ok, I tried copying every thing over to my project from the "Object" example. I copied every single thing from the project tree. And I deleted all of my stuff from my project, essentially making an "Object" project of my own that I could edit. It still wouldn't run. I tried running the IDE from

[Gambas-user] Libtool & Ubuntu Jaunty

2009-04-19 Thread Leonardo Miliani
With the new Ubuntu Jaunty upcoming to the horizon, I would like to know if the problem of libtool has been solved because Jaunty will have libtool 2.2.6 in its repos and a lot of users will have problems trying to compile Gambas on that system (I personally tried to compile Gambas under Jaunty RC

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Ron_1st
On Sunday 19 April 2009, phohammer wrote: > > jbskaggs wrote: > > > > > > Tell me if this runs for you? > > > > > > No luck. I even matched the cases (lower case) for the code and properties. > You can see my code and form in the files I uploaded: > http://www.nabble.com/file/p23119191/fmain

Re: [Gambas-user] Programming beginner: first program won't run?

2009-04-19 Thread Charlie Reinl
Am Samstag, den 18.04.2009, 22:16 -0700 schrieb phohammer: > > jbskaggs wrote: > > > > Try just unclicking the gb gui and gb gtk and click QT you shouldnt have > > to rewrite the whole thing. > > > > JB SKaggs > > > > > > > > I tried it and it still won't run the dialog box - I only have

[Gambas-user] In sdl window how do you hide mouse? Cant fnd a Doc entry for sdl mouse.

2009-04-19 Thread jbskaggs
Hi in my sdl window I need to hide the mouse cursor here's code: PUBLIC SUB Main() WITH Screen .Width = 640 .Height = 480 .Framerate = 100 .Show() .FullScreen = TRUE .Mouse = Mouse.Blank << i have also tried mouse.cross and mouse.custom but nothing happens. END