[QA AUTOMATION][Proposal]Suggest to group definition of UI Controls in UIMap.java.

2012-07-09 Thread Shan Zhu
Hi, all In VCLAuto, we define the UI controls used in our script in UIMap.java. Now, there is a long disordered list of UI controls, which will continue to grow up. For readability, I propose to group the definition of controls by Editor and dialogs. 1. Put the definition of controls in same edit

Re: [QA AUTOMATION][Proposal]Suggest to group definition of UI Controls in UIMap.java.

2012-07-09 Thread Linyi Li
+1 I think we can regroup the definition of controls to make them clearer. One concern: Sometimes some editors(document/spreadsheet/ presentation) have the same dialog. Do we have to omit the editor name or add on special prefix to identify them? On Mon, Jul 9, 2012 at 3:25 PM, Shan Zhu wrote:

Re: [QA AUTOMATION][Proposal]Suggest to group definition of UI Controls in UIMap.java.

2012-07-18 Thread Kevin Grignon
Shan Zhu, Could you point me to any documentation, or share any thoughts on the available styling options for our UI presentation (workspace and forms). I'm scoping a UI refresh and want to get a sense of what tailoring or customization is possible. Thoughts? Regards, Kevin On Monday, July 9,

Re: [QA AUTOMATION][Proposal]Suggest to group definition of UI Controls in UIMap.java.

2012-07-19 Thread Shan Zhu
Hi, Kevin The definition UI controls I mentioned is just about the code orgnization in VCLAuto Tools. I want to define VCL controls in the same sequence as that on application UI, and organize them by applications and dialogs, to make the items can be found and maintained easily. It doen't talk ab

Re: [QA AUTOMATION][Proposal]Suggest to group definition of UI Controls in UIMap.java.

2012-07-19 Thread Kevin Grignon
KG01 - See comments inline. On Thursday, July 19, 2012, Shan Zhu wrote: > Hi, Kevin > > The definition UI controls I mentioned is just about the code orgnization > in VCLAuto Tools. > I want to define VCL controls in the same sequence as that on application > UI, and organize them by applications