Open Source & Free  

Scrollbars & Tooltips

Scrollbars & Tooltips

Header Image

One of the big decisions we made a while back was to build the new GUI builder on top of Codename One itself,
we extended that decision three months ago with the decision to build the Codename One settings in Codename One
and then deciding to make it the default preferences UI for all IDE’s…​

Those were great decisions in retrospect, they helped us consolidate code across the different IDE’s.
Furthermore using Codename One is far simpler than Swing/SWT or FX. At least for us…​

The look of these new UI’s is far more modern than the Swing alternative. Unlike these other API’s we
designed Codename One for mobile and not for desktop so basic desktop staples like scrollbars, tooltips, menubars etc.
weren’t available.

We worked around the menu bar functionality using native code and we added scrolling based on the logic
here (this isn’t yet in the current shipping version).

We made slight improvements to that code that also recalculate the height and allow for arrows. One of the improvements
that did make the current version is support for tooltips which are convenient for desktop applications.
We added some initial work around tooltips based on the pointerHover callbacks which now have a mapping
in desktop apps but this isn’t turned on by default. We chose to use the glasspane for the tooltips instead of the
layered pane which might have an issue when displaying a tooltip on the toolbar.

Since we are pretty late in the 3.5 release cycle we chose not to expose any of this in the API. Our
current line of thinking is to create an overarching com.codename1.ui.desktop package that will include
tools for desktop API’s such as the ability to define a menu bar, tooltips, scrollbars and other desktop oriented
capabilities.

If this is something you find interesting please let us know in the comments, we’d like feedback about the type
of features/functionality you would expect in such an API.

4 Comments

  • Ulises Escobar says:

    I wish I could move from one text field to another with Tab

  • Shai Almog says:

    This should already work in the current versions and even in the simulator.

  • beck says:

    I dont know it is related or not but It’d be really really cool if we can see the component highlighted by border or smth when it is selected in component inspector. Sometime it takes much time to search the component in component inspector

  • Shai Almog says:

    Probably not related but yes I’d like that too. But we’re not doing this for the current code as it’s a bit limited.

    We have some very interesting ideas moving forward with the simulator and the component inspector.

Leave a Reply