Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] CodeEdit problem object

You are welcome, Gowrishankar.
Please refer to the updated link https://wiki.eclipse.org/Orion/How_Tos/Code_Edit#How_to_iterate_all_the_errors_and_warnings.
I realized if you want refresh your walk-through, you may want to do it whenever there are problem changes. I put this as the first solution and the previous one as the second. Please choose one from the wiki.

Thanks,
Libing



From:        Gowrishankar Holalkere <gowrishankar.holalkere@xxxxxxxxxxxxxxxxx>
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:        11/30/2015 07:59 PM
Subject:        Re: [orion-dev] CodeEdit problem object
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Awesome Libing. I think I can make it work with this. Appreciate it.

Thanks

Gowrishankar Holalkere| Sr. Development Manager, IT
Solutions Development - Variable Data Management
Retail Branding and Information Solutions | Avery Dennison 
1700 West Park Drive, Suite 400, Westborough, MA 01581
508-948-3466 (office) | 508-308-7987 (mobile) 
Gowrishankar.Holalkere@xxxxxxxxxxxxxxxxx 


On Mon, Nov 30, 2015 at 6:41 PM, Libing Wang <Libing_Wang@xxxxxxxxxx> wrote:
Hi Gowrishankar:
Good question. I've add
https://wiki.eclipse.org/Orion/How_Tos/Code_Edit#How_to_iterate_all_the_errors_and_warnings.

Please refer to that link. Please note we may have a better solution in the future but the current solution is good enough for you.


Thanks,
Libing




From:        
Gowrishankar Holalkere <gowrishankar.holalkere@xxxxxxxxxxxxxxxxx>
To:        
Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:        
11/30/2015 04:34 PM
Subject:        
Re: [orion-dev] CodeEdit problem object
Sent by:        
orion-dev-bounces@xxxxxxxxxxx




Hi Libing,
I am not trying to create custom validation, but instead want to read the default validations and list them in a single div at the bottom of the screen per my customer need. for example, 


problems = editorView.edit.validator.getProblems() ;


Iterate thru the problems array to list out all the errors and warning messages.



Thanks

Gowrishankar Holalkere
| Sr. Development Manager, IT
Solutions Development - Variable Data Management
Retail Branding and Information Solutions | Avery Dennison 
1700 West Park Drive, Suite 400, Westborough, MA 01581

508-948-3466 (office) | 508-308-7987(mobile) 
Gowrishankar.Holalkere@xxxxxxxxxxxxxxxxx 



On Mon, Nov 30, 2015 at 1:48 PM, Libing Wang <
Libing_Wang@xxxxxxxxxx> wrote:
Hi:
Could you elaborate what you meant by problem object?
By the way, if you are trying to customize the CodeEdit widget to render your own type of problem object, please follow
https://wiki.eclipse.org/Orion/How_Tos/Code_Edit#Other_options_to_customize_your_editor. The service you may want to register to the widget is https://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Plugging_into_the_editor#orion.edit.validator.

Regards,
Libing




From:        
Gowrishankar Holalkere <gowrishankar.holalkere@xxxxxxxxxxxxxxxxx>
To:        
orion-dev@xxxxxxxxxxx
Date:        
11/29/2015 11:01 PM
Subject:        
[orion-dev] CodeEdit problem object
Sent by:        
orion-dev-bounces@xxxxxxxxxxx




Hello, 
I joined the group last week and getting up to speed with the CodeEdit. Could you please tell me how to get the problem object?



Thanks


Gowrishankar Holalkere
| Sr. Development Manager, IT
Solutions Development - Variable Data Management
Retail Branding and Information Solutions | Avery Dennison 
1700 West Park Drive, Suite 400, Westborough, MA 01581

508-948-3466 (office) | 508-308-7987(mobile) 
Gowrishankar.Holalkere@xxxxxxxxxxxxxxxxx 




-------------------------------------------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
-------------------------------------------------------------------------------------------------------------

_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/orion-dev


_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/orion-dev



-------------------------------------------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
-------------------------------------------------------------------------------------------------------------

_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/orion-dev


_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/orion-dev



-------------------------------------------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
-------------------------------------------------------------------------------------------------------------
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top