Search Type: Posts; User: cocorossello
Search: Search took 0.04 seconds.
-
1 May 2008 1:29 PM
Jump to post Thread: those darned checkboxes by cocorossello
- Replies
- 1
- Views
- 686
Actually, checkboxes label should be on the right.
I usually do
{
xtype:'checkbox',
hideLabel:true,
boxLabel: 'Come label'
} -
1 May 2008 1:14 PM
- Replies
- 38
- Views
- 13,590
Im using packtag.
http://www.galan.de/projects/packtag
It unifies and minify all js files in a servlet (with cache). No need to nightly build or doing thing manually. Just a couple of tags... -
29 Apr 2008 8:03 AM
- Replies
- 12
- Views
- 8,978
It's an example of linked combos.
It should be in desarrolladores since its in spanish.
diegof: you can post that in www.extjs.es , it's a small community but at least we are all spanish ;) -
10 Apr 2008 12:13 AM
Jump to post Thread: Visigroups.com by cocorossello
- Replies
- 43
- Views
- 9,054
cocorossello[at]gmail[dot]com
Thx. -
18 Mar 2008 8:21 AM
Jump to post Thread: Demo ext 2.0 application by cocorossello
- Replies
- 14
- Views
- 8,018
You mean 10~15s to first load? I use gzip and i get a good compression ratio (in this deploy i didnt even bother to switch between ext-all-debug and ext-all).
I found it slow in huge grids (lots... -
18 Mar 2008 6:04 AM
Jump to post Thread: Netbeans plugin by cocorossello
- Replies
- 19
- Views
- 38,080
Does it works for you? I have the latest version (6.1 beta), it says it scans libraries but i dont get code completion...
-
17 Mar 2008 3:29 AM
Jump to post Thread: Demo ext 2.0 application by cocorossello
- Replies
- 14
- Views
- 8,018
I already shared that. Unfortunately, the last version i posted i did it in spanish, but it should be clear enough.
Please take a look at
http://extjs.com/forum/showthread.php?t=23967&page=2... -
17 Mar 2008 3:25 AM
Jump to post Thread: Demo ext 2.0 application by cocorossello
- Replies
- 14
- Views
- 8,018
I made a mistake in the encoding when i deployed in production :">, but its ok in development.
-
17 Mar 2008 2:56 AM
Jump to post Thread: Demo ext 2.0 application by cocorossello
- Replies
- 14
- Views
- 8,018
Hi,
I'm developing an application for small-medium clinics. It has clinical agenda, finances and clinical history.
Right now is under heavy development, but you can see a demo at
... -
7 Mar 2008 9:37 AM
- Replies
- 0
- Views
- 571
Hi,
Is there anyway i can set a maxHeight on a gridPanel with autoHeight (grids are in a tabpanel)?
The property doesn't seem to work for some reason. Rewriting the syncSize method does not... -
3 Mar 2008 4:00 PM
Jump to post Thread: /n /r and ( by cocorossello
- Replies
- 9
- Views
- 1,450
Maybe you can replace \n with <br/>
-
27 Feb 2008 5:54 AM
- Replies
- 10
- Views
- 3,283
prueba a poner un width del 100%
...
title:'Tab 1'
,layout:'form'
,labelWidth:60
,width:'100%'
.... -
20 Feb 2008 3:43 AM
- Replies
- 3
- Views
- 1,354
Rather than adding it to each radio, you can do
Ext.apply(Ext.form.Radio.prototype,{
setValue : function(v){
if (typeof v == 'boolean') {
... -
19 Feb 2008 6:59 AM
- Replies
- 70
- Views
- 35,284
Looks very good. :D
Just one question, how did you do the global search?
Keep up the good work!!! -
19 Feb 2008 4:17 AM
- Replies
- 2
- Views
- 880
Hook up on selection event and return false to cancel if it's disabled
-
19 Feb 2008 4:15 AM
- Replies
- 8
- Views
- 1,861
I dont know if it solves your problem, but you can put html in text
{
fieldLabel:'<b>some label</b>'
....
} -
19 Feb 2008 1:18 AM
Jump to post Thread: Grid Cell Tooltip by cocorossello
- Replies
- 28
- Views
- 43,503
Thx animal, that one was just great!
-
15 Feb 2008 11:29 AM
- Replies
- 8
- Views
- 4,294
Ok, i missunderstood that :">
-
15 Feb 2008 2:50 AM
- Replies
- 8
- Views
- 4,294
Hi,
You can try with
window.onbeforeunload = confirmExit;
function confirmExit(){
return "";
} -
14 Feb 2008 5:02 AM
Jump to post Thread: Adobe air question by cocorossello
- Replies
- 4
- Views
- 1,085
It works almost fine :)
I have a couple of issues with disappearing tabs in tabpanel when i resize it and some problems with accents, but they dont seem a big deal -
14 Feb 2008 3:33 AM
Jump to post Thread: Firebug 1.1 available by cocorossello
- Replies
- 9
- Views
- 2,526
I tried my app in FF3 (beta 3) and it works good (and faster).
Just one easy issue with the window position. -
13 Feb 2008 2:13 PM
Jump to post Thread: Adobe air question by cocorossello
- Replies
- 4
- Views
- 1,085
Thx,
I'll simply try to run it as it is ;) -
13 Feb 2008 2:11 PM
Jump to post Thread: Ext Road Map by cocorossello
- Replies
- 63
- Views
- 35,532
Thx :D
-
13 Feb 2008 11:53 AM
Jump to post Thread: how to start by cocorossello
- Replies
- 2
- Views
- 728
Actually, the examples and study some oo-javascript (you can get a book for that) is a great beginning (this forum is also very good to get some info).
-
13 Feb 2008 11:45 AM
Jump to post Thread: Adobe air question by cocorossello
- Replies
- 4
- Views
- 1,085
Hi,
I'm considering deliver my current project in both web and air platform (with no offline functionality at the moment, but i will posibly add later air specific code for that).
Looking the...
Results 1 to 25 of 120
