Re: how to always show the record added RecordGrid??

2005-05-29 Thread Friedger
Hi Maekawa,

I can't see an immediate solution as RecordGrid doesn't make use of
ScrollBox. Instead it implements its own scroll mechanism. If you look
at StandardRecordGridUI there is a private method scroll-to-reveal. You
should derive your own UI that allows to react on RecordAdded events and
calls scroll-to-reveal.

Visual.scroll-to-include does not scroll inner elements, like record
rows. Instead it tries to scroll a ScrollBox which contains the visual.
So scroll-to-include does not help here.

Hope this answer helps.

Friedger


***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]

Re: how to always show the record added RecordGrid??

2005-05-28 Thread 前川享仁
Hi gurus,

 how to always show the record added RecordGrid??

sorry, I wanted to say like bellow:
how to always show the record last added to RecordGrid?

I'm trying to show the latest record added to RecordGrid.
Please tell me how to do that.

Regards.

 Hi gurus,
 
 how to always show the record added RecordGrid??
 
 I wonder that I should use the method
 'RecordGrid.scroll-to-include-relative-point',
 but can't understand the explanation in online help
 because I don't know some important concepts such as 'viewport'
 and can't find anywhere in help.
 
 Regards.
 


-- 
-
Maekawa Takanobu
e-mail:[EMAIL PROTECTED]
CANSOFT,INC.Tel:044(969)9747 Fax:044(969)9748
http://www.cansoft.co.jp/

***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]