Search Type: Posts; User: pouniok
Search: Search took 0.02 seconds.
-
7 Feb 2013 7:44 AM
- Replies
- 1
- Views
- 954
Having the same issue on Ext 3.4.0.
Did you find a solution to that problem ? -
25 Jan 2013 1:51 AM
- Replies
- 1
- Views
- 370
Hello,
Is it possible to have a combobox with mode: 'remote' to load data (and show the load mask), but use local filtering when the user type something in the box ?
I load all useful data,... -
22 Jan 2013 1:33 AM
Jump to post Thread: How to align Chart to the top ? by pouniok
- Replies
- 1
- Views
- 173
Hello,
I have a PieChart, higher than larger, and the chart is automatically set to the center of the component.
I was wondering if it's possible to have a chart with height = 400px, width =... -
20 Dec 2012 7:55 AM
- Replies
- 5
- Views
- 1,738
Thanks :)
Fix working. (For me, it seems like ext4 standalone add a strict mode when in firefox, because my DTD is transitionnal) -
1 Oct 2012 11:19 PM
- Replies
- 9
- Views
- 2,232
Hi,
I'm facing the same problem with headers not scrolling.
Could you share your edited iScroll ?
Thanks ;) -
1 Oct 2012 6:50 AM
Jump to post Thread: iPad thread by pouniok
- Replies
- 25
- Views
- 14,618
Hi,
Just wanted to add a link to a blog post that show the implementation of iScroll in ExtJS App with only 10 lines of code :... -
21 Aug 2012 11:27 PM
Jump to post Thread: Ext.ux.grid.Search by pouniok
- Replies
- 16
- Views
- 12,902
Hi,
I was wondering if someone tried this plugin with toolbar enableOverflow set to true ?
When my screen is too small, the search field is hidden, but when I click on the overflow button,... -
3 May 2012 7:05 AM
- Replies
- 3
- Views
- 520
Hi,
I was using Ext 4.0.7 in Sandbox mode with an Ext 3.4 app, and after upgrading to 4.1, it seems the ext-sandbox.css has changed because my application looks really strange.
If I look at... -
27 Apr 2012 12:30 AM
- Replies
- 0
- Views
- 166
Hi,
I was wondering if it was possible to add a marker at a point, like :
chart.addMarker({
bottom: new Date(2012, 4, 10),
left: 80
}); -
23 Apr 2012 6:21 AM
- Replies
- 5
- Views
- 1,909
I'm getting this issue with Ext 4.0.7 sandbox mode and Ext 3.4.0.
I don't know how to fix it, so for the moment, I just add a config line into each ext4 object :
id: Ext4.id()
Better solution... -
20 Jun 2011 11:24 PM
- Replies
- 2
- Views
- 1,355
Thanks, your fix is working !
-
20 Jun 2011 7:38 AM
- Replies
- 2
- Views
- 1,355
Hi,
After migrating from Ext 3.3.1 to Ext 3.4 (for IE9 support), I lost all my right click menus in GridPanels.
The error thrown is : "this.indexOf is not a function" referring to... -
18 Jun 2011 3:44 AM
- Replies
- 2
- Views
- 876
Thanks, I'll try it. It's strange because it's working in Firefox :)
-
17 Jun 2011 1:07 AM
- Replies
- 2
- Views
- 876
Hi,
I'm trying to make a template work on IE, Safari and Chrome. The problem is identified, but I'm not able to fix it.
Here is my template, with the problem in red :
<div>
<div... -
5 Jan 2011 2:09 AM
Jump to post Thread: Buffering Http State Provider by pouniok
- Replies
- 393
- Views
- 124,382
It's working now !
So if someone, like me, calls its grids without any request but by instantiating new objects, you can handle state with only that code in your main page header :
... -
3 Jan 2011 7:57 AM
Jump to post Thread: Buffering Http State Provider by pouniok
- Replies
- 393
- Views
- 124,382
Ok, thank you for the information.
Do you know if loading the state in the initComponent of my grid is too late ? -
3 Jan 2011 7:35 AM
Jump to post Thread: Buffering Http State Provider by pouniok
- Replies
- 393
- Views
- 124,382
Hi,
After reading a lot of pages of this topic, I didn't find anybody having my problem.
It seems that everybody can load the entire states of all the application grids in one time, and... -
2 Dec 2010 2:33 AM
- Replies
- 16
- Views
- 3,958
Just to add that the problem seems Fixed in Ext 3.3.1, but if you are saving state in a database, you should have to clear it to make it work.
-
2 Dec 2010 2:08 AM
- Replies
- 16
- Views
- 3,958
I was wondering why my columns coulnd't be sorted anymore in Ext 3.3, and came to the conclusion that it was a state restoring problem.
Reproducible with the Array Grid (... -
25 Nov 2010 2:08 AM
- Replies
- 192
- Views
- 93,495
Hi,
I've found a change Between Ext 3.1.1 GridFilters.js and Ext 3.3.0 GridFilters.js :
In function addFilters, line 575 has changed
from : filter.type = filter.type ||... -
3 Nov 2010 4:51 AM
- Replies
- 2
- Views
- 638
Yeah, that's a bit like accordion layout :)
But I was thinking about something different with fieldsets, and thought that It might be possible as it is with drag & drop !
I'll deal it another... -
3 Nov 2010 3:33 AM
- Replies
- 2
- Views
- 638
Hi,
I was wondering if there is a way to make a list of VBox panels move up and down with an effect ?
For example, I have 3 collapsed panels aligned vertically, and when I expand one, I want... -
20 Sep 2010 2:29 AM
- Replies
- 192
- Views
- 93,495
Hi,
While upgrading from Ext 3.1.1 to Ext 3.2.1, we faced a problem with the GridFilters plugin.
To explain, we have a FormPanel with some fields, and when we type in those fields, it... -
15 Jul 2010 11:54 PM
- Replies
- 1
- Views
- 566
Hi,
I'm facing the same problem, did you find a solution ?
Thank you. -
12 Jul 2010 11:36 PM
- Replies
- 6
- Views
- 4,135
This thread saved me 1 year later :p
Thank you !
Results 1 to 25 of 64
