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

    tall-teacher-57409

    03/08/2023, 2:49 PM
    oh that was stupid 🤦‍♀️
  • p

    powerful-morning-89

    03/08/2023, 2:50 PM
    HaxeUI should work with all OpenFL/Lime targets.
  • t

    tall-teacher-57409

    03/08/2023, 3:18 PM
    http://haxeui.org/builder/?e157c2d1 shouldn't the vbox center the hbox horizontally like that
  • t

    tall-teacher-57409

    03/08/2023, 3:20 PM
    even adding a spacer with 100% width before and after the hbox doesn't have any effect
  • t

    tall-teacher-57409

    03/08/2023, 3:20 PM
    probably doing something dumb here
  • a

    ambitious-knife-25690

    03/08/2023, 3:28 PM
    nah, the parent doesn't recursively affect all children
  • a

    ambitious-knife-25690

    03/08/2023, 3:28 PM
    at least not all props
  • a

    ambitious-knife-25690

    03/08/2023, 3:29 PM
    so you want to add the center to hbox
  • t

    tall-teacher-57409

    03/08/2023, 3:29 PM
    ah worksss
  • t

    tall-teacher-57409

    03/08/2023, 3:29 PM
    thanks
  • f

    full-journalist-82607

    03/08/2023, 4:38 PM
    Hmm, in fact my image wasn't adapted to this method ( like the shelf base isn't continuous when you repeat it) so maybe I'll found another image/modify this
  • b

    bright-gpu-74537

    03/08/2023, 5:15 PM
    also, there may be some misunderstanding here also: you put the halign / valign property on the thing you want to align, not on the parent to tell how to align its children
  • b

    bright-gpu-74537

    03/08/2023, 5:16 PM
    http://haxeui.org/builder/?8a0aedb6
  • t

    tall-teacher-57409

    03/08/2023, 5:16 PM
    oh! well I thought it's like CSS Flexboxes for example
  • t

    tall-teacher-57409

    03/08/2023, 5:16 PM
    thanks for clarifying
  • b

    bright-gpu-74537

    03/08/2023, 5:16 PM
    np 👌
  • h

    happy-agent-4114

    03/08/2023, 7:49 PM
    I have once again made a new and innovative bug
  • h

    happy-agent-4114

    03/08/2023, 7:49 PM
    Copy code
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:265: characters 35-50 : haxe.ui.styles.Style has no field backgroundWidth (Suggestions: backgroundImage, backgroundColor)
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:266: characters 53-68 : haxe.ui.styles.Style has no field backgroundWidth (Suggestions: backgroundImage, backgroundColor)
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:267: characters 42-64 : haxe.ui.styles.Style has no field backgroundWidthPercent
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:268: characters 53-75 : haxe.ui.styles.Style has no field backgroundWidthPercent
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:270: characters 35-51 : haxe.ui.styles.Style has no field backgroundHeight (Suggestion: backgroundImage)C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:271: characters 53-69 : haxe.ui.styles.Style has no field backgroundHeight (Suggestion: backgroundImage)C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:272: characters 42-65 : haxe.ui.styles.Style has no field backgroundHeightPercent
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/StyleHelper.hx:273: characters 53-76 : haxe.ui.styles.Style has no field backgroundHeightPercent
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/graphics/SVGGraphicsImpl.hx:7: characters 8-41 : Type not found : haxe.ui.loaders.image.ImageLoader
    C:\HaxeToolkit\haxe\lib\haxeui-html5/git/haxe/ui/backend/html5/graphics/SVGGraphicsImpl.hx:89: characters 9-20 : Type not found : ImageLoader
  • h

    happy-agent-4114

    03/08/2023, 7:49 PM
    haxeui-core and html5 both on git latest
  • h

    happy-agent-4114

    03/08/2023, 7:50 PM
    this is on a fresh template
  • h

    happy-agent-4114

    03/08/2023, 7:52 PM
    sorry for terminal flooding
  • b

    bright-gpu-74537

    03/08/2023, 7:53 PM
    well, backgroundWidth is certainly there: https://github.com/haxeui/haxeui-core/blob/master/haxe/ui/styles/Style.hx#L146 so you / git / haxelib must have borked the install somehow
  • h

    happy-agent-4114

    03/08/2023, 7:53 PM
    hm
  • h

    happy-agent-4114

    03/08/2023, 7:53 PM
    I'll try manually setting it to use git again
  • b

    bright-gpu-74537

    03/08/2023, 7:54 PM
    what does
    haxelib list haxeui
    show?
  • h

    happy-agent-4114

    03/08/2023, 7:54 PM
    not sure why I'm not using kha from git but that's not the target anyway
  • b

    bright-gpu-74537

    03/08/2023, 7:54 PM
    odd, and in your haxeui-core do you have that line linked?
  • h

    happy-agent-4114

    03/08/2023, 7:55 PM
    I just tried this and now it works 💀
  • b

    bright-gpu-74537

    03/08/2023, 7:55 PM
    haxelib quirk mebbe?
  • h

    happy-agent-4114

    03/08/2023, 7:55 PM
    so haxeui has/had some bug with haxeui git
1...158715881589...1687Latest