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

    bright-gpu-74537

    05/24/2020, 10:04 PM
    Copy code
    haxe
            var http:haxe.Http = new haxe.Http(url);
            http.onData = function(data:String) {
                Toolkit.assets.imageFromBytes(Bytes.ofString(data), callback);
            }
            http.onError = function(msg:String) {
                trace(msg);
                callback(null);
            }
            http.request();
  • c

    clever-oil-61353

    05/24/2020, 10:11 PM
    i wonder how often hxcs gets used
  • b

    bright-gpu-74537

    05/24/2020, 10:11 PM
    rarely i think
  • c

    clever-oil-61353

    05/24/2020, 10:11 PM
    i just took a peak at the git
  • b

    bright-gpu-74537

    05/24/2020, 10:12 PM
    haxeui-winforms does work though, so...
  • c

    clever-oil-61353

    05/24/2020, 10:13 PM
    well, if they work, thats a good thing. i should tinker with those, havn't done that yet.
  • b

    bright-gpu-74537

    05/24/2020, 10:14 PM
    yeah, nice it works, not sure how useful it is when there is haxeui-hxwidgets though (win, linux, osx) but always good to have backends that keep the abstraction... ... abstract
  • c

    clever-oil-61353

    05/24/2020, 11:15 PM
    first time i recall seeing this one..... i'm working on a layout in xml..... what is this trying to tell me i did? /home/shaunholt/haxe/haxelib/haxeui-html5/git/haxe/ui/backend/ScreenImpl.hx:81: characters 22-34 : Field get_isRetina should be declared with 'override' since it is inherited from superclass haxe.ui.backend.ScreenBase
  • c

    clever-oil-61353

    05/24/2020, 11:27 PM
    nvm, i know what i didn't do now.
  • m

    most-caravan-45834

    05/25/2020, 12:32 AM
    @User just tested with master updated and the problem I had setting a property of type list by script is solved 🙂
  • m

    most-caravan-45834

    05/25/2020, 12:37 AM
    But now when I get the "value" property from a Property of type list, instead of the string value of the selected item, I get:
    Copy code
    { value => dungeon.tmx }
  • m

    most-caravan-45834

    05/25/2020, 12:38 AM
    Which is strange, because when I set this property I do with a string value directly
  • m

    most-caravan-45834

    05/25/2020, 12:42 AM
    So this is happening:
    Copy code
    haxe
    tilemapProperty.value.value
  • m

    most-caravan-45834

    05/25/2020, 1:38 AM
    Anyone else getting
    Copy code
    src/module.c(321) : FATAL ERROR : Failed to load library ssl.hdll
    when running haxeui on hashlink target? I'm getting this on OSX Catalina 10.15.4 and Windows 7
  • c

    clever-oil-61353

    05/25/2020, 2:14 AM
    did you do a search on your computer to see if the file is on there?
  • c

    clever-oil-61353

    05/25/2020, 2:16 AM
    this may help........ https://github.com/HaxeFoundation/hashlink/issues/220
  • c

    clever-oil-61353

    05/25/2020, 2:17 AM
    different hdll..... but probably same or very similar fix
  • c

    clever-oil-61353

    05/25/2020, 2:19 AM
    saw a couple on MacOs that were in the same ballpark.... just needing to copy the hdll to where its being looked for.
  • c

    clever-oil-61353

    05/25/2020, 2:25 AM
    this one was MacOS game related that was missing hashlink hdll's....... https://steamcommunity.com/app/466560/discussions/4/1762481957315304358/?ctp=13
  • m

    most-caravan-45834

    05/25/2020, 4:39 AM
    I can't find these hdll in my osx
  • m

    most-caravan-45834

    05/25/2020, 4:39 AM
    and I can't figure out where to ge them either
  • c

    clever-oil-61353

    05/25/2020, 4:41 AM
    let me take a quick look at their size, i may be able to send them to you
  • m

    most-caravan-45834

    05/25/2020, 4:41 AM
    How did you get a hold of them?
  • c

    clever-oil-61353

    05/25/2020, 4:43 AM
    i compiled hashlink from...... https://github.com/HaxeFoundation/hashlink
  • c

    clever-oil-61353

    05/25/2020, 4:43 AM
    and got them from that
  • m

    most-caravan-45834

    05/25/2020, 4:44 AM
    If you send me ssl.hdll I'll use yours
  • c

    clever-oil-61353

    05/25/2020, 4:44 AM
    may have to do that, i don't know if linux built will work cross platform
  • m

    most-caravan-45834

    05/25/2020, 4:44 AM
    probably not I guess
  • c

    clever-oil-61353

    05/25/2020, 4:44 AM
    i'll send it, we can see
  • m

    most-caravan-45834

    05/25/2020, 4:44 AM
    I'll try to build it here
1...232233234...1687Latest