-
PRIVATE variables
hello
I am writing a class for message box. This will contain various buttons like OK,YES,NO etc. Now the user using this msg box should be able to cutomize the action that is to be taken after clicking these buttons. e.g. closing the window,committing the DB etc. But in the class these variables for buttons are declared private. Now the problem is...
1. I don't want user to change the dimension,colour i.e. look and feel of these buttons
2. But at the same time I want them to be able to write their own event handlers for clickof these buttons.
So how do I do that??
I am using XUI for development
Thanks and Regards,
Milind
-
normally, this soirt of thing would be done via listeners, not sure if this will work with XUI though
Similar Threads
-
Replies: 4
Last Post: 04-14-2006, 09:09 AM
-
By shachar in forum VB Classic
Replies: 5
Last Post: 06-22-2002, 02:42 PM
-
Replies: 1
Last Post: 11-27-2001, 06:53 AM
-
By Michael Shutt in forum VB Classic
Replies: 6
Last Post: 04-05-2001, 02:25 AM
-
By Kunal Sharma in forum VB Classic
Replies: 2
Last Post: 04-25-2000, 03:45 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks