Embed a .w into a Frame?

dayv2005

Member
Is it possible to embed a.w file into a frame in another wndow?

I created a tabbed supporrt center type of thing. and i created a seperate window to control user access to certain parts of the page based on access level.

We;; i was wondering i it was possible to embed that usercontrol.w into one of the tabbed frames on my Support Center?
 

joey.jeremiah

ProgressTalk Moderator
Staff member
something like mdi ? that is put a window into a frame ?

if it is i did play with something like that using win api's.
 

doreynie

Member
It doesn't have to be that complicated. You have to use the suppress-window property of your "child" window.

Look at this example
 

Attachments

  • wMdi.w
    11.5 KB · Views: 41
  • wMdi.wrx
    2.5 KB · Views: 28
  • wChild2.w
    9.9 KB · Views: 41

joey.jeremiah

ProgressTalk Moderator
Staff member
i also did alot of experimenting with gui back then

stuff like, resizable and dynamic layouts if you're interested.
 

dayv2005

Member
It doesn't have to be that complicated. You have to use the suppress-window property of your "child" window.

Look at this example

what version was that compiled under im running 9.1d and the wrx is incompatable what ocx did you use and what was the events i need to add and code?
 

doreynie

Member
I'll post a new example. The wrx is just to show something on the startup screen (microsoft treeview).

Take a look at this new example:

(i'm using OE 10.1a2)
 

Attachments

  • wMdi.w
    10.3 KB · Views: 38
Top