Search Type: Posts; User: Kirua007
Search: Search took 0.03 seconds.
-
8 Oct 2010 2:01 AM
Jump to post Thread: Double DragSource problem by Kirua007
- Replies
- 4
- Views
- 688
Inside the drag start of panel 1 , I don't know How can I get the element ( source and component var are equals to ContentPanel)
-
8 Oct 2010 1:56 AM
Jump to post Thread: Double DragSource problem by Kirua007
- Replies
- 4
- Views
- 688
Thank you for your quickly answer.
How can I cancel the drag interaction of the panel 1 ?
Maybe, It's means that the drag source of Html know the dragsource of panel ? -
8 Oct 2010 1:09 AM
Jump to post Thread: Double DragSource problem by Kirua007
- Replies
- 4
- Views
- 688
Hi,
I have a problem with draggable elements :
I have a panel draggable which contains a Html element draggable too.
This 2 elements can be drag into a second panel with a drop target.
When... -
6 Oct 2010 12:58 AM
Jump to post Thread: GXT training by Kirua007
- Replies
- 1
- Views
- 1,302
Hi everybody,
I would like to know if GXT training exist ? (In France)
Thank you -
29 Jul 2010 12:57 AM
Jump to post Thread: Ext GWT 2.2 by Kirua007
- Replies
- 4
- Views
- 599
Thank you!
You are right, I forgot to search before post my question ... sorry -
28 Jul 2010 8:44 AM
Jump to post Thread: Ext GWT 2.2 by Kirua007
- Replies
- 4
- Views
- 599
Thank you
Must We have the commercial Licence to get it ? -
28 Jul 2010 8:40 AM
Jump to post Thread: Ext GWT 2.2 by Kirua007
- Replies
- 4
- Views
- 599
Hi,
Do you know the release date of Ext GWT 2.2 ?
Thank you -
18 Jun 2010 7:01 AM
- Replies
- 1
- Views
- 733
Hi,
I would like to know if some advanced functionnalities for Data Grid exists in GXT (in the free version or in the commercial version):
- Column draggable
- Filter on column (Filter field... -
3 Jun 2010 11:46 PM
- Replies
- 5
- Views
- 1,377
No answer .......
-
31 May 2010 8:40 AM
- Replies
- 4
- Views
- 1,398
I found the origin of the problem
My panel doesn't contain classic component but my own component which extend composite (of GWT librairie)
My component :
public class ComplexField extends... -
31 May 2010 5:50 AM
- Replies
- 4
- Views
- 1,398
All children of the panel in order to have a "blank" panel ...
-
31 May 2010 5:46 AM
- Replies
- 4
- Views
- 1,398
Hi,
I would like to knwo how can I remove a component from a panel:
I try this :
ContentPanel cp = (ContentPanel) this.getWidget();
cp.removeAll();
cp.layout(); -
14 May 2010 4:26 AM
- Replies
- 5
- Views
- 1,377
Anyone can help me please ?
-
12 May 2010 1:25 PM
- Replies
- 5
- Views
- 1,377
I try with the example provided on the web site. I just had a doubleClick Listener:
RootPanel root = RootPanel.get();
root.setSize("1200px", "800px");
LayoutContainer global =... -
12 May 2010 8:08 AM
- Replies
- 5
- Views
- 1,377
Hi,
I have a problem with LiveGrid and double click listener.
In the begining of my test, I had a Grid based on a grouping store with a grouping view. I attached a DoubleClick Listener. When I... -
11 May 2010 1:19 AM
- Replies
- 6
- Views
- 1,116
Thank you for your answer.
I Hope that this problem disappear with your version -
11 May 2010 1:11 AM
- Replies
- 6
- Views
- 1,116
Thank you for your answer
What is your version of GXT please ? -
11 May 2010 12:44 AM
- Replies
- 6
- Views
- 1,116
Hi,
About versions used :
FireFox 3.6
GWT 2.0.3
GXT 2.1.1
Thank you -
10 May 2010 2:30 AM
- Replies
- 6
- Views
- 1,116
Anyone can help me ?
We are in a testing phase of GXT before making a company choice and browsers compatibility problem is for us a very serious problem. -
10 May 2010 2:20 AM
Jump to post Thread: Javascript error on IE6 by Kirua007
- Replies
- 2
- Views
- 675
Hi Sven,
I build a testcase:
EntryPoint :
private final EKIPServiceAsync service = GWT
.create(EKIPService.class); -
10 May 2010 12:56 AM
Jump to post Thread: Javascript error on IE6 by Kirua007
- Replies
- 2
- Views
- 675
Hi,
I use ComboBox which are filled by a service calling. But, on IE6, I Have a Javascript error when I click on the comboBox for the first Time:
'shim' has a Null Value or isn't an object
... -
9 May 2010 11:34 PM
- Replies
- 6
- Views
- 1,116
Hi,
I Have a problem with the window component on Firefox. Its works perfectly on IE6 and Chrome
My problem is when I build my own window compenent with some textfield, numberfield,... : If I... -
23 Apr 2010 4:34 AM
- Replies
- 1
- Views
- 814
Solved !
textField = new TextField<String>();
textField.addListener(Events.Change, new Listener<BaseEvent>() {
@Override
public void handleEvent(BaseEvent... -
23 Apr 2010 2:57 AM
- Replies
- 1
- Views
- 814
Hi,
I try to make a personnal composite for currency field with one label
I create a Java Class extended Composite.
I try to use a afteredit listener for formatting text in the field. But,... -
22 Apr 2010 1:52 AM
Jump to post Thread: Build UI dynamic after RPC call by Kirua007
- Replies
- 2
- Views
- 903
It's works.:))
Thank you.
Results 1 to 25 of 34
