Custom Query
Results (58 - 60 of 3833)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1425 | No Bug | $PBS_MARQUEE not in documentation | SwooshyCueb | |
Description |
The $PBS_MARQUEE GUI style for progress bars is not included in the documentation. |
|||
#1426 | Rejected | $PBS_MARQUEE speed selection | SwooshyCueb | |
Description |
It would be nice if the progress bar function included an option to set the speed of the marquee when using $PBS_MARQUEE. Currently the only speed moves extremely fast and does not update the GUI consistently. |
|||
#3727 | Fixed | $VERSION not increased in compiled script with #AutoIt3Wrapper_Run_Au3Stripper=y | Jos | Van0 |
Description |
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y #AutoIt3Wrapper_Res_Fileversion_First_Increment=y With this two lines $VERSION variable automatically updated with current file version. However when Au3Stripper is activated, the $VERSION in compiled script is not updated. Example: #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y #AutoIt3Wrapper_Res_Fileversion_First_Increment=y #AutoIt3Wrapper_Run_Au3Stripper=y Global Const $VERSION = "1.0.0.0" MsgBox(0, "Version", $VERSION) After compilation the .exe file itself will have version 1.0.0.1, but when executed it will show 1.0.0.0 in the message box. |
Note: See TracQuery
for help on using queries.