
04-17-2011, 06:53 AM
|
One More Time
|
 |
Join Date: Aug 2010
Location: TN, USA
Posts: 631
|
|
Quote:
Originally Posted by MrOmega
with a GuiShowImgCtrl, polygons wont show in an external window...
|
Quote:
Originally Posted by fowlplay4
You're a scripter, at least provide working code to display the problem.
|
It any kind of polygon in a GuiShowImgCtrl but here, works fine in graal, just not externally, nothing shows.
PHP Code:
new GuiShowImgCtrl( "Foo") {
position = { 0, 0}; extent = { 2048, 512}; dimension = 2; polygon = { 0, 0, 16, 0, 16, 16, 0, 16}; mode = 1; alpha = 0.65; red = green = 0.9; blue = 0;
}
|
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
|
|
|