Search Type: Posts; User: FrankK
Search: Search took 0.06 seconds.
-
17 Dec 2012 4:32 AM
- Replies
- 9
- Views
- 1,794
This is still an issue with the latest version of ST 2.1 and Cordova 2.1. I can get my application to run in the IOS simulator without any errors, but it only shows a white screen. I can add alerts...
-
16 Dec 2012 12:40 PM
- Replies
- 1
- Views
- 213
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.1
Sencha Cmd v3.0.0.250 -
16 Dec 2012 12:19 PM
- Replies
- 5
- Views
- 561
I'm running into the same issue. I made sure when I load my project on the web, the loader no longer has to load any files. Since I know that all the files are there, I started loading the project...
-
13 Dec 2012 5:47 AM
- Replies
- 3
- Views
- 215
This override helped me get through the collection error. It looks like my localstorage index had additional IDs in it. I'm guessing they were put there at one point by previous versions of Sencha,...
-
21 May 2012 11:09 AM
- Replies
- 14
- Views
- 2,439
I've tried the proposed fix and yet I still get the same error. The only way to get this to work is to define the variables inside the initialize function. We might want to revisit this before...
-
3 May 2012 6:52 AM
- Replies
- 1
- Views
- 388
I just ran into an issue where I use the data field.convert function to create a display_name for my list. It is a combination of 3 other fields on the record. As I saved the record back to my REST...
-
3 May 2012 5:00 AM
- Replies
- 19
- Views
- 2,065
I was able to fix this by using the model.erase() method to delete records from my REST API and local store. In the store, I added "syncRemovedRecords: false" to the config. It works for my case as...
-
2 May 2012 2:36 PM
- Replies
- 19
- Views
- 2,065
My issue actually seems be a problem with how I implemented my stores. I'm using two stores in a customer/order type configuration. Depending on which customer is selected, the order store will...
-
2 May 2012 1:43 PM
- Replies
- 19
- Views
- 2,065
I'm actually still having issues after this fix. If the store is empty and I am adding the first record, I am still seeing the random DELETE action come out to my REST API.
-
2 May 2012 6:44 AM
- Replies
- 7
- Views
- 1,092
I took a stab at a patch for this. I think there's definitely room for improvement and maybe some cases where it could cause problems, but it's working for my purposes.
... -
28 Apr 2012 5:40 PM
- Replies
- 1
- Views
- 481
Ext.data.Validations cannot be overridden. See the following test override:
Ext.define('MyApp.extend.override.Validations', { override: 'Ext.data.Validations',
test_function:... -
28 Apr 2012 4:08 PM
- Replies
- 2
- Views
- 730
I do a lot of testing with e-mail addresses that have plus (+) signs in them, but they fail every time. I checked the e-mail validation regex and it doesn't look like the plus sign as well as a...
-
28 Apr 2012 6:46 AM
- Replies
- 14
- Views
- 2,439
I've been having issues with phonegap when requiring this class. I opened up Ext.device.device.PhoneGap and I moved the 3 variables from the constructor function to the initialize function. This...
-
26 Apr 2012 5:28 AM
Jump to post Thread: Select field can't have 0 as value by FrankK
- Replies
- 5
- Views
- 1,033
I had the same issue. Not sure if this was the best way to handle it, but this override worked for me. I only changed the one line where it checks if value is true. It's not true if the value is...
-
24 Apr 2012 7:03 AM
- Replies
- 11
- Views
- 1,004
Not to be picky, but can we not mark this one as fixed. I'm having to subclass my controller because xtypes can't be inherited or defined on multiple profiles. My controller shouldn't care if my...
-
23 Apr 2012 5:36 AM
- Replies
- 2
- Views
- 448
I'm definitely open to the idea of loading 3 stores separately, but I figured the back and forth between the app and my REST api would slow down the app while loading three calls instead of one.
... -
20 Apr 2012 6:49 AM
- Replies
- 2
- Views
- 448
I have one grouped list that stores all my users. It's grouped by their current status for a game (Starter, Bench, Not Available). The name of the store is TeamPlayer.
I'm looking to setup a way... -
19 Apr 2012 2:57 AM
- Replies
- 7
- Views
- 847
My app works fine without any issues in PhoneGap 1.5. I tried to update it to 1.6 and then 1.6.1 this week and it just won't work with Sencha. In PhoneGap 1.6+, I continue to get the following...
-
16 Apr 2012 4:39 PM
- Replies
- 1
- Views
- 373
I was trying to troubleshoot a different issue so I wanted to see the id of the model record attached to the form. When I added a new field to view the id things with the navigation view started...
-
13 Apr 2012 8:41 AM
- Replies
- 3
- Views
- 851
I had a proxy on it before and I was running a model.save() which works and sends the data back to my API. I was just hoping to get this all back to my server in one trip instead of two. Any way to...
-
13 Apr 2012 7:48 AM
- Replies
- 3
- Views
- 851
I have a panel that I have split up into two forms. The "Game Edit" form and the "Box Score" form. Each Game model has a hasOne association to a BoxScore record.
I have set the form record for... -
10 Apr 2012 7:21 PM
- Replies
- 8
- Views
- 756
Hi Jamie,
I saw your fix in 2.0.1RC, but I wanted to let you know that it looks like the prepareData function is missing in one place. The following override has been fixing it for me. The... -
26 Mar 2012 11:00 AM
- Replies
- 8
- Views
- 756
Thanks! I'll test it out later. This is a big help.
-
26 Mar 2012 9:24 AM
- Replies
- 8
- Views
- 756
Hi Jamie,
For now I'm just trying to add the row number next to the name of the record.
1. Test Name 1
2. Test Name 2
3. Test Name 3 -
25 Mar 2012 6:50 PM
- Replies
- 8
- Views
- 756
I'm trying to use the row number in a formula and add the number to the itemTpl in Ext.List. I see that if I had a for loop in the xtemplate, I could get the row number, but the iteration through...
Results 1 to 25 of 55
