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?
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
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
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
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
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
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
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
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
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
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
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".
> >
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
28 matches
Mail list logo