Hi Martin,

If you are using ULC 6.2 or higher, please look at 

<ULC Install Dir>\doc\addon\ULCTestFrameworkGuide.pdf in general and section
3.4 in particular.

Thanks and regards,

Janak

-----------------------------------------
Janak Mulani

email: [EMAIL PROTECTED]
url: http://www.canoo.com

Beyond AJAX - Java Rich Internet Applications 

http://www.canoo.com/ulc
----------------------------------------- 

> -----Original Message-----
> From: Martin Moser [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 06, 2008 3:11 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: ULCTable and lazy loading
> 
> Hi Janak,
> 
> >> I would like to access all rows of a table and not only the loaded
> ones.
> >> Example: If a table has 400 rows, but the first fifty are shown, I
> would
> >> like to access the "last" row, which is not the 50th row but the 400th
> >> row.
> 
> 
> > Where would you like to access all rows?
> 
> I would like to access the rows on the client-side.
> 
> The exact requirement is following:
> I am part of a team, which developes a GUI-test tool for Java-GUI clients.
> If you create a test for tables with our tool, it should be possible, that
> the user implements the following:
>  Select the 200. row or select the specific row with the value "meier" for
> column "name".
> 
> It's important for us, that the current scroll-status doesn't impact this
> selection. As you can image, this works fine for normal JTables, but not
> for ULCTables due to lazy loading.
> I am looking for a solution of that problem.
> 
> Regards,
> Martin
> 
> --On Montag, Februar 25, 2008 10:00:11 +0100 Martin Moser <[EMAIL PROTECTED]>
> wrote:
> 
> > Hi all,
> >
> > As I know ULCTable objects don't load the whole data, which belongs to
> > the table. They load only the data, which can be seen and some more
> rows.
> >
> > I would like to access all rows of a table and not only the loaded ones.
> > Example: If a table has 400 rows, but the first fifty are shown, I would
> > like to access the "last" row, which is not the 50th row but the 400th
> > row.
> >
> > Is there any possibility to access all rows programmatically? Perhaps
> > sending events or calling specific methods or something like that?
> >
> > Thanks in advance!
> >
> > Best Regards,
> > Martin
> 
> 
> 
> --
> Martin Moser

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to