Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] [ice-build] [eclipse/ice] 682e1b: Starting work on major ICEFormEditor bug.

And I can now confirm that this does get rid of the problem. Still might not be the best way to do it though. 

Alex

> On Nov 3, 2015, at 4:18 PM, McCaskey, Alex <mccaskeyaj@xxxxxxxx> wrote:
> 
> FYI This would be easy to fix by having IClient extend IUpdateEventListener, IProcessEventListener, etc. Then in ICEFormEditor.init, we could just say this.registerUpdateListener(client). 
> 
> Jay, what do you think?
> 
> Alex
> 
>> On Nov 3, 2015, at 4:11 PM, GitHub <noreply@xxxxxxxxxx> wrote:
>> 
>> Branch: refs/heads/mccaskey/load_item_file_client_bug
>> Home:   https://github.com/eclipse/ice
>> Commit: 682e1b7507717a6bfb05bed620b92eb372323ff2
>>     https://github.com/eclipse/ice/commit/682e1b7507717a6bfb05bed620b92eb372323ff2
>> Author: amccaskey <mccaskeyaj@xxxxxxxx>
>> Date:   2015-11-03 (Tue, 03 Nov 2015)
>> 
>> Changed paths:
>>   M org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSE.java
>> 
>> Log Message:
>> -----------
>> Starting work on major ICEFormEditor bug. 
>> 
>> So the ICEFormEditor.init method gets called when you double click a ICE
>> XML file, and the Client loads the Form for the editor to use. But
>> nothing happens to make sure the Client is updated for form changes,
>> process, and cancel events. Starting work on getting the MOOSE Item to
>> successfully load from file. 
>> 
>> Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>
>> 
>> 
>> _______________________________________________
>> ice-build mailing list
>> ice-build@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/ice-build
> 
> _______________________________________________
> ice-dev mailing list
> ice-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ice-dev
> 



Back to the top