Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] RE: platform-swt-dev digest, Vol 1 #796 - 3 msgs


If you are looking to get called when the text is change, use the SWT.Modify event.



"Anil Kumar" <anilkumar.d@xxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

12/16/2003 10:09 AM
Please respond to platform-swt-dev

       
        To:        <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-swt-dev] RE: platform-swt-dev digest, Vol 1 #796 - 3 msgs



hello SWT experts,

We are migrating a swing based product to SWT. There is frequent use of
ChangeListener for which i couldnt found any equivalent replacement in SWT
to migrate the code with proper functionality. Can anyone suggest me is
there any workaround for this. In my GUI depending on a conidtion at runtime
Text,Combo, DatePicker kind of control is added. when this component changes
i have to do  some thing to notify. This is an urgent task for me to do. can
any one help me?

thanks in advance
regards
anil kumar

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top