Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Need method to post error messages in parallel tab

I thought I had this working.  Let me look at it.

R^2

On Thu, 2007-05-31 at 11:29 -0400, Dave Wootton wrote:
> I'm working on my implementation of 
> AbstractRMLaunchConfigurationDynamicTab where I need to validate the 
> values for a number of fields, and issue an error message when a field is 
> invalid. I can return a RMLaunchValidation object with error message from 
> canSave() or isValid() but the error message shows up only when these 
> methods are called, and not as the user is interactively filling in the 
> panel, which I suspect is the preferred behavior.
> 
> I don't think I have access to the ParallelTab object, which I think I 
> need to get the message displayed. If I'm missing something, can you 
> explain how I should do this? Otherwise, can some method be provided to 
> display error messages?
> 
> This isn't urgent, since for now while I am developing this code, I can 
> use a println statement, and implementing a method call later should be a 
> 1 line change for me.
> 
> Thanks
> Dave
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top