Search results

  1. B

    <form> <select> Dropdown not working?

    Did some more testing and found what I suppose is a bug. When “Windows stays on top”-setting in “Main Window” is checked, the <select> element is not working. Unchecked it works.
  2. B

    <form> <select> Dropdown not working?

    <select> dropdown does not work (exeoutput 2018) Workaround is to set <select multiple> but this is not what I want. What causes this error? <select> <option value=1>1</option> <option value=2>2</option> <option value=3>3</option> </select>
  3. B

    Unexpected launch error

    Apperantly? Strange
  4. B

    Unexpected launch error

    Yes, my EXE was set to be compiled to the Desktop. As soon as I moved it it didnt work, but if I set the path to c:\ the EXE works on every computer I tried it on, when I place the EXE in c:\
  5. B

    Unexpected launch error

    Problem solved! I had not specified the ”Output path” inte Output settings.
  6. B

    Unexpected launch error

    I got the exact same error! As soon as I move the exe to another place on the hdd, USB disk or another computer I get this error. The compiled app only works when it is still in the folder where it was compiled. Plz help, I strongly consider buying exeputput but I cant test my application on...
Back
Top