Search Type: Posts; User: harun
Search: Search took 0.03 seconds.
-
18 May 2013 12:40 AM
Jump to post Thread: Callback from Javascript by harun
- Replies
- 1
- Views
- 309
Hi All,
I must communicate applet by javascript api.
If Applet has any action, applet call javascript function webphonetojs(varr);
At this point I must callback this varr from GWT method, to... -
23 Apr 2013 1:08 AM
Jump to post Thread: GXT 3.0.4 Available by harun
- Replies
- 5
- Views
- 2,133
Hi Darrell,
when will you put Turkish translation?
I'm waiting it for 2 years.
I've already sent it my translation document to you.
Now I attached again. Please put this. -
20 Feb 2013 4:06 AM
- Replies
- 3
- Views
- 957
You're welcome.
-
5 Feb 2013 4:19 AM
- Replies
- 3
- Views
- 957
Hi,
your layout is wrong, try FormLayout like following:
41680
package ms.gwt.sample.client; -
30 Jan 2013 12:21 AM
Jump to post Thread: new chrome 24.X version problems by harun
- Replies
- 14
- Views
- 1,901
Colin, they're too late aren't they?
so unlucky to me, I have already solved it...
Forget whatever... -
29 Jan 2013 7:48 AM
Jump to post Thread: new chrome 24.X version problems by harun
- Replies
- 14
- Views
- 1,901
Hi Colin,
thanks for your detailed explanation,
I scanned my projects from beginning to end, at last I found the cause of this warning.
I used NamedFrame when I download a file, with hidden... -
15 Jan 2013 6:15 AM
Jump to post Thread: new chrome 24.X version problems by harun
- Replies
- 14
- Views
- 1,901
Yes, it is working like a charm,
But as I already mentioned, it is only warning, not error
I think it is not important, -
15 Jan 2013 5:36 AM
Jump to post Thread: new chrome 24.X version problems by harun
- Replies
- 14
- Views
- 1,901
Hi baze,
are you using GXT 2.2.5 and GWT 2.5.0? -
15 Jan 2013 3:38 AM
Jump to post Thread: new chrome 24.X version problems by harun
- Replies
- 14
- Views
- 1,901
Log Level: Info,
Output style: Obfuscated and Pretty -
14 Jan 2013 11:26 PM
Jump to post Thread: new chrome 24.X version problems by harun
- Replies
- 14
- Views
- 1,901
Hi Colin,
you're right, but after using GWT 2.5.0 I received this warning message while compile, is it important or is there any solution for this?
[java] Computing all possible rebind... -
14 Jan 2013 7:56 AM
Jump to post Thread: new chrome 24.X version problems by harun
- Replies
- 14
- Views
- 1,901
Hi ,
try this, Workaround in comment 27 works very well.
http://code.google.com/p/chromium/issues/detail?id=158910 -
26 May 2012 4:26 AM
Jump to post Thread: Dynamic Variables by harun
- Replies
- 0
- Views
- 464
is there any way that some parameter can changable after gwt compilation.
for example I have an HOST parameter. and this HOST may change after a few days later.
Host="www.abc.com";
one yeare... -
24 May 2012 6:59 AM
Jump to post Thread: encodedRequest cannot be empty by harun
- Replies
- 0
- Views
- 649
Hi Developer Team,
sometimes I'm seeing this log error. What can I do to avoid it?
I'm waiting for your reply,
16:57:20,545 ERROR... -
24 May 2012 5:05 AM
Jump to post Thread: Grid trouble in Chrome 19 by harun
- Replies
- 16
- Views
- 4,872
thanks maticpetek , it is alse worked for me.
-
22 May 2012 11:22 PM
Jump to post Thread: Grid trouble in Chrome 19 by harun
- Replies
- 16
- Views
- 4,872
I'm waiting the solution impatiently,
it is really bother me for a week. -
20 May 2012 11:13 PM
Jump to post Thread: EXT GWT Wizard Component by harun
- Replies
- 2
- Views
- 1,342
you're welcome
-
15 May 2012 11:46 PM
- Replies
- 6
- Views
- 1,323
Same issue, are there any development?
Especially new chrome browser updated, firefox and ie works good. -
11 May 2012 5:38 AM
Jump to post Thread: RowExpander Ajax Request by harun
- Replies
- 4
- Views
- 1,324
You're welcome,
I used this widget but it is too slow for me,
I made my own solution.
Maybe it is give you an idea for your own solution -
11 May 2012 5:31 AM
Jump to post Thread: EXT GWT Wizard Component by harun
- Replies
- 2
- Views
- 1,342
You must look this: Wizard Panel
http://www.sencha.com/forum/showthread.php?83995-WizardPanel&highlight=wizard
It is just for you. -
8 May 2012 6:49 AM
Jump to post Thread: Download link to a file with Button by harun
- Replies
- 1
- Views
- 752
it is so easy:
Button button = new Button( "Download" );
button.addSelectionListener( new SelectionListener<ButtonEvent>() {
@Override
... -
8 May 2012 6:42 AM
Jump to post Thread: RowExpander Ajax Request by harun
- Replies
- 4
- Views
- 1,324
Hi,
I can reccommend you to override method:
new RowExpander() {
@Override
protected boolean beforeExpand(ModelData model, Element body, El row, int rowIndex) {
// write... -
26 Apr 2012 4:45 AM
Jump to post Thread: GXT aplet integration by harun
- Replies
- 2
- Views
- 600
There is an existing project very useful, I have already used it: GWTAI
http://code.google.com/p/gwtai/ -
17 Apr 2012 10:32 PM
Jump to post Thread: RPC Call Read Timed Out Error by harun
- Replies
- 0
- Views
- 606
Hi I sometimes get following error on jboss log.
Is there anyone know this?
Exception while dispatching incoming RPC call: ClientAbortException: java.net.SocketTimeoutException: Read timed... -
1 Apr 2012 11:18 PM
Jump to post Thread: use themes access and slate by harun
- Replies
- 1
- Views
- 622
STEP 1 -> Add the following entry to you projects module xml file.
<inherits name='com.extjs.gxt.themes.Themes' />
STEP 2 -> Add combobox where you want to see it
ThemeSelector... -
30 Mar 2012 11:58 PM
- Replies
- 2
- Views
- 414
can you post fully your code, I couldn't understand why layout is slow.
Normally it must be fast. I used it milllions times.
Results 1 to 25 of 99
