View Single Post
  #990  
Old 04-17-2011, 06:53 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Quote:
Originally Posted by MrOmega View Post
with a GuiShowImgCtrl, polygons wont show in an external window...
Quote:
Originally Posted by fowlplay4 View Post
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  = { 00};
  
extent    = { 2048512};      
  
dimension 2;
  
polygon   = { 001601616016};
  
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!!!
Reply With Quote