Ralf Nieuwenhuijsen schrieb: > I'll be looking into it, before my project is done. But currently i'm > not even compiling the code or anything. So I need to set that up anyway > to make any changes. (But i will eventually do that). I'm currently just > loading the 900kb qx.js file.. > > I will try to give it the following behaviour: if vertically above the > middle of the screen, the tooltip comes below, if vertically below the > middle of the screen, the tooltip comes above. Horizontally i will just > make sure it never comes across the boundries of the screen. At least > this the behaviour my gnome-desktop has .. so i assume this is > 'standard'. But I dunno, perhaps Windows does it differently?
Sounds OK. > > BTW Shouldn't I try to put it in Popup instead of ToolTip ? Since menu's > should have the same behaviour. Or aren't menu's using the Popup class? Mhh, OK. Does popups really already have such a feature? Tooltips are popups, too. The question is, if the code is inside the menu, for example, if we could it move some classes up and implement this as a general feature of Popup, so that menu, popup, tooltip, etc. can use it. Cheers, Sebastian > > Greetings, > Ralf > > 2006/8/28, Sebastian Werner < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > Hi Ralf, > > you don't miss anything. It's just not that smart - currently. Maybe you > want to enhance it :) Should be somewhere in ToolTip or ToolTipManager. > > Cheers, > > Sebastian > > > Ralf Nieuwenhuijsen schrieb: > > Hi, > > > > I'm using the release candidate version 0.6 > > When using tooltips the tooltip is always positioned below and to the > > right: even when that is out of view! > > This way, all tooltips assigned to object at the bottom or the > right are > > not completely (if at all) visible. > > > > I wish the tooltip logic was smarter, and made sure the tooltip is > > always visible! > > Maybe I'm missing something here? > > > > Greetings, > > Ralf > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > qooxdoo-devel mailing list > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > <https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel> > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
