Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-debug-dev] Launch Configruation TAB UI question


Also, see this article:

        http://www.eclipse.org/articles/Article-Launch-Framework/launch.html

Darin Wright



Ken_Dyck@xxxxxxxx
Sent by: platform-debug-dev-bounces@xxxxxxxxxxx

05/12/2006 08:17 AM

Please respond to
"Eclipse Platform Debug component developers list."

To
platform-debug-dev@xxxxxxxxxxx
cc
Subject
RE: [platform-debug-dev] Launch Configruation TAB UI question





Hi Calvin,

If you've derived your tab from AbstractLaunchConfigurationTab, you'll
need to call updateLaunchConfigurationDialog() whenever you'd like the
buttons to be updated.

Hope this helps,
Ken


-----Original Message-----
From: platform-debug-dev-bounces@xxxxxxxxxxx
[mailto:platform-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Carl Wong
Sent: Thursday, May 11, 2006 7:24 PM
To: platform-debug-dev@xxxxxxxxxxx
Subject: [platform-debug-dev] Launch Configruation TAB UI question


What are the sequence of events that causes the "Apply" and "Revert"
buttons to enable/disable in the Launch Configuration TAB?  

I am trying to implement a custom launch configuration and having a
tough time in figuring out how these 2 butotns get enable.  I thought by
setting the default working copy of the congiuration in setDefaults()
and in performApply(), by calling config.setAttribute(...) to change the
default value, this will enable these 2 buttons.

Any help would be greatly appreciated!!!

Calvin
AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE:
This electronic message contains information that may be confidential or privileged. The information is intended for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you received this electronic message in error, please notify the sender and delete the copy you received.

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev


Back to the top