Re: [Gambas-user] scrolling text

2008-08-07 Thread M0E Lnx
Thanks guys... this works On Wed, Aug 6, 2008 at 6:16 PM, Arief Bayu Purwanto <[EMAIL PROTECTED]> wrote: > Hi Stefano, > > I enhance your demo a little to add a Left-Right, Right-Left, and Bounce > mode. > Hope that's ok. > > On 8/7/08, Stefano Palmeri <[EMAIL PROTECTED]> wrote: >> >> Il mercoledì

Re: [Gambas-user] scrolling text

2008-08-06 Thread Arief Bayu Purwanto
Hi Stefano, I enhance your demo a little to add a Left-Right, Right-Left, and Bounce mode. Hope that's ok. On 8/7/08, Stefano Palmeri <[EMAIL PROTECTED]> wrote: > > Il mercoledì 6 agosto 2008 18:54:59 M0E Lnx ha scritto: > > > Well, I really dont need the picture box... no graphic will be used he

Re: [Gambas-user] scrolling text

2008-08-06 Thread Stefano Palmeri
is SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the worl

Re: [Gambas-user] scrolling text

2008-08-06 Thread M0E Lnx
Well, I really dont need the picture box... no graphic will be used here Just need the code tha makes the text move Thank you On Wed, Aug 6, 2008 at 11:47 AM, Werner <[EMAIL PROTECTED]> wrote: > M0E Lnx wrote: >> I'm trying to do some scrolling text on a window. >> Does anyone have any idea how t

Re: [Gambas-user] scrolling text

2008-08-06 Thread Werner
M0E Lnx wrote: > I'm trying to do some scrolling text on a window. > Does anyone have any idea how to do this>? > > I've tried to mock the about window in the gambas IDE project, but I > need the text to scroll horizontally from lright to left and I can't > figure out exactly how to do it > > Pleas

[Gambas-user] scrolling text

2008-08-06 Thread M0E Lnx
I'm trying to do some scrolling text on a window. Does anyone have any idea how to do this>? I've tried to mock the about window in the gambas IDE project, but I need the text to scroll horizontally from lright to left and I can't figure out exactly how to do it Please help Thanks -