|
|||
|
I use transparent mode. When i move my app to a border of screen so the half of the window is hidden, then some changes in the window are performed (content, size etc), and then i move the window to the center of a screen - the hidden part of my window is not redrawn.
I use such a solution: Code:
obj.onDragStop = function() {
_root.clear();
_root.beginFill(0, 0);
_root.lineTo(SW, 0);
_root.lineTo(SW, SH);
_root.lineTo(0, SH);
_root.lineTo(0, 0);
};
__________________
#define true false //happy debugging, friends |
|
|||
|
sry. i was busy.
here is a sample: http://www.100mbit.ru/_tmp/test.rar
__________________
#define true false //happy debugging, friends |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|