Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Re: CVS HEAD peculiarities

I'm seeing the following error on HEAD:

The method fireTemplateChange() is undefined for the type PBSRMLaunchConfigurationDynamicTab.TemplateChangeListener	PBSRMLaunchConfigurationDynamicTab.java	/org.eclipse.ptp.rm.pbs.ui/src/org/eclipse/ptp/rm/pbs/ui/launch	line 576	Java Problem


On Jun 3, 2010, at 10:18 AM, Albert L. Rossi wrote:

> 
> ----- Albert L. Rossi <arossi@xxxxxxxxxxxxx> wrote:
>> Greg,
>> 
>>> This deadlocks the UI for me (Mac/cocoa 64-bit). In the past I've noticed slightly different behavior in SWT between Mac carbon and Linux. On one (can't remember which), setting a text field/combo value programmatically will trigger a modify event and on the other it won't. It may be that there is a similar difference between carbon and cocoa, or it is something else similar to this.
>> 
> 
> Silly me.  I have been ignoring one of the cardinal rules of Eclipse programming.  An action like this needs to be scheduled in a separate UIJob thread.  Doing that fixed the problem.
> 
> Al
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top