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

    bright-gpu-74537

    06/05/2020, 11:39 AM
    i replaced
    <haxelib name="lime" />
    with
    <haxelib name="openfl" />
    in project.xml and also
    class Main extends Application
    with
    class Main extends Sprite
    and its building now
  • b

    bright-gpu-74537

    06/05/2020, 11:39 AM
    no idea, why those broke it... but the internals of openfl in the project sense are mostly a mystery to me
  • c

    clever-oil-61353

    06/05/2020, 11:39 AM
    interesting
  • c

    clever-oil-61353

    06/05/2020, 11:45 AM
    thanks for figure that out about the Main extends Sprite
  • c

    clever-oil-61353

    06/05/2020, 11:45 AM
    it kept me boggled for hours today lol
  • c

    clever-oil-61353

    06/05/2020, 12:29 PM
    When do you pick up the new family member?
  • b

    bright-gpu-74537

    06/05/2020, 12:58 PM
    had him for about 3 hours 😉
  • b

    bright-gpu-74537

    06/05/2020, 12:59 PM
    tiny little thing, i thought maybe he would be super scared, or missing his foster mum or something... but hes been running around the house like a little loon
  • b

    bright-gpu-74537

    06/05/2020, 12:59 PM
    seems super happy, ate some food, fell asleep, woke up, running around, fell asleep... normal puppy stuff 😄
  • c

    clever-oil-61353

    06/05/2020, 1:15 PM
    precious
  • b

    bright-yak-48460

    06/05/2020, 2:42 PM
    Aw! Name the pup yet?
  • b

    bright-gpu-74537

    06/05/2020, 3:03 PM
    Winston... as in Churchill - were done with the founding fathers theme as they keep dying
  • b

    bright-gpu-74537

    06/05/2020, 3:03 PM
    oh, maybe you dont know about JJ (Jefferson Jon)
  • b

    bright-gpu-74537

    06/05/2020, 3:04 PM
    he was in a shelter, we "got" him (in the sense we would have in a month) and then he ate some leaves that were poisen and died... 😮
  • b

    bright-gpu-74537

    06/05/2020, 3:04 PM
    and that was the 2nd dog that died that way in that place... ... ... "this year"... so they are obviously total idiots
  • b

    bright-gpu-74537

    06/05/2020, 3:05 PM
    so yeah, no more founding fathers naming convention 😄
  • u

    user

    06/06/2020, 7:55 PM
    Hi, is there a way to make an image active / a button image ?
  • u

    user

    06/06/2020, 8:06 PM
    also looking for a way to make some floating messages (like notification)...perhaps using a AbsoluteLayout ?
  • u

    user

    06/06/2020, 8:45 PM
    last one : is there a way to make a disabled textfield "greyed" ?
  • u

    user

    06/06/2020, 11:35 PM
    tried to move my tfield restrictChars hack to an extended TextField w/o success... I can't react to UIChange, only on parent side
  • u

    user

    06/06/2020, 11:55 PM
    Finally found how to setup background color on disabled = true
  • u

    user

    06/06/2020, 11:55 PM
    but it"s not totally right
  • u

    user

    06/06/2020, 11:55 PM
    there is a white border
  • u

    user

    06/06/2020, 11:56 PM
    Copy code
    tf.backgroundColor = (enabled? 0xFFFFFF:0xC0C0C0);
    
    
    while <textfield id="tf" style="background-color:#CCCCCC;" />  isn't working at all
  • u

    user

    06/06/2020, 11:56 PM
    while no problem on html
  • c

    clever-oil-61353

    06/07/2020, 2:59 AM
    Floating messages..... modal?
  • c

    clever-oil-61353

    06/07/2020, 3:00 AM
    you can put an image on a button..... there is a bitmap example somewhere, may have been in the component explorer. i havn't looked but i believe you can make an image clickable as well.
  • u

    user

    06/07/2020, 6:37 AM
    Button. Icon isn't what's I'm looking for, unfortunately
  • u

    user

    06/07/2020, 7:03 AM
    floating message are something you can show on mouse over a component and hide when mouse exit, like tooltip
  • u

    user

    06/07/2020, 7:41 AM
    @User what's the recommended backend for Android ? I saw haxeui-android isn't updated....I would prefer a native one over openfl 😦
1...266267268...1687Latest