https://linen.dev logo
Join Discord
Powered by
# lime
  • i had that issue but removed the ndll files from the .gitignore file
    b

    breezy-toothbrush-6705

    04/05/2023, 2:20 PM
    i had that issue but removed the ndll files from the .gitignore file
  • i managed to make it work on my machine but <@619105294496038923> tried to install it using the same command and the installation seems to be stuck
    b

    breezy-toothbrush-6705

    04/05/2023, 2:22 PM
    i managed to make it work on my machine but @full-finland-85350 tried to install it using the same command and the installation seems to be stuck
  • `haxelib git lime https://github.com/PadTwo/lime Installing lime from https://github.com/PadTwo/lime`
    b

    breezy-toothbrush-6705

    04/05/2023, 2:23 PM
    Copy code
    haxelib git lime https://github.com/PadTwo/lime
    Installing lime from https://github.com/PadTwo/lime
  • i dont think you can install lime with just `haxelib git`
    e

    elegant-twilight-61392

    04/05/2023, 3:27 PM
    i dont think you can install lime with just
    haxelib git
  • certain parts of it are already compiled when you download it from haxelib directly
    e

    elegant-twilight-61392

    04/05/2023, 3:28 PM
    certain parts of it are already compiled when you download it from haxelib directly
  • refer to the "Building from Source" section of the lime readme
    e

    elegant-twilight-61392

    04/05/2023, 3:28 PM
    refer to the "Building from Source" section of the lime readme
  • yeah, if you want to get Lime from Github, you need to build the C++ parts manually. and it's probably a good idea to rebuild tools.
    r

    rhythmic-wolf-50922

    04/05/2023, 3:37 PM
    yeah, if you want to get Lime from Github, you need to build the C++ parts manually. and it's probably a good idea to rebuild tools.
  • Thanks everyone <:blobhug:964545740531703888> in the end building lime locally and installing it with `haxelib install lime.zip` as suggested in the "Building from Source" worked
    b

    breezy-toothbrush-6705

    04/06/2023, 7:31 AM
    Thanks everyone in the end building lime locally and installing it with
    haxelib install lime.zip
    as suggested in the "Building from Source" worked
  • any API call that didn't return 200 OK was dropped by flash, so there was no way to send an error message to the user
    f

    future-iron-61487

    04/07/2023, 3:41 AM
    any API call that didn't return 200 OK was dropped by flash, so there was no way to send an error message to the user
  • which resulted in the server being written to always respond "200 OK" even when it failed, then send a response with error XML in it.
    f

    future-iron-61487

    04/07/2023, 3:42 AM
    which resulted in the server being written to always respond "200 OK" even when it failed, then send a response with error XML in it.
  • it sucked
    f

    future-iron-61487

    04/07/2023, 3:42 AM
    it sucked
  • Does anyone know how to recreate this effect in lime?
    m

    modern-quill-15664

    04/07/2023, 9:21 PM
    Does anyone know how to recreate this effect in lime?

    https://cdn.discordapp.com/attachments/769686258049351722/1094009176423944202/image0.png▾

  • On mac
    m

    modern-quill-15664

    04/07/2023, 9:22 PM
    On mac
  • f

    full-finland-85350

    04/18/2023, 8:33 AM
    @User build a frame and use MULTIPLY blendmode, or use only 100% black pixels with shaded alpha to obtain the exact same effect
  • f

    full-finland-85350

    04/18/2023, 8:36 AM
    if the frame will be resizable you have to cut it into 8 parts, the 4 corners and the 4 sides and combine them to rebuild the complete frame
  • m

    modern-quill-15664

    04/18/2023, 12:47 PM
    Ohh i meant like transparent windows on mac
  • b

    best-agent-85158

    04/18/2023, 4:53 PM
    there was a PR for it on lime i saw a while ago for transparent windows
  • b

    best-agent-85158

    04/18/2023, 4:53 PM
    ill find it real quick
  • b

    best-agent-85158

    04/18/2023, 4:55 PM
    @modern-quill-15664 https://github.com/openfl/lime/pull/1570
  • b

    bulky-insurance-39338

    04/19/2023, 4:59 AM
    @best-agent-85158 what i am need is the doubleclick-systemwide-feature soon (^_^)
  • b

    bulky-insurance-39338

    04/19/2023, 5:02 AM
    [for simple
    cp
    uKnow]
  • b

    bulky-insurance-39338

    04/19/2023, 5:06 AM
    [{need here to simple select keyword }]
  • b

    best-agent-85158

    04/19/2023, 7:15 AM
    Pretty sure it was merged into the lime 8.1 and openfl 9.2 branch
  • b

    best-agent-85158

    04/19/2023, 7:30 AM
    @bulky-insurance-39338 https://github.com/openfl/lime/pull/1579
  • m

    modern-quill-15664

    04/19/2023, 11:23 AM
    Sadly thats opacity of the window, i need to basically be able to like make a sprite appear on the desktop
  • m

    modern-quill-15664

    04/19/2023, 11:23 AM
    By like using transparent
  • a

    able-action-74275

    04/19/2023, 11:24 AM
    make the application window full screen and transparent, then you can do what you want with 'virtual' windows within
  • m

    modern-quill-15664

    04/19/2023, 11:25 AM
    I basically dont know the command to do it on mac
  • a

    able-action-74275

    04/19/2023, 11:25 AM
    there might be a way to disable window chrome but if not that's the best you'll get I expect
  • r

    rhythmic-wolf-50922

    04/19/2023, 3:27 PM
    <window borderless="true"/>
    in project.xml should disabled system chrome
1...949596...138Latest