Search Type: Posts; User: Bouki
Search: Search took 0.02 seconds.
-
3 Jun 2011 3:12 AM
Jump to post Thread: Air viewport and panel by Bouki
- Replies
- 4
- Views
- 3,361
Thanks for your solution
I finally ended up with another issue
My final panel ("test") doesn't show !
Here is the code :
//at first
window = new Ext.air.Window({ -
30 May 2011 10:57 PM
Jump to post Thread: Air viewport and panel by Bouki
- Replies
- 4
- Views
- 3,361
my panel is as follows :
panel = new Ext.Panel({
layout: 'fit',
region: 'center',
monitorResize: true,
border:... -
30 May 2011 8:36 AM
Jump to post Thread: Air viewport and panel by Bouki
- Replies
- 4
- Views
- 3,361
Hi
I want to have a panel fitting my viewport.
Previously I had :
var window = new Ext.air.Window({
//...
items:[panel]
}); -
2 May 2011 2:03 AM
Jump to post Thread: Update for extjs 4 ? by Bouki
- Replies
- 5
- Views
- 5,807
Hi
Is there any update for extjs 4 foreseen ?
And if yes when ?
Thanks -
15 Apr 2011 12:23 AM
- Replies
- 0
- Views
- 422
Hi
I would like to know if it's possible to move a node in a TreePanel with a function.
My use case is that the user click on a button, then the list should be reordered by swapping the order of... -
15 Mar 2011 1:03 AM
Jump to post Thread: Panel fitting to the screen by Bouki
- Replies
- 1
- Views
- 772
Hi
Is it possible to make a panel fitting to the screen (but without use of viewport)
This is a design purpose, I've a header and footer bar that I can't remove, however the center of the screen... -
10 Mar 2011 3:50 AM
Jump to post Thread: TabPanel with differents size by Bouki
- Replies
- 1
- Views
- 443
Hi
I've a TabPanel fitting the screen wich contains multiple panels
I would like to set size for one of that panel only (and if tabpanel is too small, then use scroll because content can't be... -
25 Feb 2011 1:01 AM
Jump to post Thread: grid and newly inserted rows by Bouki
- Replies
- 3
- Views
- 555
is there any format I should use to do this ?
also, what is the function used by extjs to apply the new id ? -
24 Feb 2011 8:46 AM
Jump to post Thread: grid and newly inserted rows by Bouki
- Replies
- 3
- Views
- 555
hi
I have a grid editor with crud and I would like to know how can I manage newly inserted rows.
Crud does things well but does not store the id generated by db when inserting rows
this causes... -
22 Feb 2011 1:05 AM
- Replies
- 2
- Views
- 599
any idea on how to refresh the grid in order to refresh ids of newly inserted rows ?
-
18 Feb 2011 4:56 AM
- Replies
- 1
- Views
- 1,590
Hi
I am encountering an issue with treepanel on air
My code is working as expected in a web browser, however in air this doesn't work
I have this error :
[app:/application.html#] Error: Adobe... -
18 Feb 2011 2:10 AM
- Replies
- 2
- Views
- 599
after somes searchs I resolved the issue of removing rows
it was caused by save() method wich was receiving an error message from server and then was invaliditing changes to the grid
however I... -
17 Feb 2011 8:52 AM
- Replies
- 2
- Views
- 599
Hi
I've a grideditor and a store with reader and writer
It works fine except for two things :
- when adding new results, all works as expected, however when trying to update the cell after that,... -
14 Feb 2011 12:53 AM
- Replies
- 4
- Views
- 1,269
Hi
After viewing your post, I tried your solution
However it requires somes adaptations to work with row editor
when trying to add more than 1 column, row editor is broken
also when adding only 1... -
11 Feb 2011 3:59 AM
- Replies
- 4
- Views
- 1,269
after somes testing I determined that calling :
grid.reconfigure(store, colModel);
causes row editor to render improperly (don't know why).
there are 2 cases :
- if store and colModel remains... -
10 Feb 2011 7:47 AM
- Replies
- 4
- Views
- 1,269
Hi
I'm working on a custom row editor like this one :
http://dev.sencha.com/deploy/dev/examples/grid/row-editor.html
So it works great for now, but I'm encoutering some issues while adding... -
13 Jan 2011 2:33 AM
- Replies
- 1
- Views
- 2,062
Hi
Is there a way to load dynamically content inside a window created with Ext.air.NativeWindow
For instance, my main window has 2 buttons.
I'd like that when you click on button 1, inside... -
7 Jan 2011 3:29 AM
Jump to post Thread: Calling multiple windows by Bouki
- Replies
- 4
- Views
- 1,807
I'm also looking for a way to transmit datas between my windows, by passing them to the constructor
for instance I would like to do new Test.Window{variables: {a: 1, b: 2}}; and then be able to... -
6 Jan 2011 8:39 AM
Jump to post Thread: Calling multiple windows by Bouki
- Replies
- 4
- Views
- 1,807
thanks a lot, this is exactly what I was looking for
and sorry for my mistake in the explaination -
6 Jan 2011 6:40 AM
Jump to post Thread: Calling multiple windows by Bouki
- Replies
- 4
- Views
- 1,807
Hi
I'm looking for a way to construct windows with custom additionnal dom on load and possibilities to bind event (for a common toolbar)
I tried to achieve this by extending the... -
30 Dec 2010 4:33 AM
Jump to post Thread: Custom drag with DDproxy by Bouki
- Replies
- 1
- Views
- 1,095
Hi
I'm new to extjs and I would like to know how to make a custom dragging
Here is my case :
<div id = "content" style = "background: #09F; width: 400px; height: 300px;">
<div id =...
Results 1 to 21 of 21
