Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3 Final
-
Fix Version/s: BridgeIt 1.0
-
Component/s: Containers
-
Labels:None
-
Environment:SX on all platforms
Description
SX, by nature, does not have it's own user interface, but when it is busy uploading a captured artifact, it must display something to the user. The SX URL request scheme should be modified to accept a web-based image resource to act as a splash screen in the brief period where SX is busy, and has not returned control to the browser. SX should include a default splash screen that is used if an application-specific resource is not specified.
Activity
Steve Maryka
created issue -
Steve Maryka
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | Bridge-it 1.0 [ 11172 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37003 | Wed Jul 17 16:07:53 MDT 2013 | ted.goddard | splash screen support for spring integration ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37004 | Wed Jul 17 16:09:12 MDT 2013 | ted.goddard | splash screen support for jsp ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37005 | Wed Jul 17 16:14:29 MDT 2013 | ted.goddard | splash screen support for iOS ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/ViewController.m
MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/AppDelegate.m MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/en.lproj/ViewController_iPad.xib MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/ViewController.h MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/en.lproj/ViewController_iPhone.xib |
Steve Maryka
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Greg Dick [ greg.dick ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Splash page display consists of an image, and an optional indeterminate progress dialog. An optional command part is added to the icemobilesx URL. The syntax of this part is:
s=[url for image]?dialog=title:message
dialog is optional, and will not be shown if not included.