Theera Well-Known Member Licensed User Longtime User Thursday at 2:46 AM #1 There are many arguments in the command link which is still error code (it's not covered the under line of the command link. How do I solve it? B4X: 'Ctrl + click to copy Jar File: ide://run?file=%WINDIR%\System32\b4x_cba.exe&args=-action&Args=buildtime -dateformat dd/MM/yyyy -timeformat HH:mm:'
There are many arguments in the command link which is still error code (it's not covered the under line of the command link. How do I solve it? B4X: 'Ctrl + click to copy Jar File: ide://run?file=%WINDIR%\System32\b4x_cba.exe&args=-action&Args=buildtime -dateformat dd/MM/yyyy -timeformat HH:mm:'
Solution tchart Thursday at 5:32 AM Theera each argument must be added like this &Args=A&Args=B if you have a space you need to to this &Args=A&Args=B&Args=Hello+World Also you are missing the seconds off the time format. Should be HH:mm:ss
Theera each argument must be added like this &Args=A&Args=B if you have a space you need to to this &Args=A&Args=B&Args=Hello+World Also you are missing the seconds off the time format. Should be HH:mm:ss
tchart Well-Known Member Licensed User Longtime User Thursday at 5:32 AM #2 Theera each argument must be added like this &Args=A&Args=B if you have a space you need to to this &Args=A&Args=B&Args=Hello+World Also you are missing the seconds off the time format. Should be HH:mm:ss Upvote 0 Solution
Theera each argument must be added like this &Args=A&Args=B if you have a space you need to to this &Args=A&Args=B&Args=Hello+World Also you are missing the seconds off the time format. Should be HH:mm:ss
Theera Well-Known Member Licensed User Longtime User Yesterday at 10:37 AM #3 tchart said: Theera each argument must be added like this &Args=A&Args=B if you have a space you need to to this &Args=A&Args=B&Args=Hello+World Also you are missing the seconds off the time format. Should be HH:mm:ss Click to expand... Please to check b4x_cba compileonlyagain , I think it's not ok for me.It has error while compiling. Upvote 0
tchart said: Theera each argument must be added like this &Args=A&Args=B if you have a space you need to to this &Args=A&Args=B&Args=Hello+World Also you are missing the seconds off the time format. Should be HH:mm:ss Click to expand... Please to check b4x_cba compileonlyagain , I think it's not ok for me.It has error while compiling.
tchart Well-Known Member Licensed User Longtime User Yesterday at 9:38 PM #4 Theera said: Please to check b4x_cba compileonlyagain , I think it's not ok for me.It has error while compiling. Click to expand... As already explained this error is expected. The only way to stop the launch is to return an error - this was advice from Erel. Note the action doesn’t do a compile it merely returns an error that stops B4X launching the compiled app. Upvote 0
Theera said: Please to check b4x_cba compileonlyagain , I think it's not ok for me.It has error while compiling. Click to expand... As already explained this error is expected. The only way to stop the launch is to return an error - this was advice from Erel. Note the action doesn’t do a compile it merely returns an error that stops B4X launching the compiled app.