Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Figuring out What PRG Editor windows are open.
Message
From
07/06/2002 14:21:16
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00666058
Message ID:
00666114
Views:
17
Sam:

Every Window can be identified via its title bar Name, as in:
?wexist("Project Manager - MyProject")
?wexist("Command")
Both of these will return .T. if these Windows are open.

Just something to get you started...

HTH,

-Irv.



>>Hi, Sam!
>>
>>>>
>>Is there a way to programmatically determine what editor windows are open?
>>That is to say, windows opened with "modi comm ?"
>>And how about "modi form ?"
>><<
>>
>>Yes there are some possibilities! Can you explain your goals a little bit deeper?
>
>Sure thing.
>
>I want to create a toolbar with some buttons that represent the open windows. A poor man's Tabbed Document Interface. I would like to poll the open windows, then add and remove the buttons dynamically as files open and close. When a button is clicked I want to bring that window forward.
>
>I am trying to emulate a feature of a text editor, Editplus 2 (www.editplus.com) Plus tabbed Document Interface are cool.
Previous
Reply
Map
View

Click here to load this message in the networking platform