-
24 Mar 2011 8:29 AM #1
[CLOSED] Missing store warning message
[CLOSED] Missing store warning message
Designer Version
1.1.2
Operating System
Windows XP Pro
Description
In my project, I am assigning a name to the store property of a ComboBox instead of a designer created store and using the name based linkage to reference the store in the Ext.StoreMgr at runtime. This is done because the server provides the metadata to the store at runtime so I do not need to use the designer to implement the schema for the store. The problem is that when I attempt to export the project, the designer displays a warning message listing every ComboBox in the project as having a missing store. In the prior version, the designer would display the warning listing the first ComboBox. With it listing every ComboBox, this message has the potential to display the Yes and No buttons off the screen. Since the ComboBox has a value assigned to the store property, should this message be displayed at all?
-
24 Mar 2011 8:47 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Well, the store is missing from your project - so just applying a store configuration is not satisfactory for the conditions of that check. Having a missing store can cause problems during Preview (particularly for Grids). Even if you aren't going to use the Store from the Designer, you should create a dummy store in your project so the warning does not appear.
We'll take this scenario into consideration going forward. Thanks.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED] Store API docs missing removeAll() method
By Bucs in forum Sencha Touch 1.x: BugsReplies: 5Last Post: 14 Jan 2011, 7:18 AM -
[CLOSED][DUP][3.0.0]PagingToolbar not showing empty message when store is empty
By robertoroberto in forum Ext 3.x: BugsReplies: 3Last Post: 11 Aug 2009, 12:36 AM -
[CLOSED] Security Warning with context menus when using SSL
By jbctech in forum Ext GWT: Bugs (2.x)Replies: 0Last Post: 30 Jul 2009, 7:28 AM -
[OPEN] [CLOSED] [1.x] Secure/unsecure (mixed) content warning in IE
By sraubal in forum Ext GWT: Bugs (1.x)Replies: 7Last Post: 27 Apr 2009, 8:33 AM


Reply With Quote