OI9 equivalent windows in OI10. (OpenInsight 64-bit)
At 10 AUG 2023 01:54:16AM Barry Stevens wrote:
Is there a place where to see what the OI9 equivalent windows are in OI10.
I have found a few by searching titles in sysreposwinexe
eg:
DM_ENVIRONMENT Environment Settings RTI_IDE_ENV WINDOW
DM_LH_INFO Linear Hash Table Details RTI_LH_INFO WINDOW
At 10 AUG 2023 02:52AM Andrew McAuley wrote:
Is there a place where to see what the OI9 equivalent windows are in OI10.
I have found a few by searching titles in sysreposwinexe
eg:
DM_ENVIRONMENT Environment Settings RTI_IDE_ENV WINDOW
DM_LH_INFO Linear Hash Table Details RTI_LH_INFO WINDOW
I think it is safe to say no, because those windows were not designed to be used outside of the IDE context, so it would never have been thought about. Are you looking for anything specific?
World leaders in all things RevSoft
At 10 AUG 2023 03:58AM Barry Stevens wrote:
Is there a place where to see what the OI9 equivalent windows are in OI10.
I have found a few by searching titles in sysreposwinexe
eg:
DM_ENVIRONMENT Environment Settings RTI_IDE_ENV WINDOW
DM_LH_INFO Linear Hash Table Details RTI_LH_INFO WINDOW
I think it is safe to say no, because those windows were not designed to be used outside of the IDE context, so it would never have been thought about. Are you looking for anything specific?
World leaders in all things RevSoft
Hi Andrew,
So far they are working for me run as a window.
I am able to find what I need so far using the search title method.
I will post if I get stuck.
-b
At 10 AUG 2023 04:00AM Barry Stevens wrote:
Is there a place where to see what the OI9 equivalent windows are in OI10.
I have found a few by searching titles in sysreposwinexe
eg:
DM_ENVIRONMENT Environment Settings RTI_IDE_ENV WINDOW
DM_LH_INFO Linear Hash Table Details RTI_LH_INFO WINDOW
I think it is safe to say no, because those windows were not designed to be used outside of the IDE context, so it would never have been thought about. Are you looking for anything specific?
World leaders in all things RevSoft
…just realised thats really cool service now, you are in Austrailan time. :wink:
At 10 AUG 2023 04:28AM Andrew McAuley wrote:
Is there a place where to see what the OI9 equivalent windows are in OI10.
I have found a few by searching titles in sysreposwinexe
eg:
DM_ENVIRONMENT Environment Settings RTI_IDE_ENV WINDOW
DM_LH_INFO Linear Hash Table Details RTI_LH_INFO WINDOW
I think it is safe to say no, because those windows were not designed to be used outside of the IDE context, so it would never have been thought about. Are you looking for anything specific?
World leaders in all things RevSoft
Hi Andrew,
So far they are working for me run as a window.
I am able to find what I need so far using the search title method.
I will post if I get stuck.
-b
Indeed! :)
An easy way to find the name would be to identify a unique literal string from the window you’re interested in, and at TCL, type find sysreposwinexes literal string. That will give you an active select list that you can then just type, edit sysreposwinexes and see which windows are likely candidates.
World leaders in all things RevSoft
At 10 AUG 2023 05:26AM Barry Stevens wrote:
Is there a place where to see what the OI9 equivalent windows are in OI10.
I have found a few by searching titles in sysreposwinexe
eg:
DM_ENVIRONMENT Environment Settings RTI_IDE_ENV WINDOW
DM_LH_INFO Linear Hash Table Details RTI_LH_INFO WINDOW
I think it is safe to say no, because those windows were not designed to be used outside of the IDE context, so it would never have been thought about. Are you looking for anything specific?
World leaders in all things RevSoft
Hi Andrew,
So far they are working for me run as a window.
I am able to find what I need so far using the search title method.
I will post if I get stuck.
-b
Indeed! :)
An easy way to find the name would be to identify a unique literal string from the window you’re interested in, and at TCL, type find sysreposwinexes literal string. That will give you an active select list that you can then just type, edit sysreposwinexes and see which windows are likely candidates.
World leaders in all things RevSoft
Wow, that is awesome.
I only use TCL for LIST……:biggrin: