>
> You are probably right that it should be added. I would prefer the Qt
> style WWidget::setTabOrder(WWidget *first, WWidget *second) over a
> setTabIndex(int) method though as it does not get confused by other
> widgets present in the page ?
>
I don't know Qt - but I suspect you might need to go down the same dual road
you did with layouts. I.e. you need methods which implement the javascript
browser dom model (for webbies) - and methods which emulate Qt.

I am also going to attempt to implement setting and getting text cursor
positions in fields (aka selections) and detecting more special keys (tab,
perhaps cursors, function keys). If I succeed I will post pointers to the
code because I think it would be great to get these in Witty. I will only
bother with IE and FF - which may be too restrictive for Witty - I don't
know how you manage to support all these crazy browsers! Do you leverage the
ExtJs stuff?

Adrian
------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to