-
23 Jun 2012 9:54 AM #1
startupImage in Architect?
startupImage in Architect?
Hi
I'm working on a Touch2 project with Architect 2 and wanted to add a startup screen. So I saw this thread :
http://www.sencha.com/forum/showthre...n-doesn-t-work
Where it said to use
"startupImage"
But I can't find it in Architect 2. How can I override the Application config in Architect to use startupImage?
-
25 Jun 2012 12:46 PM #2
Put in the following in the filter and then click Add (obviously with your own configurations in place of /*configs*/.
Code:startupImage: {/*configs*/}Aaron Conran
@aconran
Sencha Architect Development Team
-
26 Jun 2012 5:23 AM #3
oh nice ...
still a problem ..
When I add the key , I see the following code
So the value is a string .. But it needs to be a object litteralCode:startupImage: '{ }'
-
26 Jun 2012 1:26 PM #4
Delete the custom key startupImage by right clicking on it and clicking delete.
Then make sure that you put in startupImage:{} into the filter when clicking add.
In version 2.1, you will be able to change a type once you've already added it.Aaron Conran
@aconran
Sencha Architect Development Team
-
17 Jul 2012 3:41 PM #5
I still have some problems ..
so I want to use different screensizes such as this form entry :
http://www.sencha.com/forum/showthre...l=1#post792358
But when I try to add it in Architect , the following code
will render asCode:startupImage: { "320x460": 'resources/startup/320x460.jpg', "640x920": 'resources/startup/640x920.png' }
As you can see , the keys are not quoted and 320x460 is not a valid keyCode:startupImage: { 320x460: 'resources/startup/320x460.jpg', 640x920: 'resources/startup/640x920.png' },
Any thought on this?
-
4 Oct 2012 11:51 PM #6
Any solution found for this problem? Still can't get the startupimage to work! Everything is in place, configs set, etc. etc. But no startupimage or what so ever during startup. It's really frustrating!


Reply With Quote