Search Type: Posts; User: daddie888
Search: Search took 0.03 seconds.
-
8 Dec 2011 11:41 AM
- Replies
- 5
- Views
- 988
You're welcome, there is little publiced and asked about the drawing capabilities of ExtJs4 (except graphs)
So if someone has something usefull, please share.
Grtz -
21 Nov 2011 4:33 AM
- Replies
- 7
- Views
- 2,918
I managed to configure mine with following screencast
http://vimeo.com/30308177
Success !! -
21 Nov 2011 1:19 AM
Jump to post Thread: JS Lint by daddie888
- Replies
- 5
- Views
- 743
Hi, i don't know which JS Lint implementation you'r using but mine finds several errors
The second error seems severe enough to break your code, IMO you have an endless loop here
for (i = 0; e... -
11 Oct 2011 11:50 PM
- Replies
- 7
- Views
- 2,112
Hi, I’m at work and we use McAfee but get no warning when I start the exe.
However i can't see the app's ui because our firewall blocs the access to the site where apparently the pages are hosted.... -
10 Oct 2011 4:42 AM
- Replies
- 9
- Views
- 1,739
In IE6 and IE7 (don't know about IE8) but not in IE9 the data uri won't work, so the sollution of exporter.js and mine with CSV won't work. Instead for these versions, for my solution, the user just...
-
7 Oct 2011 4:14 AM
- Replies
- 9
- Views
- 1,739
You can do formatting this way too, actually is VBA code you are using so everyting you do in Excel itself should be possible. Exporter.js if fine but doesn't work in IE6 and 7 and you don't realy...
-
7 Oct 2011 2:58 AM
- Replies
- 9
- Views
- 1,739
Hi, that's very strange since that line has nothing to do with ExtJs or the version it is in.
Isolate and adapt the code to just make the ActiveX call and test it
I'm busy with a non ActiveX... -
7 Oct 2011 12:32 AM
- Replies
- 9
- Views
- 1,739
Hi, thanks, i looked at exporter.js before but id didn't work out of the box for Ext 3.3.1, clearly it does with 3.0.0.
My code works with Ext 3.3.1 and is tested with IE8.
I'll use the exporter... -
6 Oct 2011 7:51 AM
Jump to post Thread: Urgent: Export to Excel - IE7 by daddie888
- Replies
- 10
- Views
- 1,974
Hi, no i haven't, but is easy, you use the code above to build a string like
'"val1","val2"\r"val3","val4"' etc
The separator depends on your language setting in windows, is normally , or ;
The... -
6 Oct 2011 7:37 AM
- Replies
- 9
- Views
- 1,739
Hi, see my answer on http://www.sencha.com/forum/showthread.php?145915-Can-Anyone-please-help-in-transfering-the-data-in-a-Ext-JS-grid-to-text-format
or ... -
6 Oct 2011 7:06 AM
- Replies
- 1
- Views
- 424
Hi, take a look at the Feed Viewer and Paging Examples.
Grtz -
22 Sep 2011 11:17 AM
Jump to post Thread: Generating PDF document. by daddie888
- Replies
- 18
- Views
- 3,127
Hi Ekambos, to what flash solution you are referring to ?
-
22 Sep 2011 11:16 AM
Jump to post Thread: Generating PDF document. by daddie888
- Replies
- 18
- Views
- 3,127
In my case i don't really need PDF but i rather need a way to print forms with lots of layout (eg with grid's inside) on the client to a printer or virtual printer (which can be a PDF-creator). It...
-
22 Sep 2011 11:05 AM
- Replies
- 4
- Views
- 904
Hi, sorry i hadn't noticed i was in a 3.x forum.
Here is the code for 3.3.1
gridConfig = new Ext.grid.EditorGridPanel({
title : 'Verdeling dossiers per beheerder',
... -
22 Sep 2011 12:22 AM
Jump to post Thread: LiveGrid and Ext 3.4.0 by daddie888
- Replies
- 2
- Views
- 873
Hi, i use livegrid in Ext 3.3.1 but had to modify it to make it compatible with that version an to let it work together with other add-ons. No need for it in ExtJs4 since it supports this...
-
21 Sep 2011 7:01 AM
- Replies
- 2
- Views
- 1,027
Hi, that place in the header is often used for filterfields as a (better) implementation of the normal gridfilter, google GridHeaderFilters.js up and you have an example of how to do that.
Grtz -
21 Sep 2011 1:55 AM
- Replies
- 4
- Views
- 904
Hi Radhika, i use this property in ExtJs4 with cellEditing, it works
var cellEditing = Ext.create('Ext.grid.plugin.CellEditing', {
clicksToEdit: 1,
autoCancel: false,
pluginId:... -
18 Sep 2011 11:36 PM
Jump to post Thread: Server interaction by daddie888
- Replies
- 6
- Views
- 1,065
Hi, here tje most functional exerpts form an asp page receiving and returning JSON from and to a ExtJs3.3 clientprogram
'read the POSTed parameters]
start = Request.Form("start")
... -
16 Sep 2011 2:46 AM
Jump to post Thread: Server interaction by daddie888
- Replies
- 6
- Views
- 1,065
Hi, for ExtJs 3.3 no problem but with ExtJs4 i'm still experimenting, a lot is changed and it isn't easy but i'm making progress, i'll post an example as soon everyting works.
-
16 Sep 2011 1:44 AM
Jump to post Thread: Server interaction by daddie888
- Replies
- 6
- Views
- 1,065
hi, i use classic asp, what version of ExtJs do you use ? it makes a big difference..
-
14 Sep 2011 2:58 AM
Jump to post Thread: Generating PDF document. by daddie888
- Replies
- 18
- Views
- 3,127
most of these are serverside solutions, but what i you want to convert an allready rendered form at the client to pdf ?
-
13 Sep 2011 11:55 PM
- Replies
- 4
- Views
- 800
Hi, if you don't need to be able to collapse you should use the rowbody feature..
-
13 Sep 2011 11:21 PM
- Replies
- 3
- Views
- 423
Hi, hereby an example of a regulat dynamic grid, the columsn are in the metadata of the response, you could try it in combination of an editorgrid and a roweditor.
Ik you succeed, please share your... -
12 Sep 2011 3:45 AM
- Replies
- 4
- Views
- 1,058
hi, thanks for the suggestion, in ExtJs4 and IE7 it works
txtTextarea = Ext.fly(rb).down('textarea');
txtTextarea.dom.style.color = 'yellow';
txtTextarea.dom.style.cssText += 'background:... -
12 Sep 2011 2:35 AM
Jump to post Thread: Generating PDF document. by daddie888
- Replies
- 18
- Views
- 3,127
Hi, you could print to a PDF-printerddriver such as CutePDF writer but that is'nt easy and reliable to do programmaticly.
I have the same need for a large form with lots of layout. Should have to...
Results 1 to 25 of 45
