Search Type: Posts; User: jachenry
Search: Search took 0.02 seconds.
-
4 Jul 2012 4:57 PM
- Replies
- 3
- Views
- 2,063
The only native api we're using is the contacts api. It's used to lookup the device contacts while sending invitations.
-
2 Jul 2012 7:05 AM
- Replies
- 3
- Views
- 2,063
I just finished up a sencha touch app that can be found in the app store and google play. Please take a look and let me know what you think.
http://parkbeat.org -
7 Jun 2012 11:24 AM
- Replies
- 2
- Views
- 487
Yes. I run call it from within the launch method of one of my controllers. What do you recommend as a workaround?
-
5 Jun 2012 10:34 PM
- Replies
- 2
- Views
- 487
Could someone please explain to me how the compiler works. Does the compiler actually run the app? It appears so since I am getting an error when the compiler hits the phonegap class...
-
30 May 2012 7:39 AM
Jump to post Thread: Ext.bind caches args by jachenry
- Replies
- 1
- Views
- 495
I have a situation where I'm using Ext.bind to pass extra parameters to a google maps handler. The problem is, if I try overriding the handler and pass Ext.bind with the same paramaters as the...
-
29 May 2012 6:20 AM
- Replies
- 11
- Views
- 1,886
That only works because onStoreDataChanged is likely called after the value is set. Try calling field.setValue(null) after the component has been initialized. Then you should get an error when...
-
29 May 2012 6:00 AM
- Replies
- 11
- Views
- 1,886
That may be how its designed to act but if you pass null to setValue the record will get set to null.
/**
* @private
*/
applyValue: function(value) {
var record =... -
28 May 2012 8:24 PM
- Replies
- 11
- Views
- 1,886
The value does get set correctly when onStoreDataChanged gets called in Select.js
/**
* Called when the internal {@link #store}'s data has changed
*/
onStoreDataChanged:... -
28 May 2012 8:06 PM
- Replies
- 11
- Views
- 1,886
I was also having problems when running it in the browser and have narrowed it down to line 331 of Select.js
value[name] = this.record.get(this.getValueField());
Since record is null it... -
24 May 2012 8:20 AM
- Replies
- 11
- Views
- 1,886
Ext version tested:
Sencha Touch 2.0.1 FINAL
Browser versions tested against:
phonegap/iphone4s
Description:
The picker does not show up when the selectfield is tapped
... -
23 May 2012 9:57 PM
Jump to post Thread: staticConfigs in subclass by jachenry
- Replies
- 1
- Views
- 330
Ext version tested:
Sencha Touch 2.0.1 FINAL
Browser versions tested against:
Chrome
Description:
Adding staticConfigs to Model subclass does not generate proxy methods
Test Case: -
22 May 2012 8:27 PM
Jump to post Thread: Dynamically Resize Container by jachenry
- Replies
- 2
- Views
- 475
Figured it out. Remove layout: 'fit' for list.
{
xtype: 'invitationscontactlist',
scrollable: false,
layout: 'fit'
} -
22 May 2012 7:28 PM
Jump to post Thread: Dynamically Resize Container by jachenry
- Replies
- 2
- Views
- 475
I almost have it with the config below. Everything works as expected in chrome but the list is blank on the iphone. Any suggestions.
config: {
scrollable: 'vertical',
items: [
{... -
22 May 2012 5:39 PM
Jump to post Thread: XCode4 + Phonegap + Sencha Touch by jachenry
- Replies
- 2
- Views
- 683
sencha app build package did the trick. Thanks Mitchell.
-
22 May 2012 5:02 PM
Jump to post Thread: Dynamically Resize Container by jachenry
- Replies
- 2
- Views
- 475
Does anyone have a suggestion for resizing the top container (formpanel) as it's children (textfield) are added dynamically. The list will need to take up the rest of the view.
35523 -
22 May 2012 4:57 PM
Jump to post Thread: iPhone and selectfield issue... by jachenry
- Replies
- 5
- Views
- 877
@mitchell - did you try this on the device or simulator? I have the same issue with the following config
{
xtype: 'selectfield',
name: 'category',
label: 'Category',
usePicker:... -
22 May 2012 11:25 AM
- Replies
- 12
- Views
- 2,494
There are no errors in the console when I run with the development microloader. I get a white screen if I try to use the production microloader in the browser.
-
20 May 2012 5:37 PM
- Replies
- 12
- Views
- 2,494
The error is because Ext.onReady is 'undefined'. Anyone know why it would be undefined?
.../sdk/command/vendor/phantomjs/dependencies.js:36
page.open(uri, function(status) {
if... -
20 May 2012 1:26 PM
Jump to post Thread: XCode4 + Phonegap + Sencha Touch by jachenry
- Replies
- 2
- Views
- 683
I'm developing a phonegap (1.6.1) app with sencha touch (2.0.1) and have an issue where my javascript changes can not be seen in the app when running in the ios simulator. The only way I can get the...
-
19 May 2012 10:24 PM
- Replies
- 3
- Views
- 1,059
Downgrading to phonegap 1.6.1 fixed the problem. Has anyone had luck running sencha touch on phonegap 1.7.0?
-
19 May 2012 8:37 PM
- Replies
- 3
- Views
- 1,059
Everything works as expected if I delete the app from the simulator and relaunch but launching it a second time causes the 'white screen' effect. There's nothing in the log to help. Is there any...
-
18 May 2012 1:08 AM
- Replies
- 12
- Views
- 2,494
I can't get my app to compile using the production microloader.
[INFO] Resolving your application dependencies (file:////.../index.html)
[ERROR] TypeError: 'undefined' is not a function
... -
10 May 2012 10:26 AM
- Replies
- 1
- Views
- 552
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.0.1 FINAL
Browser versions tested against:
iPhone app using PhoneGap
Description: -
5 May 2012 4:23 PM
Jump to post Thread: Card.js - doItemRemove() by jachenry
- Replies
- 2
- Views
- 491
Could someone explain why item.show() is called within doItemRemove for Card.js. I want to refresh a model object whenever a view is shown but can't because this would cause it to refresh when the...
-
3 May 2012 7:18 AM
- Replies
- 2
- Views
- 312
The callbacks are only helpful if doing something in the same view or controller. What I'm interested in is an event that the view uses to update the view any time the record is updated. There is...
Results 1 to 25 of 44
