Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476

    WindowEx problem ''stuck''

    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

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

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    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.

  3. #3
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476
    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.

  4. #4
    Join Date
    May 2006
    Posts
    1,443
    Quote Originally Posted by TimeSurfer View Post
    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

    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

Similar Threads

  1. function problem ''stuck''
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 5
    Last Post: 01-13-2008, 11:51 AM
  2. WindowEX problem ''stuck''
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 4
    Last Post: 01-12-2008, 03:05 PM
  3. Stuck... variable problem
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 2
    Last Post: 01-10-2008, 09:27 AM
  4. Problem installing fonts
    By ByronFS in forum Setup Factory 7.0
    Replies: 5
    Last Post: 05-08-2006, 12:23 PM
  5. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts