Search Type: Posts; User: sigaref
Search: Search took 0.02 seconds.
-
6 Feb 2009 8:08 AM
Jump to post Thread: Sorting in a Grid by sigaref
- Replies
- 19
- Views
- 3,324
Thx, this override solved my grid sorting problems too :D
-
2 Dec 2008 5:45 AM
- Replies
- 59
- Views
- 24,662
looks smooth ;)
-
29 Sep 2008 6:53 AM
- Replies
- 4
- Views
- 3,675
Will this (Flash 10) at least break the hated flash tracking "cookies" ? I use FlashBlock, so no change for me, but it interests me :)
-
8 Aug 2008 12:35 AM
- Replies
- 21
- Views
- 4,039
How do you do the authentication on the server, or is everything just working on client side?
Bump: You can try calling "page2.html#authenticationcode", the part after the # shouldn't be sent to... -
7 Aug 2008 4:42 AM
- Replies
- 21
- Views
- 4,039
My question is: Why wouldn't you send the data to the server? What is your exact scenario?
With this info maybe a better solution is possible.
Generally you could try to open... -
4 Aug 2008 5:45 AM
- Replies
- 3
- Views
- 1,430
This bug is appearing here when using Ext v2.0.x with Firefox3. The problem was fixed here by replacing
.ext-ie .x-grid3 table,.ext-safari .x-grid3 table {
table-layout:fixed;
}
with -
17 Jun 2008 3:55 AM
- Replies
- 568
- Views
- 197,323
Does someone already have a solution for exporting FusionCharts server side on Linux server into an image withouth any client webbrowser?
-
3 Jun 2008 1:53 AM
Jump to post Thread: Sorting problem in paging grid by sigaref
- Replies
- 11
- Views
- 1,876
Please check the URL which the store is calling when you change the sort, this URL should contain a sort field and the sort direction.
The second thing is that your server code must support the... -
3 Jun 2008 1:10 AM
Jump to post Thread: Store valueField and displayField by sigaref
- Replies
- 1
- Views
- 675
I know valueField and displayField especially from comboboxes.
You could have a combobox linked to the following data:
[
{countrycode: 'IT', countryname: 'Italy'},
{countrycode: 'DE',... -
27 May 2008 12:31 AM
- Replies
- 253
- Views
- 98,605
You have to checkout the code from the Google Code SVN.
svn checkout http://ext-ux-wiz.googlecode.com/svn/trunk/ ext-ux-wiz-read-only -
14 May 2008 8:21 AM
- Replies
- 623
- Views
- 217,872
For testing just replace the LovCombo contructor in your lovcombo.js called from lovcombo.html with the code below.
Problem 1: Firefox2: =>ON=>OFF Flashing on all checkbox when dropdown is opened... -
14 May 2008 2:14 AM
- Replies
- 623
- Views
- 217,872
That could be possible. I am not using setValue, only checking with mouse. I still have to do some deeper code/functionality research.
-
14 May 2008 1:33 AM
- Replies
- 623
- Views
- 217,872
Hi,
I have the problem, that everytime I open the dropdown and select an item for the first time,
all the checkboxes are flashing =>ON=>OFF (0.1sec or so). This is caused by the setValue method:... -
7 May 2008 2:52 AM
- Replies
- 40
- Views
- 66,040
For finding extra commas minify your code and look for ",]" or ",}", this way you can find some of them :)
-
7 May 2008 2:44 AM
- Replies
- 12
- Views
- 2,446
For finding extra commas you can search for ,] or ,} if you have a minified version of your code, otherwhise if your editor supports regular expression search, then look for ,[\s ]*] or similar...
-
7 May 2008 2:30 AM
- Replies
- 40
- Views
- 21,037
Because multiple queues still rely on maxnumber of connections, this could be solved by introducing some kind of priority system: maybe just a numbering, and higher priorities go directly to the top...
-
30 Apr 2008 8:59 AM
Jump to post Thread: T-Shirt anyone ^_^ by sigaref
- Replies
- 25
- Views
- 4,740
Just the logo on a T-shirt would be a little bit sparse, we need an extremly cool slogan !! :D
-
22 Apr 2008 8:59 AM
Jump to post Thread: License Change? by sigaref
- Replies
- 758
- Views
- 248,940
What about non-profit "fun" projects, where the developer doesn't want to share the sources?
-
22 Apr 2008 2:43 AM
- Replies
- 30
- Views
- 6,127
This means, if someone buys a commercial release f
-
16 Apr 2008 7:53 AM
- Replies
- 479
- Views
- 147,577
It would by nice to have an option "strictRangeSelect", when "true" you can select exact one date range limited by startdate/enddate, but you cannot interrupt this range with CTRL-Click or other...
-
10 Apr 2008 6:58 AM
- Replies
- 479
- Views
- 147,577
There is a typo in DateFieldPlus, just search for "showWeekNumer", with this fixed the window shows the week number as default.
Thx for this nice extension! -
5 Feb 2008 8:24 AM
Jump to post Thread: Buffering Http State Provider by sigaref
- Replies
- 393
- Views
- 129,013
Thank you for this code.
I managed to store the state from a grid in a DB, and to read the state back into this.state when loading the page.
But how can I set the grid state now with the... -
3 Dec 2007 8:37 AM
Jump to post Thread: PropertyGrid's problem? by sigaref
- Replies
- 3
- Views
- 3,251
I managed this by adding the last line in the code below somewhere after the grid code:
var grid = new Ext.grid.PropertyGrid({
...
});
// Some other code
grid.startEditing = function(){ ... -
28 Nov 2007 2:06 AM
- Replies
- 3
- Views
- 11,704
Another solution is mentioned in this thread: link
-
28 Nov 2007 2:01 AM
- Replies
- 8
- Views
- 5,862
I have fixed the problem now, I had to specify the image width and height in the form extension. This fixed the high shadow.
var helpImage = label.createChild({
tag: 'img',
...
Results 1 to 25 of 27
