Search Type: Posts; User: ultraman69
Search: Search took 0.02 seconds.
-
29 Mar 2013 6:38 AM
- Replies
- 4
- Views
- 204
OK, everything's OK now ! I manually opened the ".bash_profile" in TextMate (it is an hidden file but I have set my Mac to display hidden files). The file was empty but I added the line :
... -
28 Mar 2013 6:13 PM
- Replies
- 4
- Views
- 204
Here's what "echo $PATH" returns :
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin
The actual Cmd install path is : ~/bin/Sencha/Cmd/3.1.0.256
I managed to... -
26 Mar 2013 8:39 PM
- Replies
- 4
- Views
- 204
I just spent a few hours trying to make this Sencha Cmd works o my MacBook, but just couldn't. I uninstalled the previous version and just couldn't get it to work again. I always get the
-bash:... -
6 Nov 2012 5:25 AM
- Replies
- 2
- Views
- 291
Absolutely... I was way out on that one. I was trying to affect a property like in C#... but in reality it is a set method. Thanks !
-
5 Nov 2012 5:28 PM
- Replies
- 2
- Views
- 291
Hi !
In the longpress event, I'm trying to apply a Panel's baseCls at runtime. Like this :
var bio = Ext.getCmp('panelBio02');
if(Ext.is.Tablet || Ext.is.Desktop) {
bio.setBaseCls =... -
2 Nov 2012 6:16 PM
- Replies
- 1
- Views
- 327
To make things clearer, since the TabPanel is not the most performant controler in the framework, I'd like to be able to display a load mask as soon as someone click on a tab button and remove it...
-
2 Nov 2012 4:19 AM
- Replies
- 1
- Views
- 327
Hi !
If I want to display the load mask on tab panel between tab change, what would be the right approach ? I was thinking about creating and showing the LoadMask on item change event in the tab... -
31 Oct 2012 10:29 AM
- Replies
- 1
- Views
- 323
It turned out to be the cls configuration. For some reason, I had to use baseCls to override the default style given to all Panels in Sencha. Works like a charm now ! Hope it'll help others.
-
30 Oct 2012 5:36 PM
- Replies
- 1
- Views
- 323
Hi !
I'm really green regarding CSS. As a matter of fact, I didn't really understand the concepts, even after reading like 3 books. What I'm trying to achieve here is create some rounded corner... -
29 Oct 2012 7:56 PM
- Replies
- 1
- Views
- 1,162
I try to change a background image opacity, so I can display a panel over it. But no matter what I tried yet in CSS, nothing works !
Does anyone ever achieved this ? If so, could you please help... -
29 Oct 2012 4:53 PM
- Replies
- 7
- Views
- 751
Thanks a lot ! Exactly the kind of stuff I was looking for. I did see it on a search for something else once, but couldn't find it back.
-
29 Oct 2012 2:41 AM
- Replies
- 7
- Views
- 751
I already know where the samples are located, thanks. All I want to know is which one would be a good one to rely on for MVC architecture reference. A kind of "best practices".
-
28 Oct 2012 12:08 PM
- Replies
- 7
- Views
- 751
I was thinking about a small one with almost nothing in it. In the existing samples maybe. Or if anyone has a good complete tutorial (with quite some code samples), I'm interested.
-
25 Oct 2012 7:58 AM
- Replies
- 7
- Views
- 751
Hi !
I want to use the MVC structure. I've seen good tutorials out there (on Sencha websites among others), but I'd like to see the whole picture within a project. What existing sample (in Sencha... -
8 Oct 2012 4:07 PM
Jump to post Thread: Ext.TitleBar very slow by ultraman69
- Replies
- 2
- Views
- 268
I just followed the "Getting started" video.
The code can be seen here. I can provide you with a zip file containing my project if you need it if you give an email adress or ftp site.
Thanks ! -
7 Oct 2012 5:56 PM
- Replies
- 1
- Views
- 356
I have 1 Main view, and 2 other views. Main view extends Ext.tab.Panel and the other 2 extends Ext.Panel.
The main view is basically a bottom tabbar that contains the 2 other.
... -
6 Oct 2012 8:12 PM
- Replies
- 1
- Views
- 376
Oooopssss.... just found out my mystake. I added the listner to the panel, not to the Carousel.... Sorry about that.
-
6 Oct 2012 7:46 PM
- Replies
- 1
- Views
- 376
I'm trying to catch the activeitemchange event but it just doesn't seem to work. Here's my test code :
Ext.define("MyApp.view.PicViewer", {
extend: 'Ext.Panel',
xtype: 'picpanel',
... -
6 Oct 2012 9:46 AM
Jump to post Thread: Ext.TitleBar very slow by ultraman69
- Replies
- 2
- Views
- 268
I use an Ext.TitleBar on the bottom as my navigation. In a browser, it's fast enough. But on an iOS or Androïd device, it gets very slow. I didn't package it as "native" yet, but will it be enough to...
-
6 Oct 2012 9:27 AM
Jump to post Thread: Ext.application startupImage by ultraman69
- Replies
- 7
- Views
- 927
But still, why is there no documentation whatsoever about this property ? I have no clue about it. The values for iPhones are not good btw.
-
6 Oct 2012 5:21 AM
Jump to post Thread: Ext.application startupImage by ultraman69
- Replies
- 7
- Views
- 927
Hi !
I started from the Carousel example in Sencha Touch 2.1. In the app.js file, I see the "startupImage" property that defines the different sizes of the images we want to use. Yet, I can't seem... -
11 Sep 2012 12:48 PM
- Replies
- 1
- Views
- 879
Hi !
I have seen a couple of very good calendar plugin (TouchCalendar, dhtmlxScheduler) for Sencha Touch 2, but I was wondering if someone has implemented one using the Google Calendar API to get... -
8 Sep 2010 6:07 AM
Jump to post Thread: GridPanel limit results by ultraman69
- Replies
- 7
- Views
- 825
Ok, thanks ! Now I just have to understand how to pass parameters to a .NET WCF service... Tried everything, but nothing seems to work. Not even if I just try the start and limit parameters...
... -
7 Sep 2010 12:12 PM
Jump to post Thread: GridPanel limit results by ultraman69
- Replies
- 7
- Views
- 825
Hi !
I just can't figure out what's wrong. I just can't make my data store returns just the number of row that I need... I tried a few options, but none of them works, it always gives me the... -
7 Sep 2010 10:13 AM
Jump to post Thread: Grid header filters by ultraman69
- Replies
- 164
- Views
- 85,546
Hi ! This pluggin seems to be exactly what I need, but I can't make it work :-( I'm a total newbie to EXtJS so, I know the problem is on my side. Probably with my data store. Here's the code that I...
Results 1 to 25 of 28
