Search Type: Posts; User: kite
Search: Search took 0.03 seconds.
-
20 Aug 2011 10:26 AM
Jump to post Thread: Can you run SDK commands via rhino? by kite
- Replies
- 10
- Views
- 2,605
Try to read this:
http://www.sencha.com/forum/showthread.php?136032-SDKTOOLS-3-buggy-Sencha-SDK-Tools/page2 -
1 Aug 2011 3:07 PM
Jump to post Thread: Designer 1.2 Preview by kite
- Replies
- 19
- Views
- 3,445
Can you write "Released for Windows/MacOS only" instead of "Released" in "Sencha News" emails? I think this is proper way if you want people read your news next time ;)
-
23 Jun 2011 2:25 PM
- Replies
- 0
- Views
- 735
$ cat ext-4.0.2a/resources/css/ext-all.css | sed 's/[;{}]/\0\n/g' | grep -B1 -F default/tab-bar/tab-bar-bg.gif
.x-nlg .x-tab-bar{... -
23 Jun 2011 2:22 PM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
Why can't you build Qt with not so hard optimization flags?
-
23 Jun 2011 6:59 AM
Jump to post Thread: Browser specific Ext CSS by kite
- Replies
- 0
- Views
- 1,250
As I can see from scss ext-ie.css is css for ie, ext-standard.css for all other browsers except ie.
cat ext-4.0.2a/resources/css/ext-standard.css | sed 's/[;{}]/\0\n/g' | grep -E '(ie[\d... -
23 Jun 2011 6:39 AM
Jump to post Thread: Invalid Ext CSS by kite
- Replies
- 0
- Views
- 551
$ cat ext-4.0.2a/resources/css/ext-all.css | sed 's/[;{}]/\0\n/g' | grep nullAll these values aren't valid css values. It seems like you in scss somewhere forgot to wrap styles with "@if $somevalue...
-
21 Jun 2011 3:13 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
I have installed it on ArchLinux with last updates and got segfault. It seems, like in Fedora 15 there are problems with Qt too.
As I can see you use WebKit in order to only load page and get... -
17 Jun 2011 1:05 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
It still uses ugly windows-like installer with static linked GUI-toolkit. :(
And after installing it prints very meaningful phrase: "Unknown error running post-install step". :)
And it still... -
16 Jun 2011 6:39 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
That's good. But let's think how can I get full list of dependencies that I will install "on every major linux distribution's package manager, that should be extremely easy". I don't know extremely...
-
10 Jun 2011 12:11 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
This is quite incorrect. You need install 64-bit Qt, Xvfb, etc. not because of 32-bit jsdb. For jsdb you need only multilib kernel, lib32-glibc and lib32-gcc-libs. Qt - for phantomjs, JRE - for YUI...
-
9 Jun 2011 8:08 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
You need running X server :). As alternative you can use Xvfb ($xvfb-run phantomjs ...).
-
9 Jun 2011 5:33 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
Making own parser of javascript is more difficult thing.
You want something simpler? Install phantomjs (http://www.phantomjs.org/), YUI compressor (http://developer.yahoo.com/yui/compressor/),... -
9 Jun 2011 3:47 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
amimouni, I think sencha developers knew that jsdb is 32-bit application. On official site (of jsdb) there no builds for x64, and building from sources for x64 requires some patching skills. But sdk...
-
8 Jun 2011 3:02 PM
- Replies
- 4
- Views
- 2,185
Phil.Strong, please, read following post too: http://www.sencha.com/forum/showthread.php?136032-buggy-Sencha-SDK-Tools -this is similar problem.
-
7 Jun 2011 2:12 PM
Jump to post Thread: Can you run SDK commands via rhino? by kite
- Replies
- 10
- Views
- 2,605
This isn't big problem - you can write own ext-app-builder.js and use stdout instead of file i/o. The main problem in that fact, that you need to fully load your page like browsers do this, and only...
-
7 Jun 2011 7:44 AM
Jump to post Thread: Can you run SDK commands via rhino? by kite
- Replies
- 10
- Views
- 2,605
"create jsb" in order to get dependency list runs whole ExtJS application inside PhantomJS (using WebKit engine).
So only with Rhino you cannot do "create jsb", if you will use PhantomJS - you don't... -
7 Jun 2011 7:19 AM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
I don't say anything about Qt license. :)
But your commercial license doesn't help with segmentation fault. ;)
Who will purchase your products (e.g. ExtDesigner) when they crash at first run with... -
7 Jun 2011 6:57 AM
Jump to post Thread: Can you run SDK commands via rhino? by kite
- Replies
- 10
- Views
- 2,605
HTML != XML and even HTML != XHTML. And API for XML in JavaScript isn't what we need - to receive full dependency list it's need to create full DOM and run whole JavaScript, like in browser.
Have... -
7 Jun 2011 6:36 AM
Jump to post Thread: Can you run SDK commands via rhino? by kite
- Replies
- 10
- Views
- 2,605
Sencha SDK Tools uses Phantom JS (http://www.phantomjs.org/) to get dependencies list, this is "headless WebKit with JavaScript API" and this isn't java-application.
I don't think ExtJS 4.0 works... -
6 Jun 2011 4:40 PM
Jump to post Thread: Sencha SDK tools create classes by kite
- Replies
- 2
- Views
- 1,546
Answer is in function getRelativePath from <SenchaSDKTools path>/appbuilder/ext-app-builder.js
-
6 Jun 2011 4:29 PM
- Replies
- 4
- Views
- 2,185
I got segfault too... Try to remove Qt library shipped with ExtDesigner (libQt*.so.4 for 1.1.* or libQt*Ext.so.4 for 1.0.*) or simply don't set LD_LIBRARY_PATH in startup script - it helps me, in...
-
6 Jun 2011 4:16 PM
Jump to post Thread: Ubuntu 11.04 by kite
- Replies
- 2
- Views
- 2,226
Install these libraries and maybe it will work. ;)
-
6 Jun 2011 3:56 PM
Jump to post Thread: [SDKTOOLS-3] buggy Sencha SDK Tools by kite
- Replies
- 60
- Views
- 20,851
Sencha SDK Tools for Linux x64 isn't for Linux x64 - jsdb is 32-bit application.
$file jsdb
jsdb: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs),...
Results 1 to 23 of 23
