For Programmers: Free Programming Magazines  


Home > Archive > Smalltalk > November 2006 > MMT--> VW 7.4.1 Another Bug









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author MMT--> VW 7.4.1 Another Bug
maarten

2006-11-04, 8:00 am

Hi,

The VW Documentation indicates (GuiDev page 9-41) that the DataSet
widget supports the events #rowSelectionsChanging and #rowSelectionsChanged.

The following code gives me the Event not supported message.

(self widgetAt: #Dataset1)
when: #rowSelectionsChanging
send: #startEdit
to: self."
(self widgetAt: #Dataset1)
when: #rowSelectionsChanged
send: #stopEdit
to: self.


The other Dataset events turn out fine.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com