You are here > Bugs > PlayOnLinux > Bug > Ticket #30
Bug #30 on PlayOnLinux
Bug POL_SetupWindow_pulsebar
Added by SuperPlumus on 2010-08-28 15:11:11 - Comment or update this ticket
Statut:
Fixed
Priority:
Normal
Assigned to:
Last update:
2010-09-01 18:45:47
Description, steps to reproduce:
Script :
1)
...
POL_SetupWindow_pulsebar "test..." "test"
POL_SetupWindow_set_text "text 1"
sleep 5
POL_SetupWindow_pulse "50" # <<<<<<<<<<<<< NO EFFECT !!!
POL_SetupWindow_set_text "text 2"
sleep 5
POL_SetupWindow_pulse "100"
...
2)
...
POL_SetupWindow_pulsebar "test..." "test"
POL_SetupWindow_set_text "text 1"
sleep 5
POL_SetupWindow_set_text "text 2" # <<<<<<<<<<<<< NO EFFECT !!!
POL_SetupWindow_pulse "50"
sleep 5
POL_SetupWindow_pulse "100"
...
History
Update by Quentin PÂRIS on 2010-08-29 12:57:34
Yes, it is because POL gui has no time to receive information
You need to sleep between each commands (sleep 0.1 is okay)
Update by SuperPlumus on 2010-08-29 13:05:07
ok! thank you for the information.
would he not be put directly into the command sleep 0.1 in POL_SetupWindow_pulse POL_SetupWindow_set_text.?
Update by Aymeric P. on 2010-09-01 15:35:50
- Statut changed to In progress
- Assigned to: to Aymeric P.
Update by Aymeric P. on 2010-09-01 18:45:47
This one is fixed on the git.
Planed for next update.