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

    bitter-family-72722

    05/09/2019, 2:24 PM
    basically excludes the generated .hx files in the export directory from diagnostics and searches
  • d

    dry-alligator-83832

    05/09/2019, 2:24 PM
    oh okay
  • d

    dry-alligator-83832

    05/09/2019, 2:26 PM
    Copy code
    Processing Arguments [--cwd,c:/Users/moham/Documents/haxe/Bomber-man,-D,display-details,--no-output,--display,{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"supportsResolve":true,"exclude":["zpp_nape"]}}]
    Building Cache...
    Completion Response =
    {"jsonrpc":"2.0","id":0,"result":{"result":{"methods":["display/definition","server/contexts","server/invalidate","server/module","server/files","initialize","display/completion","typer/compiledTypes","display/references","server/modules","display/completionItem/resolve","display/typeDefinition","server/memory","display/hover","display/package","display/signatureHelp","server/readClassPaths","server/configure"],"haxeVersion":{"major":4,"minor":0,"patch":0,"pre":"rc.2","build":"77068e10c"},"protocolVersion":{"major":0,"minor":2,"patch":0}},"timestamp":1557411923.9438462}}
    Stats = 0 files, 0 classes, 0 methods, 0 macros
    Time spent : 0.001s
    Compacted memory 0.006s 0.3MB
    Processing Arguments [--cwd,c:/Users/moham/Documents/haxe/Bomber-man,-D,display-details,--no-output,--times,-D,macro-times,--display,{"jsonrpc":"2.0","id":1,"method":"server/configure","params":{"noModuleChecks":true,"print":{"completion":false,"reusing":false}}}]
    Stats = 0 files, 0 classes, 0 methods, 0 macros
    Time spent : 0.001s
    Processing Arguments [--no-output]
  • d

    dry-alligator-83832

    05/09/2019, 2:26 PM
    this is what i got
  • b

    bitter-family-72722

    05/09/2019, 3:06 PM
    @dry-alligator-83832 there's no errors for those particular requests though?
  • b

    bitter-family-72722

    05/09/2019, 3:06 PM
    you'd need to check what it outputs for e.g. a failing completion request
  • d

    dry-alligator-83832

    05/09/2019, 3:11 PM
    oh okay
  • d

    dry-alligator-83832

    05/09/2019, 3:11 PM
    also
  • d

    dry-alligator-83832

    05/09/2019, 3:11 PM
    im using xml to write ui for haxe-ui. can you reference functions defined in an hx file in the xml ?
  • d

    dry-alligator-83832

    05/09/2019, 3:12 PM
    like on onClick="functionName()"
  • b

    bitter-family-72722

    05/09/2019, 3:12 PM
    I think there's something like that, but I don't know a lot about HaxeUI
  • d

    dry-alligator-83832

    05/09/2019, 3:12 PM
    oh okay
  • b

    bitter-family-72722

    05/09/2019, 3:13 PM
    this seems related https://stackoverflow.com/questions/53768874/making-a-xml-built-component-evoke-a-non-interface-code/53775577#53775577
  • d

    dry-alligator-83832

    05/09/2019, 3:14 PM
    oh Cool
  • d

    dry-alligator-83832

    05/09/2019, 3:14 PM
    macros are really cool
  • b

    bitter-family-72722

    05/09/2019, 3:15 PM
    they are 😃
  • b

    bitter-family-72722

    05/09/2019, 3:15 PM
    normally you even get auto-completion for all of that 😦
  • d

    dry-alligator-83832

    05/09/2019, 3:16 PM
    😃
  • d

    dry-alligator-83832

    05/09/2019, 3:17 PM
    i have seen you can also use hscript for this
  • b

    bitter-family-72722

    05/09/2019, 3:18 PM
    to directly put code in XML I guess?
  • b

    bitter-family-72722

    05/09/2019, 3:19 PM
    wouldn't be my first choice personally, as there's no proper editor support for that (it's just XML to vscode), but I guess for small stuff it's fine
  • d

    dry-alligator-83832

    05/09/2019, 3:19 PM
    i see
  • d

    dry-alligator-83832

    05/09/2019, 3:27 PM
    hmm got error when trying to build
  • d

    dry-alligator-83832

    05/09/2019, 3:58 PM
    nvm i fixed it
  • b

    bright-gpu-74537

    05/09/2019, 4:04 PM
    missed all this... sorry!
  • b

    bright-gpu-74537

    05/09/2019, 4:04 PM
    working now?
  • b

    bright-gpu-74537

    05/09/2019, 4:05 PM
    new-component-method branches are probably what you want to be using... its a pain, i know, and something im working on sorting soon... in fact, im finding it harder and harder to put off moving them to master
  • d

    dry-alligator-83832

    05/09/2019, 4:05 PM
    build macro is working but
  • d

    dry-alligator-83832

    05/09/2019, 4:06 PM
    so i have this here but onClick is not being called
  • d

    dry-alligator-83832

    05/09/2019, 4:10 PM
    oh nvm
1...242526...1687Latest