Hey,
> I'm currently testing qooxdoo and an important requirement for us is that
> the user interface of an application can be customized without us having to
> write too much code ourself.
> When using the validation manager the question arose whether it's possible
> to display the "invalidMessage" not as a tooltip but as a label on the right
> side of the invalid field, so the user doesn't have to move the mouse over
> the field to find out what's wrong with the text he typed in.
> I tried for hours and couldn't find a way, the only solution I see is not to
> use the validation manager at all but to implement the validation myself. Is
> that the only solution or did I overlook another one?


The validation manager supports such scenarios even though, you have to do some 
work manually:
1. create the label which shows the error message
2. connect the label to the widget using data binding
3. disable the error tooltips

I have build a playground sample to demonstrate how that could be done:
http://tinyurl.com/k7wvhfe

I hope that helps,
Martin
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to