Search Type: Posts; User: billtricarico
Search: Search took 0.03 seconds.
-
30 Jan 2013 10:38 AM
- Replies
- 17
- Views
- 4,346
I ended up coming up with a solution that does not use PhoneGap. The images are uploaded to the browser in Base64. I tested this on my iPhone 4s with iOS 6. It also works in Chrome on my Windows...
-
16 Dec 2012 12:50 PM
- Replies
- 4
- Views
- 1,390
I am having a similar issue. I have 5 images in my model in base64 format, named image1, ..., image5. So I have an itemTpl with a simple if condition:
<div>
<table width='100%'>
<tr>
... -
11 Dec 2012 11:11 AM
- Replies
- 1
- Views
- 291
If you want to use a real Button, then you'll need to create a TemplateColumn, not an ActionColumn.
Drag a TemplateColumn over, then add a tpl (template). In the tpl definition, add this:
... -
4 Dec 2012 10:00 PM
Jump to post Thread: Disappearing FormPanel by billtricarico
- Replies
- 5
- Views
- 466
More fiddling around revealed the solution.
My ExtDirect include:
<script type="text/javascript" src="service/api-debug.js"></script>
needed to be: -
4 Dec 2012 3:39 PM
Jump to post Thread: Disappearing FormPanel by billtricarico
- Replies
- 5
- Views
- 466
Strange because I am using Chrome as well and I wasn't seeing those errors in my console. Perhaps a cached page. I will press on.
-
2 Dec 2012 11:55 PM
Jump to post Thread: Disappearing FormPanel by billtricarico
- Replies
- 5
- Views
- 466
I emptied the touch and resources folder to shrink the zip file.
-
2 Dec 2012 11:35 PM
Jump to post Thread: Disappearing FormPanel by billtricarico
- Replies
- 5
- Views
- 466
Hello,
I have a simple login FormPanel with a "user" TextField and a "password" PasswordField. I added a Toolbar and put a "Log In" Button on it.
However, when I view the page in a browser,... -
2 Dec 2012 11:14 PM
Jump to post Thread: Duplicate itemIds by billtricarico
- Replies
- 1
- Views
- 241
Hello,
I noticed that occasionally Sencha Architect will assign duplicate itemId values to various components. I noticed this specifically on Buttons. I had two Buttons called 'mybutton8' and... -
28 Nov 2012 10:30 PM
- Replies
- 3
- Views
- 1,446
So I added a new Carousel to the FormPanel and set the scrollable property to horizontal and I got this error:
TypeError: 'null' is not an object (evaluating 'scroller.getElement().getSize') -
28 Nov 2012 10:28 PM
- Replies
- 3
- Views
- 1,446
Confirmed. I deleted the Carousel and the errors are gone.
-
28 Nov 2012 10:27 PM
- Replies
- 3
- Views
- 1,446
I encountered this error while making changes to my FormPanel in my Touch application. Underneath it is another error (the real issue?):
TypeError: 'undefined' is not an object (evaluating... -
27 Nov 2012 10:31 PM
- Replies
- 17
- Views
- 4,346
It seems to me that in order to make this work, it has to be bundled into the iOS Package Manager.
I do know that a simple form field like:
<input type=file name=uploadImage/>
will trigger... -
27 Nov 2012 10:17 PM
- Replies
- 17
- Views
- 4,346
My simple test app is attached.
Thanks for your help! -
27 Nov 2012 9:57 PM
- Replies
- 17
- Views
- 4,346
That example does not work either.
The camera never triggers on any of my devices.
All that is happening is the stock Sencha image is displaying where I want the camera image to be.
... -
27 Nov 2012 9:32 PM
- Replies
- 17
- Views
- 4,346
I have tried the example on GitHub as well as the Sencha Docs use of Ext.device.Camera.capture() and in all cases, the app just sits there. No success, no failure. I am testing this on an IOS 6...
-
26 Nov 2012 8:39 PM
- Replies
- 3
- Views
- 342
Ok I was using a TreeStore and the List does not like TreeStores. Problem solved.
-
26 Nov 2012 8:35 PM
- Replies
- 3
- Views
- 342
Just in case, I did assign the models/views/stores to both the Application and the Controller. So I know it's not that.
-
26 Nov 2012 8:26 PM
- Replies
- 3
- Views
- 342
Hello,
In building a Sencha Touch application, I have created a couple of Models and Stores. I dragged a List onto my Desginer but I cannot select any of the stores I have already created. The... -
12 Nov 2012 9:16 AM
Jump to post Thread: Wakanda by billtricarico
- Replies
- 0
- Views
- 300
This caught my attention over the weekend. Will Sencha Architect evolve into something like this at some point?
http://www.wakanda.org/ -
9 Nov 2012 9:47 AM
- Replies
- 1
- Views
- 280
What is the preferred way to make a production build an ExtJS 4 app that uses Ext.Direct?
When I run the sencha create jsb command, it keeps telling me it can't find variable X. X is a part of... -
9 Nov 2012 9:28 AM
- Replies
- 3
- Views
- 550
Yes I was about to start a thread of my own on this topic. I copied the DirectApi JSON down from the server side and ran the sencha command line tool to build the jsb3 file but no dice. I think...
-
20 Aug 2012 3:50 PM
- Replies
- 11
- Views
- 1,602
The way you are describing it, you are not using any ExtJS components. You should have a basic ExtJS application in place which is launched from your HTML file. In your ExtJS app, you would have...
-
15 Aug 2012 3:56 PM
- Replies
- 3
- Views
- 831
Yes that would be option (3).....load the store in the controller launch() function.
-
15 Aug 2012 3:39 PM
- Replies
- 3
- Views
- 831
The problem is that Controller References only work with visual components, not stores. I hope this is fixed in a future version of ExtJS.
In the meantime, I think you have two options.
(1)... -
15 Aug 2012 11:50 AM
- Replies
- 11
- Views
- 1,602
ASP MVC3 does not really use the "Set As Start Page" like classic ASP does, but you can force it to the Index.cshtml file I suppose.
Check the Global.asax.cs file to see how the view routes are...
Results 1 to 25 of 120
