June 30, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
...of bug:
https://picload.org/image/rrrgwpgi/gtkd_timeout.png
private void letButtonsFlash(){
foreach(Button... | |||
June 29, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
...very much appreciated if someone who has GTKD installed can try my code: http://pastebin... | |||
June 26, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
Thanks for your answer, but as i said before, i want to flash each button... | |||
June 26, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
How about this:
private void letButtonsFlash(){
foreach(Button btn;bArr){
btn.setSensitive(false);
}
for(int... | |||
June 26, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
This leads to a Range violation exception... | |||
June 26, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
You should probably increment the index in the timeout_delay function. -- Mike Wey | |||
June 25, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
Okay, i tried it with a new private int-variable which contains the current index... | |||
June 25, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
Thanks a lot for your answer, i tried it like this and it works:
private... | |||
June 25, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
...add from the linked tutorial: http://api.gtkd.org/src/glib/Timeout.html#Timeout.add... | |||
June 25, 2016 Learn » Re: GTKD - CSS class color "flash" delay | |||
|---|---|---|---|
| |||
This is the correct error message: Error: none of the overloads of '__ctor' are callable... | |||
Copyright © 1999-2021 by the D Language Foundation