That bit me more than once in the past too, it's quite a bummer there is no SDK-paved way of doing it (afaik).
I ended up using Pythons the win32 extensions to get the floating window under the mouse and from the window name deduct whether it is a Property Editor or something else.
But in order to get all floating windows (as opposed to all floating views!) I think you might have to resort to some low-level win32 hacking.
As for getting the inspected objects shown in a Property Editor:
http://download.autodesk.com/global/docs/softimage2013/en_us/sdkguide/index.html?url="">
> Hey guys,
>
> is there any way to iterate all opened (floating + docked) Property
> Editor type views
> and figure out what they are showing?
>
> I don't seem to be able to retrieve the floating views out of the
> Desktop.ActiveLayout.Views,
> and also I don't know what to pass to GetAttributeValue on the view to
> get the inspected
> object(s).
>
> Thanks!
>
> Helge
> --------------------------
> To unsubscribe: mail [email protected] with
> subject "unsubscribe" and reply to the confirmation email.
I ended up using Pythons the win32 extensions to get the floating window under the mouse and from the window name deduct whether it is a Property Editor or something else.
But in order to get all floating windows (as opposed to all floating views!) I think you might have to resort to some low-level win32 hacking.
As for getting the inspected objects shown in a Property Editor:
http://download.autodesk.com/global/docs/softimage2013/en_us/sdkguide/index.html?url="">
> Hey guys,
>
> is there any way to iterate all opened (floating + docked) Property
> Editor type views
> and figure out what they are showing?
>
> I don't seem to be able to retrieve the floating views out of the
> Desktop.ActiveLayout.Views,
> and also I don't know what to pass to GetAttributeValue on the view to
> get the inspected
> object(s).
>
> Thanks!
>
> Helge
> --------------------------
> To unsubscribe: mail [email protected] with
> subject "unsubscribe" and reply to the confirmation email.
--
-------------------------------------------
Stefan Kubicek
-------------------------------------------
keyvis digital imagery
Alfred Feierfeilstraße 3
A-2380 Perchtoldsdorf bei Wien
Phone: +43/699/12614231
www.keyvis.at [email protected]
-- This email and its attachments are --
--confidential and for the recipient only--
Stefan Kubicek
-------------------------------------------
keyvis digital imagery
Alfred Feierfeilstraße 3
A-2380 Perchtoldsdorf bei Wien
Phone: +43/699/12614231
www.keyvis.at [email protected]
-- This email and its attachments are --
--confidential and for the recipient only--
-------------------------- To unsubscribe: mail [email protected] with subject "unsubscribe" and reply to the confirmation email.

