PDA

View Full Version : WindowEx problem ''stuck''



TimeSurfer
01-20-2008, 07:01 PM
Ok im trying to set the transparency of a web object window using windowex which can set window transparency with WindowEx.SetWindowTrans();

below is my code which doesnt seem to work but yet if i set the windowhandle to that of the application window it will set the transparency web object but also the rest of the application which isnt what im wanting.

on page show code


WindowEx.SetWindowTrans(Web.GetProperties("Web1").WindowHandle, 200);

Worm
01-20-2008, 08:12 PM
You can't set the transparency of a web object. I tried this a while back, it seems its not possible. At least not with our present tools.

TimeSurfer
01-20-2008, 11:56 PM
awww =[ dang, thanks worm for the reply.

outta curiousity do you know of a way to force a window to be at a certain position within your ams project. err lemme rephrase lol if i make another project app and have the transparency of the project set [which does work] is there any way i can force it to be at a certain position on the screen. this would give me the transparent web object im wanting even though id have to make another project for it and build it.

and another question if i did get it to force to the correct position how would i account for if the app is moved on the screen..., how would i get the other window to move in accordance.

reteset
01-21-2008, 05:10 AM
Ok im trying to set the transparency of a web object window using windowex which can set window transparency with WindowEx.SetWindowTrans();

below is my code which doesnt seem to work but yet if i set the windowhandle to that of the application window it will set the transparency web object but also the rest of the application which isnt what im wanting.

on page show code


WindowEx.SetWindowTrans(Web.GetProperties("Web1").WindowHandle, 200);

it is not possible for objects
it works for only main windows
object transparency, requires an internal procedure