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

    bright-gpu-74537

    08/21/2019, 9:10 PM
    guess ive never used selectedItems... :/
  • b

    bright-gpu-74537

    08/21/2019, 9:10 PM
    only single selection
  • b

    bright-gpu-74537

    08/21/2019, 9:11 PM
    all merged... thanks for that...
  • l

    loud-salesclerk-7438

    08/21/2019, 9:12 PM
    I used selectedItems in a test project and was confused why it would return all items, but then I looked at the code 😃
  • b

    bright-gpu-74537

    08/21/2019, 9:13 PM
    heh heh... yeah... i must have tested it at some point... but probably did something dumb like select all the items... doh
  • b

    brave-kangaroo-30399

    08/23/2019, 12:59 AM
    @quick-king-64105 your test cases are making this a lot easier than I thought it would be
  • q

    quick-king-64105

    08/23/2019, 1:44 AM
    I tried to make them straightforward. I don't always know what "minimal" is though :/
  • q

    quick-king-64105

    08/23/2019, 1:44 AM
    I mean well, believe it or not when I'm trying to whip things forwards
  • b

    brave-kangaroo-30399

    08/23/2019, 2:32 AM
    I mean if I can run your code on the debugger and not spend an hour following your variables, then it’s minimal enough
  • b

    brave-kangaroo-30399

    08/23/2019, 2:32 AM
    Your examples are fine
  • b

    brave-kangaroo-30399

    08/23/2019, 2:33 AM
    First one is a no go, second I gave you a temp fix but it is a weird issue that will have to get resolved
  • q

    quick-king-64105

    08/23/2019, 3:13 AM
    Hm. Wonder if the entire subsurface swap thing can be resolved as easy as not destroying substates.
  • q

    quick-king-64105

    08/23/2019, 3:14 AM
    The complaint is - consistently - that it's pointing at null for I think 2 out of 3 of those errors.
  • q

    quick-king-64105

    08/23/2019, 3:14 AM
    I'd have to rerun the cases
  • q

    quick-king-64105

    08/23/2019, 3:14 AM
    I'll put that on the docket to make time to test within the next week
  • q

    quick-king-64105

    08/23/2019, 3:15 AM
    Blah
  • q

    quick-king-64105

    08/23/2019, 3:15 AM
    I'm not even englishing. Must be past time to get some sleep 🤡
  • b

    brave-kangaroo-30399

    08/24/2019, 4:13 AM
    Ohhhhhhhhhhhhhh I understand
    handleAddComponent
    and stuff now
  • b

    brave-kangaroo-30399

    08/24/2019, 4:14 AM
    I'm really just looking at the kha backend now for my CompoImpl rework
  • q

    quick-king-64105

    08/24/2019, 8:14 AM
    Me IRL: "Uhhhhhhhhhhhhhhhhhhhhhhhhhh"
  • b

    bright-gpu-74537

    08/26/2019, 8:25 AM
    https://twitter.com/IanHarrigan1982/status/1165901416256462849
  • b

    busy-exabyte-4595

    08/27/2019, 8:41 PM
    hi, what is the difference between addChild(__); & .addComponent(__); when using openfl-backend is it ok to use addChild or there are some features i will be missing if i dont use addComponent ?
  • l

    loud-salesclerk-7438

    08/27/2019, 9:06 PM
    I usually use
    addChild
    only for the toplevel haxeui element and then
    addComponent
    for everything below that. And yes you will be missing features / functionality if you don't
  • b

    busy-exabyte-4595

    08/27/2019, 9:12 PM
    got it , but now i am stuck with styling issue, the problem is that it is not applying any styles at all
  • b

    busy-exabyte-4595

    08/27/2019, 9:13 PM
    i am wondering why is that, can't i separate components like movie clips ?
  • l

    loud-salesclerk-7438

    08/27/2019, 9:19 PM
    I don't know what you mean by separating
  • b

    busy-exabyte-4595

    08/27/2019, 9:24 PM
    like this, before this setup , it was only one file main.xml and when i moved every feature to it's own file it just failed to show me any css
  • b

    busy-exabyte-4595

    08/27/2019, 9:25 PM
    i am also preparing an example project
  • l

    loud-salesclerk-7438

    08/27/2019, 9:31 PM
    you can put your styles into your XML files, if that helps... I guess if you load those .css files they should also work, but hard to say without code
  • b

    busy-exabyte-4595

    08/27/2019, 9:33 PM
    yes it will be very hard for me to explain this without showing any code , should i create a post in community site or just direct post the project here ?
1...103104105...1687Latest