Indigo Rose Software
  #1  
Old 10-23-2004
csd214 csd214 is offline
Forum Member
 
Join Date: Oct 2001
Location: Norway
Posts: 939
Partially erase and delay [v7.0.1.0]

Have you noticed an ugly partially screen erase and a delay when you go from "Select Install Folder" to "Select Shortcut Folder"? ? ? ?

This happens when the current user profile has "a lot" of shortcuts. I have experienced a process delay of 30 secs on a slow machine. In this period the end user is glaring at "the partially erased" screen (Install folder).

The behavior is caused by the actions in Shortcut Folder.On Preload (when the previous screen still is displayed). The easiest work-around I have found is:


Avoid the delay
Redefine function g_FillComboBoxWithShortcutFolders(nComboBoxID) in Global Functions (copy the function from _SUF70_Global_Functions.lua and paste it into the projects Global Functions). No modifications are needed.


Postpone the erase
Change the sequence in Select Shortcut Folder.On Preload. Move this paragraph to the end of On Preload actions:

if(bHideUserProfileOptions)then
DlgRadioButton.SetProperties(CTRL_RADIOBTN_PERUSER ,{Visible = false});
DlgRadioButton.SetProperties(CTRL_RADIOBTN_ALLUSER S,{Visible = false});
-- Always use per user folders on Windows 95/98/ME
_UsePerUserFolders = true;
else
DlgRadioButton.SetProperties(CTRL_RADIOBTN_PERUSER ,{Checked = _UsePerUserFolders});
DlgRadioButton.SetProperties(CTRL_RADIOBTN_ALLUSER S,{Checked = not _UsePerUserFolders});
end


Maybe the developers have another solution in the next service release?
Reply With Quote
  #2  
Old 10-27-2004
csd214 csd214 is offline
Forum Member
 
Join Date: Oct 2001
Location: Norway
Posts: 939
Has anybody else noticed this behaviour?
Reply With Quote
  #3  
Old 10-27-2004
SUF6NEWBIE
Guest
 
Posts: n/a
'30 secs delay' is for for sure not acceptable...
a bit wierd it should take that long regardless ?

Your 'solution' ..is the combo 'populated faster' ?

(wether any optimisation could be done in related 'global function)

perhaps the related 'table' actions could be called during
'startup actions'...have 'all user' and 'current user' table
data ready to go ?..just thinking out lowd here..

So far I have experienced 'minor' delays and wondered why..
(on a PIV ..with only 15 'current user' profile 'start menu' folders)

..but yes it appears this should be sorted some how..
(have not found this on other 'products' ?)

Last edited by SUF6NEWBIE; 10-27-2004 at 08:13 PM.
Reply With Quote
  #4  
Old 01-24-2005
csd214 csd214 is offline
Forum Member
 
Join Date: Oct 2001
Location: Norway
Posts: 939
True Setup 2.0 is installed with a SUF70 v7.0.1.0 installer. When you run this setup, NO DELAY is noticed. In this thread Lorne says: "As for the shortcut delay, AFAIK we didn't do anything special in the TU20 installer."

I should like to ask once more: Has anybody else noticed this delay in a SUF70 project? (if you "a lot of" shortcut folders).

"The partially erase" (of the text) depends of the screen being used.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 11:28 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software