> Excuse my mistake Joshua
Not a problem. Thanks for your help, it is working now! :-)
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use exis
Le lundi 09 février 2009 20:01:01 Joshua Higgins, vous avez écrit :
> *** Correction
> i changed this line:
> if columnview1.selected then inc nbc
> to this
> if columnview1.current.selected = TRUE then inc nbc
Excuse my mistake Joshua, you must use columnview1.item.selected but not
columnview
On Monday 09 February 2009 14:44, Joshua Higgins wrote:
> What I'm wondering is this: is it possible to create a gambas project
> into a library suitable for use in other programming languages? So for
> example my gambas UDP routines can be used from another program
> language?
You would have to b
Hello again,
Over on the edubuntu-devel mailing list, I've been discussing a possible
Gambas solution to storing and sharing data across a network (using UDP) for
a range of applications, specifically TuxMath. I have an implementation of
this working on my system, but for a different set of applic
*** Correction
i changed this line:
if columnview1.selected then inc nbc
to this
if columnview1.current.selected = TRUE then inc nbc
I put a breakpoint in, and if you select more than 1 item in the columnview
and run call numeberCount(), it ends up in a infinite loop.
2009/2/9 Joshua Higgins
>
That didn't work I'm afraid. :(
Trying exactly as you wrote ended up with the error "unknown symbol
"Selected" in class "ColumnView". I changed it to this:
nbc as integer = 0
public sub numberCount()
Columnview1.movefirst()
repeat
if columnview1.current.selected then inc nbc
until columnvi
Le lundi 09 février 2009 19:09:40 Joshua Higgins, vous avez écrit :
> Hello,
>
> I'm using a columnview with the property Mode set to Multiple. What code do
> I need to let me count how many are currently selected. I tried
>
> ColumnView1.Current.Count but that always prints 0.
try this Joshua
nb
Hello,
I'm using a columnview with the property Mode set to Multiple. What code do
I need to let me count how many are currently selected. I tried
ColumnView1.Current.Count but that always prints 0.
Thanks.
--
joshua higgins
>>--
Il lunedì 9 febbraio 2009 11:10:10 Rolf-Werner Eilert ha scritto:
> Hi folks,
>
> is it possible to make a Gambas command line program and use a Timer?
>
> In a command line program, you have a SUB Main(). But
>
> DIM myClock AS NEW Timer
>
> would have to be done outside this SUB Main(), right? De
Stefano Palmeri schrieb:
> Il lunedì 9 febbraio 2009 11:10:10 Rolf-Werner Eilert ha scritto:
>> Hi folks,
>>
>> is it possible to make a Gambas command line program and use a Timer?
>>
>> In a command line program, you have a SUB Main(). But
>>
>> DIM myClock AS NEW Timer
>>
>> would have to be don
Hi folks,
is it possible to make a Gambas command line program and use a Timer?
In a command line program, you have a SUB Main(). But
DIM myClock AS NEW Timer
would have to be done outside this SUB Main(), right? Defining it within
SUB Main is accepted but doesn't have any effect, of course.
11 matches
Mail list logo