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

    bright-gpu-74537

    07/28/2022, 6:45 PM
    hmmm, yeah, defo something off there
  • b

    bright-gpu-74537

    07/28/2022, 7:42 PM
    fixed
  • b

    bright-gpu-74537

    07/28/2022, 7:43 PM
    ive updated the playground also - so those two examples work fine there now
  • p

    purple-businessperson-14467

    07/28/2022, 7:50 PM
    confirmed in builder and in my app, thank you sir
  • r

    refined-cat-44047

    07/29/2022, 11:03 AM
    What is the best workflow people have found for tweaking your layouts. I mean for the situation of making a tiny UI change, compile, look, repeat. I am currently compiling to Hashlink for testing, which to be fair, compiles super quick, but is there any hot-reload magic out there? Or maybe a visual layout tool? Just looking for something to speed up the iterations, or at least make life easier.
  • b

    bright-gpu-74537

    07/29/2022, 11:29 AM
    nothing as far as im aware... are you using xml layouts? I never really feel like its an issue - but that could just be me
  • h

    hallowed-ocean-84954

    07/29/2022, 2:07 PM
    I do what you're doing, but you could try html5 target and the vscode GoLive plugin. That'll do hot reload. I've not tried it for this though nor have I used it much because I usually target hl. I'm not sure how big these tweaks are but if larger you could use a mockup too like figna to get it as close as possible first and minimize the iterations
  • e

    elegant-twilight-61392

    07/29/2022, 4:38 PM
    is that hot reload or auto reload? if im not mistaken, hot reloading is reloading parts of code or data while an app is running, and golive/liveserver just trigger a page reload automatically when the files change
  • h

    hallowed-ocean-84954

    07/29/2022, 5:59 PM
    Yeah probably. That said I thought there was some hot reload stuff done for hl recently.
  • r

    refined-cat-44047

    07/30/2022, 1:48 AM
    GoLive sounds interesting. I will check it out. I think hot reloading or auto reloading would both offer some benefits to the process. I did just find this post about HL Hot Reload that looks pretty interesting https://github.com/HaxeFoundation/hashlink/wiki/Hot-Reload
  • p

    purple-businessperson-14467

    07/30/2022, 2:00 AM
    Having some weirdness in textareas with auto wrapping https://www.haxeui.org/builder/?kygroe The first textarea I copy and paste "z z z z z". I then try and paste it into next field and it stops pasting. I then tried moving cursor in the middle of the field and type. Cursor jumps to end.
  • p

    purple-businessperson-14467

    07/30/2022, 2:03 AM
    Once broken if you hold down a letter it..well...
  • b

    bright-gpu-74537

    07/30/2022, 7:42 AM
    what backend is this? Do you have a minimal repro?
  • r

    refined-laptop-39041

    07/30/2022, 2:35 PM
    I think the backend is the builder itself?
  • b

    bright-gpu-74537

    07/30/2022, 3:38 PM
    oh yeah, there is a builder link there... doh
  • b

    bright-gpu-74537

    07/30/2022, 3:38 PM
    very strange behaviour
  • p

    purple-businessperson-14467

    07/30/2022, 6:02 PM
    can anyone repeat?
  • p

    purple-businessperson-14467

    07/30/2022, 6:15 PM
    Ah, it is related to it being used as a itemrenderer. It doesnt happen in the textareas here https://www.haxeui.org/builder/?nmoakj
  • b

    bright-gpu-74537

    07/30/2022, 8:45 PM
    Yeah, i came to the same conclusion, that it was something to do with renderers - then i went out and drunk a bunch of tequila 😄
  • b

    bright-gpu-74537

    07/30/2022, 8:46 PM
    (and yeah, defo repeatable this end with the link you provided)
  • p

    purple-businessperson-14467

    07/30/2022, 8:56 PM
    Nice! My bugs drive you to drinking
  • p

    purple-businessperson-14467

    07/30/2022, 10:04 PM
    Random: Using a splitter where the right side doesnt appear until a selection is made; using show, hide. Is there a way to hide the splitter bar/dots until the second object is visible? -Fix: includeInLayout=false removes the splitter. Just hidng does not.
  • l

    loud-salesclerk-7438

    07/31/2022, 8:55 AM
    are you interested in a potential, work-in-progress library / framework for running automated ui-tests? if your answer is yes take a look at and give it a spin. it works with applications compiled to C++ and HTML5, runs on Linux and Windows (and propably OSX). I haven't tried any backend other than OpenFL, but technically they might work.
  • b

    best-agent-85158

    07/31/2022, 10:27 AM
    how do i disabled the blue border around buttons when theyre selected? preferrably via code
  • b

    best-agent-85158

    07/31/2022, 10:30 AM
    does that mean i can change positions of stuff/style elements in runtime? thats something i REALLY need now
  • l

    loud-salesclerk-7438

    07/31/2022, 10:33 AM
    yes
  • b

    best-agent-85158

    07/31/2022, 10:35 AM
    installing that rn
  • b

    best-agent-85158

    07/31/2022, 10:35 AM
    do i have to use lix?
  • b

    best-agent-85158

    07/31/2022, 10:37 AM
    another thing - im designing the UI via code - can i still use this? (ie. there are no XMLs)
  • l

    loud-salesclerk-7438

    07/31/2022, 10:40 AM
    you don't have to use lix, it just makes things easier. and it shouldn't matter were your UI is coming from
1...118911901191...1687Latest