Search Type: Posts; User: majain
Search: Search took 0.02 seconds.
-
18 Jan 2009 7:33 AM
- Replies
- 4
- Views
- 2,191
Thanks, It's awesome. I think it helps.
-
9 Jan 2009 2:33 PM
- Replies
- 4
- Views
- 2,191
I did try messing around with the CSS using firebug but no luck.
Anyone has any luck rendering rounded corners content panel with completely white background for header as well as bode? -
9 Jan 2009 9:55 AM
- Replies
- 4
- Views
- 2,191
Could someone help me with getting a Rounded ContentPanel background color to white completely?
It works fine when not applying ContentPanel.setFrame(true).
But I really want those round... -
3 Nov 2008 5:57 AM
Jump to post Thread: ext.ux.wizard.WizardWindow by majain
- Replies
- 46
- Views
- 41,982
I think here's how I made it worked.
When I download it, it's a .zip file.
I renamed it to .jar and then I was able to extract it successfully.
Sorry for the confussion. -
31 Oct 2008 5:38 PM
Jump to post Thread: ext.ux.wizard.WizardWindow by majain
- Replies
- 46
- Views
- 41,982
I was able to download it. However, when I try to open it I get the following error:
http://lh4.ggpht.com/_3iOLfU8RnDk/SQuycCHMz-I/AAAAAAAAAGg/uwB5PbhD7co/s144/WindowWizard.jpg -
30 Oct 2008 5:44 AM
Jump to post Thread: ext.ux.wizard.WizardWindow by majain
- Replies
- 46
- Views
- 41,982
It looks like the WindowWizard zip file is corrupted.
Grant - Can you please fix it? -
29 Oct 2008 10:45 AM
- Replies
- 5
- Views
- 1,432
Awesome.
You're great!!! -
29 Oct 2008 8:10 AM
- Replies
- 5
- Views
- 1,432
Is this released yet?
I don't see it working in FF 2.0.0.17. -
24 Oct 2008 5:29 AM
- Replies
- 1
- Views
- 971
I tried the following approaches to be able to display 'close' tool button on MessageBox, but none of them seem to be working:
MessageBox mb = new MessageBox();
// tried one of the... -
23 Oct 2008 4:29 AM
Jump to post Thread: Close Icon (X) for MessageBox by majain
- Replies
- 2
- Views
- 1,071
I really like to see Close icon (X) on the messageBox title bar as we normally see it in Windows apps.
Let me know if I'm missing anything.
Thanks. -
22 Oct 2008 8:20 AM
- Replies
- 1
- Views
- 758
Darell - Do you think you can answer this?
I really like to see Close icon (X) on the messageBox title bar as we normally see it in Windows apps.
Thanks. -
21 Oct 2008 6:53 PM
- Replies
- 1
- Views
- 758
It will be nice if MessageBox shows the Close icon (x) in it's title bar to close itself.
Does anyone know how to show Close icon (x) in the title bar of MessageBox?
It used to exist with... -
20 Oct 2008 5:14 PM
- Replies
- 7
- Views
- 8,781
Anyone has idea on how to set the maxlength html (prevent user from typing more than the length specified) attribute on TextField widget?
-
19 Oct 2008 6:07 AM
- Replies
- 5
- Views
- 3,442
Thanks for quick response.
So what's the use of TextField.setWidth(...) property? I mean when would we use TextField.setWidth(...) property?
Thanks,
Majain -
19 Oct 2008 6:05 AM
- Replies
- 7
- Views
- 8,781
In HTML, the maxlength attribute of a Textbox prevents user from typing texts greater than what is specified by maxlength attribute.
However, GXT's TextField.setMaxLength(...) method is used for... -
18 Oct 2008 6:23 PM
- Replies
- 5
- Views
- 3,442
I tried the following and seems to be working:
loginForm.add( txtLogin , new FormData(175, 22));
But I'm not sure why can't we use TextField.setWidth(...) property.
Any comments? -
18 Oct 2008 6:06 PM
- Replies
- 5
- Views
- 3,442
If I set the setFieldWidth property on FormPanel itself as below, it applies this width for all the form fields:
FormPanel.setFieldWidth( 50 );
How do I apply different widths to login... -
18 Oct 2008 5:43 PM
- Replies
- 5
- Views
- 3,442
I'm using gxt-1.1.1 release and the following code snippet doesn't seem to be setting the width of the TextField as coded:
FormPanel loginForm = new FormPanel();
loginForm.setHeading(... -
2 May 2008 7:22 AM
- Replies
- 14
- Views
- 3,921
Darell,
Do you think you can post the snapshot of your apache config that enables compression for Explorer demo?
Thanks. -
30 Apr 2008 2:12 PM
- Replies
- 14
- Views
- 3,921
Never mind. I'd screwed the logs and couldn't see the changes.
It looks much better now.
Thanks
Majain -
30 Apr 2008 11:59 AM
- Replies
- 14
- Views
- 3,921
I also added loggin as follows but the deflate.log is always empty.
DeflateFilterNote Input input_info
DeflateFilterNote Output output_info
DeflateFilterNote Ratio ratio_info
LogFormat '"%r"... -
30 Apr 2008 11:18 AM
- Replies
- 14
- Views
- 3,921
Awesome!!!
Btw, I've added the following lines to the end of conf/httpd.conf file but I see no difference in download time.
LoadModule deflate_module modules/mod_deflate.so
... -
30 Apr 2008 10:15 AM
- Replies
- 14
- Views
- 3,921
Darell,
Is it possible to configure the Explorer Demo website to use http compression either via using mod_deflate or other means?
This would help demonstrate how to boost performance of ... -
29 Apr 2008 7:44 PM
- Replies
- 14
- Views
- 3,921
I've added the following lines to the end of conf/httpd.conf file:
LoadModule deflate_module modules/mod_deflate.so
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE... -
29 Apr 2008 5:13 PM
- Replies
- 14
- Views
- 3,921
Thanks. I'll give a try.
Results 1 to 25 of 30
