Search Type: Posts; User: fhellwig
Search: Search took 0.02 seconds.
-
19 Jun 2012 12:44 PM
- Replies
- 10
- Views
- 1,495
Setting the
"logger": false
instead of
"logger": "no" -
19 Jun 2012 9:28 AM
- Replies
- 10
- Views
- 1,495
The default Sencha Touch app (created using sencha app build -e package) used to create a working app that was built using build.phonegap.com with 2.0.1. Now, with 2.0.1.1, it hangs on the loading...
-
19 Jun 2012 8:41 AM
- Replies
- 2
- Views
- 1,027
A 204 indicates no content but the reader.process() method is called with bogus response data. This is typically the response received when deleting a record as it indicates success but the server is...
-
20 May 2012 4:55 PM
Jump to post Thread: A good back button example? by fhellwig
- Replies
- 5
- Views
- 1,362
Sencha created a nice optimization video a while back. The essential points still apply: minimize the DOM. Yes, this means creating and destroying JavaScript-created objects but that is much cheaper...
-
20 May 2012 4:50 PM
- Replies
- 3
- Views
- 1,056
I tried building my Sencha Touch app with PhoneGap 1.7.0 and it crashed on startup. This occurred both in the Android emulator (2.3) and on an actual Android device.
Had to go with PhoneGap 1.6.1... -
18 May 2012 5:22 AM
- Replies
- 13
- Views
- 3,642
Awesome! Thank you so much for the quick response.
-Frank -
18 May 2012 5:08 AM
- Replies
- 13
- Views
- 3,642
This link still takes us to the 2.0.0 download.
-
17 Apr 2012 3:56 PM
- Replies
- 7
- Views
- 890
Tangential to this is that the getRecordData() method always sends the id property - this is rejected by some APIs - notably the SharePoint REST API. The writer should honor a false on the id...
-
8 Apr 2012 2:04 PM
- Replies
- 8
- Views
- 1,857
The applyStyleHtmlContent method still wraps the argument in a Boolean object.
Therefore, the updateStyleHtmlContent method sees a false as true since the
if (styleHtmlContent) {
...
}... -
1 Apr 2012 2:34 PM
- Replies
- 29
- Views
- 6,877
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.0.1rc
Browser versions tested against:
N/A (Native Android App)
DOCTYPE tested against: -
1 Apr 2012 2:02 PM
- Replies
- 7
- Views
- 1,338
I have further narrowed this down to the following case:
Any container that is added to a tab panel with a scrollable config value of true causes the tab bar buttons to become blank squares on... -
1 Apr 2012 12:03 PM
- Replies
- 7
- Views
- 1,338
Update: I have narrowed this down to a repeatable test case. The icons in the tab bar are blank whenever there is a dataview as a child component. It doesn't matter if it is directly in the container...
-
1 Apr 2012 9:42 AM
- Replies
- 7
- Views
- 1,338
This also happens on the Android emulator when running a 4.0.3 ADV so I think this problem is fairly universal to ICS.
Interesting, however, is if I just create a tab bar with some tabs, they... -
31 Mar 2012 4:26 PM
Jump to post Thread: Beginner's question by fhellwig
- Replies
- 3
- Views
- 431
If you have never coded before, I would respectfully suggest that you first gain a reasonable understanding of JavaScript, the DOM, and CSS. Not having a firm grasp of these before jumping into a...
-
25 Mar 2012 9:01 AM
Jump to post Thread: DatePicker update issue #2 by fhellwig
- Replies
- 4
- Views
- 788
I am happy to see that this issue is being looked into and resolved.
I can envision a scenario where the change event could be fired even though the old and new values are the same.
Consider a... -
7 Mar 2012 8:11 AM
- Replies
- 2
- Views
- 1,098
Thank you for fixing this in Sencha Touch 2.0.0. Of course, now that the "successful" event parameter correctly indicates "false" when no network is available, the need for the "operation" parameter...
-
7 Mar 2012 5:40 AM
Jump to post Thread: Documentation Content Bugs by fhellwig
- Replies
- 141
- Views
- 13,307
On the download page for the newly-released Sencha Touch 2.0.0, both links in the "Get Started" section lead to pages beginning with the phrase "This Tutorial is most relevant to Sencha Touch, 1.x."
-
21 Feb 2012 7:47 PM
Jump to post Thread: Documentation Content Bugs by fhellwig
- Replies
- 141
- Views
- 13,307
Along the lines of my previous post regarding launch and init, the singleton, et al. is another item that is listed under the "Configs" category yet must be specified outside of the config object. On...
-
19 Feb 2012 6:28 AM
Jump to post Thread: Controller Question by fhellwig
- Replies
- 9
- Views
- 775
You could, but that is not the Sencha Touch/ExtJS recommended architecture. You should define each class in the appropriate file located in the correctly-namespaced directory. For example, the class...
-
18 Feb 2012 11:02 PM
Jump to post Thread: Controller Question by fhellwig
- Replies
- 9
- Views
- 775
The id is the actual DOM object identifier. They must be unique for each object instance that is created in the app. The Ext.define operation creates a class template for which any number of...
-
16 Feb 2012 12:40 PM
Jump to post Thread: Documentation Content Bugs by fhellwig
- Replies
- 141
- Views
- 13,307
Thank you. I too was confused by this and thought that the init() function was now a config item rather than being at the top level of the class (same as the constructor). I think the same...
Results 1 to 21 of 21
