开发者

mojo-sdk

0
  • Snap a webOS Slider widget to integers

    In a webOS app, I have a Mojo.Widget.Slider that I use to set an integer to 0, 1, or 2.I take care of rounding the Slider value myself already (though there is a feature to do this for you, but I stop[详细]

    2023-02-25 03:17 分类:问答
  • Palm Mojo: Object properties

    There was another question with an answer saying that you can use event.down.x to get the x-coordinate of a t开发者_如何学Pythonap event. It also said that this was not well documented in the Palm Moj[详细]

    2022-12-31 02:32 分类:问答
  • Double tap in webOS

    How can I implement DoubleTap event 开发者_如何学运维and SingleTap event separately in webOS ?In your handler for Mojo.Event.tap, look at the event\'s count field.That will be 2 for a double-tap, 1 fo[详细]

    2022-12-13 14:27 分类:问答