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

    ambitious-knife-25690

    02/15/2023, 2:31 PM
    maybe not tho 😄
  • a

    ambitious-knife-25690

    02/15/2023, 2:31 PM
    git it all!
  • b

    billions-carpenter-3485

    02/15/2023, 2:32 PM
    oh git not lib
  • b

    billions-carpenter-3485

    02/15/2023, 2:35 PM
    now only one error xD i think i need to look into winforms or switch to another target. wxwidget is lqpl i think so kha?
  • f

    full-journalist-82607

    02/15/2023, 3:27 PM
    lqpl ?
  • b

    billions-carpenter-3485

    02/15/2023, 6:53 PM
    LGPL https://www.gnu.org/licenses/lgpl-3.0.en.html
  • p

    powerful-morning-89

    02/15/2023, 7:07 PM
    Note that as long as you link dynamically with the libraries you can license your app however you want.
  • p

    powerful-morning-89

    02/15/2023, 7:10 PM
    And WxWidgets is not actually LGPL, but a custom license that also allows static linking. > wxWidgets licence is a modified version of LGPL explicitly allowing not distributing the sources of an application using the library even in the case of static linking.
  • b

    billions-carpenter-3485

    02/15/2023, 7:37 PM
    oh :o nice to hear
  • b

    billions-carpenter-3485

    02/15/2023, 7:37 PM
    So i just can use hxwxwidget. So i only not to check if i can build my Com Object code to c++
  • b

    billions-carpenter-3485

    02/15/2023, 7:37 PM
    and get hxwidget to work:
  • b

    billions-carpenter-3485

    02/15/2023, 7:37 PM
    xD
  • b

    billions-carpenter-3485

    02/15/2023, 7:54 PM
    -D HXCPP_M64 fixes it
  • c

    cuddly-finland-31869

    02/15/2023, 8:06 PM
    Does anyone have a solution for adding alternating background colors for TreeViews, like we get with List and Table views?
  • b

    billions-carpenter-3485

    02/15/2023, 9:46 PM
    i think the best option to test your app with haxeui is heaps. Pretty fast boot time. :)
  • h

    hallowed-ocean-84954

    02/15/2023, 9:56 PM
    Yeah but only really makes sense if you're using heaps because you need the backend. I use HL which doesn't really care about the b/e.
  • e

    early-butcher-76809

    02/16/2023, 10:40 AM
    I'm wondering what is the use of themes : do we have one theme at a time and switch between them to change the whole UI or can we have multiple themes at once for different windows ? I've tried to look around in the channel's history but I'm not sure I'm doing it right :P
  • a

    ambitious-knife-25690

    02/16/2023, 11:09 AM
    you can do both, either or half of any
  • a

    ambitious-knife-25690

    02/16/2023, 11:09 AM
    the point of themes is to adjust the aesthetics to your liking, in a conveniently definable way
  • a

    ambitious-knife-25690

    02/16/2023, 11:10 AM
    there's no real general 'right' way, because it's down to your use case
  • e

    early-butcher-76809

    02/16/2023, 11:10 AM
    The only things I've found, so far, is using ``Toolkit.theme = "kenney";`` which makes things global, right ? D'you know how to use multiple themes at the same time ?
  • a

    ambitious-knife-25690

    02/16/2023, 11:11 AM
    that's the main theme but each xml can define its own style through the style tag
  • e

    early-butcher-76809

    02/16/2023, 11:12 AM
    Alright, I see !
  • e

    early-butcher-76809

    02/16/2023, 11:12 AM
    As I was doing previously, then
  • e

    early-butcher-76809

    02/16/2023, 11:12 AM
    Thanks <3
  • e

    early-butcher-76809

    02/16/2023, 11:12 AM
    Now, I just have to understand how to make the keeney theme work :D
  • a

    ambitious-knife-25690

    02/16/2023, 11:12 AM
    I believe you can also import additional stylesheets but I forget the syntax and I'm on mobile atm
  • b

    bright-gpu-74537

    02/16/2023, 11:15 AM
    so keep in mind that a "theme" isnt really anything special... its a collection of stylesheets and vars (vars arent required)... you could just import manually all the default theme css files and it would basically be the default theme
  • b

    bright-gpu-74537

    02/16/2023, 11:16 AM
    whats nice about themes is they are all in one place, and you can extend them (and vars, but again, thats a QoL thing)
  • b

    bright-gpu-74537

    02/16/2023, 11:18 AM
    everything just ends up as a bunch of css... so how you want to merge that together is really up to you - as notbilly says, there is no right or wrong way - just cleaner and harder to maintain ways
1...151715181519...1687Latest