Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GuiXt - show profile window, rather than script in Notepad

Former Member
0 Likes
899

Hello all,

When I start GuiXt this script displays rather than the profile window. I haven't found any way to get the profile window to display. When I first started working with this the profile window would display. Then I set the parameter to hide the GUIXt window. Since then I haven't found a way to display the profile window.

I can display the GuiXt window by running the following from the command line:

guixt.exe visible

But I haven't found any way to make the profile window display.

See the attached screen print for further clarification.

I am using the GuiXt version that comes with SAP.  We are on ECC6.

Thanks

Bruce

Hello all,

When I start GuiXt this script displays rather than the profile window. I haven't found any way to get the profile window to display. When I first started working with this the profile window would display. Then I set the parameter to hide the GUIXt window. Since then I haven't found a way to display the profile window.

I can display the GuiXt window by running the following from the command line:

guixt.exe visible

But I haven't found any way to make the profile window display.

See the attached screen print for further clarification.

I am using the GuiXt version that comes with SAP.  We are on ECC6.

Thanks

Bruce

1 REPLY 1
Read only

script_man
Active Contributor
0 Likes
652

Hi Bruce,

You can try the following:

. . .

StartMinimized  Yes              // Start with a minimized window

StartHidden     No              // Start with a hidden window

. . .

Clicking on the button Profiles will appear the content of guixt.ini in Notepad.

Regards,

ScriptMan