https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • b

    bright-gpu-74537

    05/24/2020, 9:50 AM
    i made some changes to font handling on kha also (git version ofc), pretty sure it wouldnt affect you, but just letting you know
  • l

    lemon-terabyte-14807

    05/24/2020, 10:03 AM
    does haxe-ui function on hashlink ?
  • b

    bright-gpu-74537

    05/24/2020, 10:07 AM
    which backend? Ive managed to run haxeui-openfl and haxeui-heaps on HL, but ive seen others are having issues with openfl in general, so maybe there is an issue with openfl
  • l

    lemon-terabyte-14807

    05/24/2020, 10:09 AM
    hmmmm
  • l

    lemon-terabyte-14807

    05/24/2020, 10:10 AM
    I was intending to go with haxeui-openfl but I am trying to find an alternative
  • l

    lemon-terabyte-14807

    05/24/2020, 10:10 AM
    is there like a better alternative than haxeui in general ?
  • c

    clever-oil-61353

    05/24/2020, 10:12 AM
    i dont think so, but, thats just my opinion.
  • b

    bright-gpu-74537

    05/24/2020, 10:13 AM
    there is feathersui and stablexui which are both openfl specific libs
  • b

    bright-gpu-74537

    05/24/2020, 11:01 AM
    @User - there should be some fixes for propertygrid in git master now, would be interested to know if that fixes things for you (there were defo some issues)
  • c

    clever-oil-61353

    05/24/2020, 11:19 AM
    looking back through the component explorer, i think i see now how it works with monaco.
  • c

    clever-oil-61353

    05/24/2020, 11:19 AM
    seems alot simpler than I was thinking before.
  • c

    clever-oil-61353

    05/24/2020, 11:21 AM
    the viewmanager sets the stage for monaco
  • p

    powerful-morning-89

    05/24/2020, 3:02 PM
    Copy code
    Can't cast haxe.ui.events.FocusEvent to haxe.ui.events.MouseEvent
    // Shortened callstack
    Called from haxe.ui.containers.properties._PropertyGroup.Events.~unregister.0 (C:\LanguageToolkits\HaxeToolkit\haxe\std/hl/_std/Date.hx line 0)
    Called from haxe.ui.util.EventMap.invoke (haxe/ui/util/EventMap.hx line 76)
    Called from haxe.ui.core.ComponentEvents.dispatch (haxe/ui/core/ComponentEvents.hx line 97)
    Called from haxe.ui.core.InteractiveComponent.set_focus (haxe/ui/core/InteractiveComponent.hx line 55)
    Called from haxe.ui.components._TextArea.Events.onMouseDown (haxe/ui/components/TextArea.hx line 356)
    Called from haxe.ui.containers.properties._PropertyGroup.Events.~unregister.0 (C:\LanguageToolkits\HaxeToolkit\haxe\std/hl/_std/Date.hx line 0)
    Called from haxe.ui.util.EventMap.invoke (haxe/ui/util/EventMap.hx line 76)
    Called from haxe.ui.core.ComponentEvents.dispatch (haxe/ui/core/ComponentEvents.hx line 97)
    Called from haxe.ui.core.ComponentEvents._onMappedEvent (haxe/ui/core/ComponentEvents.hx line 114)
    Called from haxe.ui.backend.ComponentImpl.__onMouseEvent (haxe/ui/backend/ComponentImpl.hx line 228)
    Called from haxe.ui.backend.ComponentImpl.~mapEvent.0 (haxe/ui/backend/ComponentImpl.hx line 199)
    Called from h2d.Interactive.handleEvent (h2d/Interactive.hx line 161)
    Called from h2d.Scene.handleEvent (h2d/Scene.hx line 455)
    Called from hxd.SceneEvents.emitEvent (hxd/SceneEvents.hx line 168)
    Called from hxd.SceneEvents.checkEvents (hxd/SceneEvents.hx line 365)
  • p

    powerful-morning-89

    05/24/2020, 3:02 PM
    I've been getting this error a lot lately, on multiple backends.
  • p

    powerful-morning-89

    05/24/2020, 3:15 PM
    It happens when I try to click a text area.
  • b

    bright-gpu-74537

    05/24/2020, 5:18 PM
    ive seen that before, but not for a long time, its a pretty weird error
  • b

    bright-gpu-74537

    05/24/2020, 5:18 PM
    its like two events are firing or something
  • c

    clever-oil-61353

    05/24/2020, 6:20 PM
    I have been seeing alot since upgradeing haxe
  • c

    clever-oil-61353

    05/24/2020, 6:20 PM
    seeing that mouse events warning alot that is.
  • c

    clever-oil-61353

    05/24/2020, 6:25 PM
    when you compiled did you notice warnings about mouse events?
  • c

    clever-oil-61353

    05/24/2020, 7:13 PM
    Its another beautiful day for brain frying code manipulation..... lets have some fun !
  • b

    bright-gpu-74537

    05/24/2020, 7:39 PM
    what mouse event warning?
  • c

    clever-oil-61353

    05/24/2020, 8:32 PM
    i'll be compiling several things in a few mins and i'll screenshot it
  • c

    clever-oil-61353

    05/24/2020, 8:33 PM
    its not just haxeui..... its been a number of apps i've been looking into to see how different things work
  • c

    clever-oil-61353

    05/24/2020, 8:36 PM
    just a quick one i just did because it was handy......
  • c

    clever-oil-61353

    05/24/2020, 8:37 PM
    that one may have something to do with listview or something i've done in the code though.
  • c

    clever-oil-61353

    05/24/2020, 8:38 PM
    rarely saw mouse warnings tho until i ugraded haxe to 4.1..... now it seems to happen a good bit
  • c

    clever-oil-61353

    05/24/2020, 8:41 PM
    a different app.....
  • c

    clever-oil-61353

    05/24/2020, 8:41 PM
    first one was with haxe build html5.hxml this second one was with lime build html5
  • c

    clever-oil-61353

    05/24/2020, 8:42 PM
    i see with with examples that dont have haveui as well..... just mme and lime for instance, the demos.
1...230231232...1687Latest