BumpTop doesn't send the arguments to the widgets on startup
To test this, I tried putting the following line in some of my widgets:
ShowMessage ( ParamStr(1) );
They all show blank, instead of the argument, specified in widget.json.
When starting them trough an associated image, they all show the correct argument.
This is the start-up part from widget.json:
"startupApplication" : {
"path" : "sample.exe",
"args" : "startup"
}
As this could be some problem with my code, I tried to test it with a batch file, but this one didn't start at all with BumpTop startup. It worked when launched from an image.
This is the batch file:
echo %1%
pause
This is the start-up part from widget.json:
"startupApplication" : {
"path" : "sample.cmd",
"args" : "startup"
}
When I put an empty argument into "args", it started OK.
In all cases launching from associated image showed the correct argument.
ShowMessage ( ParamStr(1) );
They all show blank, instead of the argument, specified in widget.json.
When starting them trough an associated image, they all show the correct argument.
This is the start-up part from widget.json:
"startupApplication" : {
"path" : "sample.exe",
"args" : "startup"
}
As this could be some problem with my code, I tried to test it with a batch file, but this one didn't start at all with BumpTop startup. It worked when launched from an image.
This is the batch file:
echo %1%
pause
This is the start-up part from widget.json:
"startupApplication" : {
"path" : "sample.cmd",
"args" : "startup"
}
When I put an empty argument into "args", it started OK.
In all cases launching from associated image showed the correct argument.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Loading Profile...


