Search Type: Posts; User: alei.alhepSoft
Search: Search took 0.02 seconds.
-
17 Aug 2011 6:33 PM
- Replies
- 1
- Views
- 1,377
Alei,
The component is adding the item but is not redrawing.
For make redraw do the next:
sprite = this.surface.add({
type: 'circle',
fill: '#FF8040',
radius: 50,
x: 100, -
17 Aug 2011 1:19 PM
- Replies
- 1
- Views
- 1,377
Hellow!
I'm migrating my application from ExtJs 3 to ExtJs 4.
For drawing in my application I was using Raphael, now I want use the API of drawing that comes with ExtJs 4.
My problem is that I... -
22 Sep 2010 1:11 PM
Jump to post Thread: Exportation in ExtJs by alei.alhepSoft
- Replies
- 3
- Views
- 828
Hi,
I need export data to xls with javascript, i was searching an i found this
however I think that only works for static data, and all the information is in one link!
I think is posible export to... -
12 Sep 2010 5:18 PM
Jump to post Thread: DIMENSIONS WITH ExtJs by alei.alhepSoft
- Replies
- 1
- Views
- 767
Hellow guys
Would I dimension a Ext.Panel using centimeters? -
9 Sep 2010 9:31 AM
Jump to post Thread: TreeGrid and ComboBox by alei.alhepSoft
- Replies
- 3
- Views
- 1,267
I think there is not a EditorTreeGrid in ExtJs but yes in ExtGWT.If you want a combobox in the treegrid you have to make a EditorTreeGrid extending of the TreeGrid.
-
6 Sep 2010 10:08 AM
Jump to post Thread: ExtJS + Raphael by alei.alhepSoft
- Replies
- 23
- Views
- 6,638
witch you think is most fast raphael or flash?
-
6 Sep 2010 8:32 AM
- Replies
- 4
- Views
- 824
forceLayout to true yes,deferLayout to true no,but I think that the tabPanel don't make the doLayout well because the shallow parameter in the doLayout method is in false, when I put it in true all...
-
5 Sep 2010 2:34 PM
- Replies
- 4
- Views
- 824
Do the next:
1. Make a TabPanel "tabPanel" with two tabs and in each tab put a ToolBar with buttons.
2. Make a viewport with "tabPanel" as north region.
3.Run in a browser(I see that happend the... -
4 Sep 2010 4:51 PM
- Replies
- 4
- Views
- 824
Hi there!
I think that there is a problem in the tabPanel doLayout method, becouse when I have a TabPanel in the north region of a viewport when the window is resized and then back to the initial... -
29 Aug 2010 3:33 PM
Jump to post Thread: Interesting diagram by alei.alhepSoft
- Replies
- 4
- Views
- 1,119
Java is the best program language I agree in that but with ExtJs the JavaScript is a rival of Java(for many web solutions)
-
29 Aug 2010 3:29 PM
Jump to post Thread: Ext destruction by alei.alhepSoft
- Replies
- 7
- Views
- 988
What strange, Ext.destroy is not removing listeners.So before destroying the object I use the method "un".
Then of that seem certaing that the object is removed. Do you think the object is really... -
29 Aug 2010 5:59 AM
Jump to post Thread: Ext destruction by alei.alhepSoft
- Replies
- 7
- Views
- 988
thks for fix the format Animal,I was very hurry when I post it.
the code of my last post create a subclass of Ext.Observable and listen the beforecollapse event of a panel.
When I test the class... -
28 Aug 2010 4:36 PM
Jump to post Thread: Ext destruction by alei.alhepSoft
- Replies
- 7
- Views
- 988
ok Animal. but I have another question, when I have this:
myObservable = Ext.extend(Ext.util.Observable,{
constructor : function(cfg){Ext.aply(this,cfg)},
setPanel : function(p){
... -
27 Aug 2010 6:02 PM
Jump to post Thread: Ext destruction by alei.alhepSoft
- Replies
- 7
- Views
- 988
Why when I destroy an Ext.Observable object using Ext.destroy the object follow feeling events?
-
27 Aug 2010 6:00 PM
Jump to post Thread: ExtJS + Raphael by alei.alhepSoft
- Replies
- 23
- Views
- 6,638
Raphael is good but uses SVG and is very slow for many many data as for example big maps. For the other hand Raphael is good for charts becouse you dont have to program the sensybility of the...
-
23 Aug 2010 4:37 AM
Jump to post Thread: button icons problem by alei.alhepSoft
- Replies
- 2
- Views
- 691
the icons of the buttons are allways small. I want put a icon of an image more big.
I try to hange the scale to large but that follows being so small.
How would I make for that Ext don't change... -
22 Aug 2010 4:50 AM
- Replies
- 3
- Views
- 989
Thkz animal.
In that example you are applying the events to the canvas. I'm aplying the events to a svg element.
How do you make for that the menu appear when you right click on a sector?
Why my... -
21 Aug 2010 6:15 PM
- Replies
- 10
- Views
- 2,664
I really want that shirt!
-
21 Aug 2010 6:13 PM
- Replies
- 2
- Views
- 1,747
Manage Raphel Objects is as you was working with DOM elements. you would use the Ext.Element and Ext.EventManager for help you.
-
21 Aug 2010 6:10 PM
- Replies
- 7
- Views
- 881
...and about the pressed button?
when I ask for event.button I Obtein different values foreach browser, and some as Chrome gives me the same value of the left button and the middle button. -
21 Aug 2010 6:04 PM
- Replies
- 3
- Views
- 989
Hellow!
I'm using Raphael with Ext and I want add a event to svg object that raphael dont support.
I'm doing :
var canvas = new Raphael("myDiv",640,480);
var c = canvas.circle(100,100,100);... -
20 Aug 2010 4:19 PM
Jump to post Thread: mandatory fields by alei.alhepSoft
- Replies
- 12
- Views
- 4,003
I think you are asking for the allowblank proppertye. Is that?
-
20 Aug 2010 4:16 PM
Jump to post Thread: IDE for ExtJS by alei.alhepSoft
- Replies
- 14
- Views
- 4,073
I use DW with a plugin. For me that is enought, because I know so well Ext. But there are another better IDs. I think there is a spket id for Ext 2. You can use NetBeans too. Some peaple think that...
-
20 Aug 2010 11:08 AM
- Replies
- 7
- Views
- 881
When I use:
el.on('mousemove',function(e){
var x = e.getX();
})
the x that I obtain is relative to the dom, How would I do if I need the coords relative to the Element? -
20 Aug 2010 6:14 AM
- Replies
- 10
- Views
- 4,133
I'm too working with ExtJs and Raphael the results are wonde-rfull
Results 1 to 25 of 35
