Search Type: Posts; User: subimage
Search: Search took 0.03 seconds.
-
23 Jan 2013 4:14 AM
- Replies
- 2
- Views
- 1,318
Just came back to show off the official product page for Cashboard Mobile.
:D~o) -
28 Nov 2012 5:21 PM
- Replies
- 5
- Views
- 534
This really seems like a bug in the build process to me. Please fix...
-
29 Oct 2012 1:12 PM
- Replies
- 5
- Views
- 534
Sorry for the delay in this...just getting back to investigating it now.
So what you're saying is if I did an Ext.define instead of Ext.create, with the configs set, that it would magically work?... -
26 Oct 2012 12:08 PM
- Replies
- 2
- Views
- 1,318
So I've been working pretty hard trying to get this mobile app done, and it's finally in a state that I'd like to show the world.
http://info.getcashboard.com/topics/cashboard-mobile-open-beta
... -
23 Oct 2012 10:11 AM
Jump to post Thread: Can't update a production build by subimage
- Replies
- 17
- Views
- 3,205
Is this fixed? Had to clear my cache on a 2.0.1.1 app to get the latest version of my app.
-
23 Oct 2012 9:30 AM
- Replies
- 24
- Views
- 6,321
+1 this seems important
-
16 Oct 2012 7:58 AM
- Replies
- 3
- Views
- 319
I'm not applying any specific styling to sheets in my CSS - so I fail to see how inspecting the DOM would have anything to do with this?
Looks like a bug with sheets in general to me. Confirm? -
15 Oct 2012 8:08 PM
- Replies
- 3
- Views
- 319
Here's another example of broken sheet CSS in 2.1.0
3937339372 -
15 Oct 2012 8:04 PM
- Replies
- 3
- Views
- 319
In previous versions, my sheet slid down over top of content with a visible border.
Now it seems to push that same content down with no visible border.
Examples below. Bug or intended behavior?... -
15 Oct 2012 7:20 PM
- Replies
- 1
- Views
- 218
Found a CSS bug with the following code:
Ext.define('default.view.Main', {
extend: 'Ext.form.Panel',
xtype: 'main',
requires: [
], -
15 Oct 2012 1:16 PM
- Replies
- 3
- Views
- 401
You need to patch Writer.js at line 88 like so
writeDate: function(field, date) {
var dateFormat = field.getDateFormat() || 'timestamp';
// my addition...
if(date ==... -
15 Oct 2012 8:01 AM
- Replies
- 4
- Views
- 1,258
You're right Mitchell. Turns out I had a 'layout: fit' outside of a config block in a view class - which was causing the error. There was no warning of deprecation just that error.
Hopefully this... -
14 Oct 2012 2:22 PM
- Replies
- 4
- Views
- 1,258
Example of failing view
items: [
{
xtype: 'tabpanel',
flex: 2,
cls: 'stretch',
layout: { animation: false }, -
13 Oct 2012 12:53 PM
- Replies
- 4
- Views
- 1,258
Specifying items with a simple "layout: 'fit'" configuration throws "
Uncaught TypeError: Object fit has no method 'onItemAdd'" with the following stacktrace39339 -
13 Oct 2012 12:26 PM
Jump to post Thread: Views too small after upgrade by subimage
- Replies
- 7
- Views
- 622
Recompiling my SASS is what fixed it. Thanks everyone.
-
13 Oct 2012 12:10 PM
- Replies
- 1
- Views
- 407
Sitting here trying to upgrade a sencha touch 2.0.1.1 project to 2.1.0 rc1 with Sencha Cmd v3 Beta 3.0.0.190...
After doing so I noticed that it deleted all my custom files in /resources, /lib, my... -
9 Oct 2012 7:32 AM
- Replies
- 5
- Views
- 534
Ok cool...will do. I thought I could pretty much jam anything in there and it would work. Seemed to in development at least :)
-
9 Oct 2012 5:08 AM
Jump to post Thread: Microloader and sdk tools by subimage
- Replies
- 21
- Views
- 2,996
Hey Mitchell, thanks for the early reply dude...
I'm not able to use ST 2.1.0 RC1, as it breaks my app. I was actually able to hack together a working build tonight with SDK Tools 2b3...but it... -
8 Oct 2012 9:49 PM
- Replies
- 5
- Views
- 534
If I have an item like this...
var panel = Ext.create('Ext.Component', {
html: labelHtml,
itemId: this.getPanelIdForDate(week['start']),
start: week['start'],... -
8 Oct 2012 6:12 PM
Jump to post Thread: Microloader and sdk tools by subimage
- Replies
- 21
- Views
- 2,996
This is confusing me as well.
I've been trying all day to either upgrade my app to 2.1.0RC1:
(http://www.sencha.com/forum/showthread.php?245342-Views-too-small-after-upgrade)
...or build... -
8 Oct 2012 5:47 PM
- Replies
- 4
- Views
- 848
Hi Scott,
This seems impossible as well. I downloaded the SenchaSDKTools-2.0.0-beta3-osx.app and installed it. I then followed the instructions on building from my copy of the docs... -
8 Oct 2012 1:40 PM
- Replies
- 4
- Views
- 848
So I can't build unless I upgrade to a beta version of the framework that breaks my app? Rad.
Can anyone help out with this problem then?
... -
8 Oct 2012 10:33 AM
- Replies
- 4
- Views
- 848
I've never done a build before, and I've downloaded the latest Sencha Cmd beta in hopes that I can package this for production.
However, when I try to build I'm getting errors that don't happen... -
8 Oct 2012 10:05 AM
Jump to post Thread: Views too small after upgrade by subimage
- Replies
- 7
- Views
- 622
Why was this moved? It looks like it's a bug in 2.1.0...am I wrong?
-
8 Oct 2012 1:26 AM
Jump to post Thread: Views too small after upgrade by subimage
- Replies
- 7
- Views
- 622
I'm trying to upgrade my app from 2.0.1.1 to 2.1.0 RC1 so I can use Sencha Cmd to build my app for production.
First problem seems to be that after upgrading my source all of my views are crammed...
Results 1 to 25 of 118
