Search Type: Posts; User: bobg
Search: Search took 0.03 seconds.
-
7 Feb 2013 2:27 PM
- Replies
- 1
- Views
- 256
Change from 'app' to 'ant' as discussed here:
http://www.sencha.com/forum/showthread.php?244212
Also, the path to the sencha-touch directory is hard coded into the app at several points. ... -
7 Feb 2013 1:49 PM
- Replies
- 1
- Views
- 256
Using SenchaCmd-3.0.2.288 and sencha-touch-2.1.0
Build of the sample app fails with error:
sencha -sdk /opt/www/sencha-touch-2.1.0 generate app MyApp ./MyApp
cd MyApp
sencha -sdk... -
7 Feb 2013 1:03 PM
- Replies
- 4
- Views
- 1,490
Had same issue.
You don't need the Sencha-Touch-SDK as the Sencha-CMD replaces it.
Delete the SDK and install CMD as per the documentation.
For the 'sencha' command use the -sdk flag to tell... -
7 Feb 2013 12:08 PM
- Replies
- 3
- Views
- 447
I gave up on the SDK.
I installed CMD.
That works.
Closed. -
30 Jan 2013 9:53 PM
- Replies
- 3
- Views
- 447
Thanks @tnickl
MS Windows is not my favorite thing. More of a Unix/Linux fan. As Mac OS is essentially BSD Unix, it should be reasonable for Sencha team to get the basics working under Linux. ... -
28 Jan 2013 6:57 PM
- Replies
- 3
- Views
- 447
The set up:
# cd /opt/SenchaSDKTools-2.0.0-beta3
# export PATH=/opt/SenchaSDKTools-2.0.0-beta3:$PATH
# export SENCHA_SDK_TOOLS_2_0_0_BETA3="/opt/SenchaSDKTools-2.0.0-beta3"
# sencha
The... -
7 Aug 2008 9:05 AM
- Replies
- 187
- Views
- 82,123
mystix, Thank you for the link to the css.
jsakalos, I agree that there should ba a visual aid to indicate field focus.
However, the Mozilla selection/outline box does not match the Ext-style... -
6 Aug 2008 3:34 PM
- Replies
- 187
- Views
- 82,123
Trying the latest XCheckbox code from here:
http://extjs.com/forum/showthread.php?p=194810#post194810
With ExtJS 2.2. And Firefox 3.0.
And I got some visual oddness, looks like the... -
11 Jul 2008 11:03 AM
- Replies
- 2
- Views
- 2,239
1) Using Ext 2.1, ext-base.js, ext-all-debug.js, and the anchoring.js example.
2) Change the textarea field to an htmleditor.
3) Paste in a moderate amount of text, say 20 paragraphs:
... -
8 Jul 2008 6:51 AM
- Replies
- 0
- Views
- 513
I have a window that has a layout of 'fit, and a panel that has a layout of 'table'. I need the table layout to get the panel compents to be in the desired place. However, when a user resizes the...
-
25 Jun 2008 1:23 PM
- Replies
- 187
- Views
- 82,123
We had a problem with form getValues and the id for the field not being returned. Giving the field a name fixed the problem.
{
xtype: 'xcheckbox',
id: 'myfield',
name: 'myfield'
...
Results 1 to 11 of 11
