Announcement
Collapse
No announcement yet.
Search Result
Collapse
12 results in 0.0237 seconds.
Keywords
Members
Tags
-
Designing screens for new font scaling
Now that ultra high resolution monitors are become more commonplace (for example mine is 3840x2160), users are using Font Scaling in Windows (for example 150% is the default that Windows sets for my monitor). This plays havoc with SUF screens, especially Custom screens. The Standard screens seem to...
-
Migrating custom project screen themes to new laptop
I am trying to migrate my custom project screen themes to a new laptop. I installed the latest SUF (9.5.1.0) and copied over a project. However it cannot load the custom screen themes I created on the retired laptop. The custom screen themes do not appear to be in the Themes directory. Where do...
-
Add Minimize Button to Windows
Allow us to add Minimize button to Window (top right, next to Close button). Not a huge issue but would make screens look more professional. It does not have to be on a per-screen basis. It can be global to all screens in the setup.
-
Control Alignement Tools Needed
The screen designer in Setup Factory would be greatly enhanced by the addition of some simple control alignment tools. I'd suggest:
- Align Left
- Align Center
- Align Right
- Align Top
- Align Middle
- Align Bottom
And if you want to get ambitious:- Distribute Horizontally
- Distribute
-
How to add Minimize Button to installation screens?
The help file in SUF 9.2 talks about a minimize button on the screens, but I cannot get one to show up. How do I get the minimize button to show on my screens? Thanks.
-
Set Tab Order for Custom Screens
Is there a way to set the tab order for controls in a Custom Screen?
I see that the SUF file has a <TabOrder> tag. However, I can't seem to find the mapping between <ID> and actual Control. And there does not seem to be a way to set the tab order via the SUF GUI.
...
-
Suggestion: ToolTips and Context-Specific Help
Three very useful features in Setup Factory would be:
1) ToolTips for screen controls
2) Context-specific help
3) Have the OnCtrlMessage action intercept Function Keys (like F1)
Any chance of any of these being in 9.3?
-
Capture Function Key Press in OnCtrlMessage?
Is there a way of generating an event in the OnCtrlMessage action of a screen when a Ctrl key is pressed (for example F1)? I am using Setup Factory 9.2.
Alternatively, is there a way of firing the OnHelp screen action when the F1 key is pressed?
There does not appear to be...
-
Set Default Button in Screen?
If I create a Screen I notice that the Next button always seems to be the default. Is there a way to set the default button to something else, such as the Back button or Cancel button? I can't seem to find a way. Is this possible?
Using SUF 9.
Thanks.
-
How to use Screen.Jump?
I'm sure this is something very simple, but I can't seem to get Screen.Jump to work. The Help File syntax is:
Screen.Jump (string ScreenName)
I assume that by ScreenName they mean the Screen ID in the designer? In any case, I want to jump to the PreLoad section of the current...
-
Combined Static & Scrolling Text screen
Has anyone combined the static text and scrolling text screens and willing to share?
I'm looking for something like this where I can display a message of what is wrong in the static area and then use the scrolling text area to load a .ini file which contains more detail information....