|
2010-06-17
, 00:32
|
Posts: 35 |
Thanked: 18 times |
Joined on Jun 2010
|
#2
|
The Following User Says Thank You to iHaveNoNames For This Useful Post: | ||
|
2010-06-17
, 08:21
|
Posts: 289 |
Thanked: 101 times |
Joined on Oct 2009
|
#3
|
|
2010-06-19
, 23:21
|
Posts: 289 |
Thanked: 101 times |
Joined on Oct 2009
|
#4
|
|
2010-06-20
, 07:15
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#5
|
GdkRectangle rectangle; rectangle.x = GTK_WIDGET(time_and_progress)->allocation.x; rectangle.y = GTK_WIDGET(time_and_progress)->allocation.y; rectangle.width = GTK_WIDGET(time_and_progress)->allocation.width; rectangle.height = GTK_WIDGET(time_and_progress)->allocation.height; gdk_window_invalidate_rect(win->window, &rectangle, TRUE);
|
2010-06-20
, 09:38
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#6
|
label->setText(""); label->setText(currentExercise + "\n Shake when done " + strReps + " reps"); //Setting the text clears previous content
|
2010-06-20
, 09:50
|
Posts: 289 |
Thanked: 101 times |
Joined on Oct 2009
|
#7
|
I also have problem when I went from a window to a dialog. After this code is called I guess the ui is still on-top but not showing, I can push the save button again.
Thanks!
Last edited by Lullen; 2010-06-17 at 00:22.