Search Type: Posts; User: Mike_javaJunior
Search: Search took 0.06 seconds.
-
6 May 2013 6:03 AM
- Replies
- 0
- Views
- 164
I have an app where I create a dialog box if one button clicked. But then, when I created buttons like this:
Dialog.setButtons(Dialog.OKCANCEL) how to handle the event that the "ok" Button is... -
11 Mar 2013 3:30 AM
- Replies
- 3
- Views
- 459
this seems to me that I've found the part of the answer at: http://stackoverflow.com/questions/10575430/straightforward-example-for-loading-data-into-a-sencha-gxt-3-0-liststore-using/10577161#10577161
-
7 Mar 2013 12:05 AM
- Replies
- 3
- Views
- 459
you are right. It would be very nice of sencha to produce something like a table which shows how main classes of sencha match to the classes from com.extjs package. or how to realise the main...
-
6 Mar 2013 3:53 AM
- Replies
- 3
- Views
- 459
Hi. I'm trying to change the gxt version of my application from 2.2 to 3.0.1 and this made me a lot of trouble. GXT 3 is designed to make the ui better and developer's life easer, but I don't agree...
-
27 Feb 2013 10:06 PM
Jump to post Thread: ListView Template by Mike_javaJunior
- Replies
- 3
- Views
- 685
Thank you very much. You helped me a lot. You said to add that to the css, but I didn't manage to do this. I mean, it doesn't work, but I added that I need to the template like:
'<div... -
26 Feb 2013 3:58 AM
Jump to post Thread: AsyncCallback by Mike_javaJunior
- Replies
- 1
- Views
- 484
Oh, the solution differs from what I thought. But I've found it
-
26 Feb 2013 12:50 AM
Jump to post Thread: ListView Template by Mike_javaJunior
- Replies
- 3
- Views
- 685
and how to configure the template. for example what shall I do to make my page look like buttons and not like lines?
look:
42052
when I'd like it to look like:
42053
here is the code:
public... -
26 Feb 2013 12:40 AM
Jump to post Thread: Waitng by Mike_javaJunior
- Replies
- 1
- Views
- 438
Thank you all.))) I've found the solution. to repeat somthing in gwt use timer.scheduleRepeating()
-
26 Feb 2013 12:38 AM
Jump to post Thread: LineChartBuilder by Mike_javaJunior
- Replies
- 3
- Views
- 543
I was wrong. It's little easyer to create such a chart
-
21 Feb 2013 6:03 AM
- Replies
- 1
- Views
- 616
maybe by a more powrful machine?
-
21 Feb 2013 6:01 AM
- Replies
- 1
- Views
- 532
how abot to put your code
setFrame(true); //This doesn't work
setCollapsible(true); setWidth(300); //This crashes UI final TextField<String>... -
21 Feb 2013 5:56 AM
Jump to post Thread: Waitng by Mike_javaJunior
- Replies
- 1
- Views
- 438
I need to repeat a small amount of code with 1 second delay
here is my code
public class ExampleChart extends ContentPanel{
ArrayList<String> timeList = new ArrayList<String>();
... -
20 Feb 2013 11:45 PM
Jump to post Thread: AsyncCallback by Mike_javaJunior
- Replies
- 1
- Views
- 484
Hi everyone!
Using rpc I call the method which must return Long type.
private final ServerManagementAsync serverManagementSvc = GWT.create(ServerManagement.class);
public ContentPanel... -
20 Feb 2013 10:49 PM
Jump to post Thread: LineChartBuilder by Mike_javaJunior
- Replies
- 3
- Views
- 543
but it is the only suggestion given by ide on the word Line. There is no spesial imports so I guess it is from com.extjs.gxt.charts.client.Chart;
-
19 Feb 2013 2:59 AM
Jump to post Thread: LineChartBuilder by Mike_javaJunior
- Replies
- 3
- Views
- 543
As I understand to create a lineChart I need to call LineChartBuilder which needs 3 parameters: X,Y,B. what are these parameters? How to deal with LineChart?
Or where to look for information. -
19 Feb 2013 1:26 AM
- Replies
- 1
- Views
- 386
OMG!!! it's so fun...))) I've forgotten I work with flash and I didn't have adobe flash plugin for the browser))) So, again I worked it out myself. It's very useful to post the porblem to the frum....
-
18 Feb 2013 4:32 AM
- Replies
- 3
- Views
- 2,968
the main problem that it's quite impossible to find any documentation for GXT 2.. you can only find some odds and ends and try to gather them together. the things like that you are talking about we...
-
18 Feb 2013 4:23 AM
- Replies
- 1
- Views
- 558
It is most likely that you need to install the elder plugin for eclipse. this must work.
-
18 Feb 2013 4:03 AM
- Replies
- 1
- Views
- 386
Hi everyone.
I'm trying to make a simple example of chart just to see it works but it doesn't.
help me please. here is the code:
public class ExampleChart extends ContentPanel{
public... -
18 Feb 2013 3:54 AM
- Replies
- 1
- Views
- 851
maybe it's too simple, but I had such problem when trying to run my project withou recompiling.(I use maven). when I packaged it, everything appeared.
-
18 Feb 2013 3:49 AM
- Replies
- 1
- Views
- 437
Oh! thank you all. I've found the solution myself.
my problem was that this way is wrong. to add an icon to the button I need to use button.setIconStyle() and that's it. everything is simple and... -
14 Feb 2013 4:19 AM
- Replies
- 1
- Views
- 437
the problem is that when I'm trying to set the icon for the button with
button.setIcon()
it asks for something that I cant understand what is it.
it asks for AbstractImagePrototype
I'm trying to... -
14 Feb 2013 12:17 AM
- Replies
- 3
- Views
- 535
I don't know how it happened, but now it works. I guess it's a maven problem. I've made maven packaging a couple of times and... ta-da.
The more I work with gxt the more I wonder. I can make some... -
12 Feb 2013 3:56 AM
- Replies
- 3
- Views
- 535
I'm trying to add a new item to the content panel but can't
class NavigationPanel extends ContentPanel { private final TreeStore<ModelData> treeStore = new TreeStore<ModelData>();
... -
12 Feb 2013 12:21 AM
Jump to post Thread: EventType in gxt3 by Mike_javaJunior
- Replies
- 1
- Views
- 344
I'm trying to change gxt in my application from 2.2 to 3.0
as i've found EventType doesn't exist in gxt3
how can I replace such an easy
final EventType type = event.getType();
Results 1 to 25 of 32
