Search Type: Posts; User: hicker
Search: Search took 0.01 seconds.
-
7 Aug 2007 10:26 PM
Jump to post Thread: [Ext 2.0] Summary Grid Sample by hicker
- Replies
- 14
- Views
- 4,632
thanks for your advice. i'll look into it
-
6 Aug 2007 2:23 AM
Jump to post Thread: [Ext 2.0] Summary Grid Sample by hicker
- Replies
- 14
- Views
- 4,632
Here is a sample of summary grid with Ext 2.0 .
Some bugs:
1-Scrolling the columns in IE have some bug (Header text not scrolling with columns).
If you dont have Ext 2.0 you cant run it. -
6 Jun 2007 3:53 AM
Jump to post Thread: missing semi-colons in 1.1 Beta 1 by hicker
- Replies
- 0
- Views
- 700
hi,
there are missing semi-colons in code. please correct these lines in library. javascript packers dont work while semi-colons are missing...
source/widgets/form/Combo.js,line:... -
24 May 2007 10:42 PM
Jump to post Thread: flash z-index problem by hicker
- Replies
- 5
- Views
- 5,724
here is the solution:
add this line to flash object's params:
<param name="wmode" value="opaque">
and this parameter to <embed... tag
wmode="opaque" -
24 May 2007 7:38 AM
Jump to post Thread: flash z-index problem by hicker
- Replies
- 5
- Views
- 5,724
hi,
i've a flash animation in the center of the page and i'm showing a basic dialog. but flash stays on top of dialog. i've tried to give z-index to flash object's style, and
Ext.useShims = true;... -
14 May 2007 12:39 AM
Jump to post Thread: can't stop element animation by hicker
- Replies
- 0
- Views
- 837
hi i'm moving an element with animation with this code
this.opt = {duration:.15};
this.el.move(this.direction, this.moveSize, this.opt);
and i'm trying to stop the animation with move but... -
12 May 2007 3:12 AM
Jump to post Thread: problem with Ext.menu.Menu height by hicker
- Replies
- 1
- Views
- 1,056
hi,
i have a menu in layoutdialog. menu's height is bigger than dialog's height. is there a config option in menu for showing up-down scrollers. -
4 Apr 2007 6:40 AM
Jump to post Thread: JSBuilder turkish character set by hicker
- Replies
- 0
- Views
- 1,060
hi,
JSBuilder is clearing turkish characters such as "ğ -
27 Mar 2007 12:07 AM
- Replies
- 0
- Views
- 1,602
hi i'm trying to set NumberField's decimalSeperator to ",". but in firefox dot is always allowed by the NumberField because of e.getKey is 46 for delete key and dot key. i've looked to...
-
20 Mar 2007 2:47 AM
- Replies
- 1
- Views
- 2,502
hi again,
i found the parameters:
fn(item,key) -
20 Mar 2007 1:21 AM
- Replies
- 1
- Views
- 2,502
hi
can anybody give a simple example about using Ext.util.MixedCollection.find method?
i've read the documentation and it says
public function find(Function fn, [Object scope])
Parameters:
... -
17 Mar 2007 12:25 AM
Jump to post Thread: gridview error: re is not defined by hicker
- Replies
- 3
- Views
- 2,173
oopss.. sory friends. my mistake. i was using rev3. now updated and problem has gone. thank you
-
16 Mar 2007 6:14 AM
Jump to post Thread: gridview error: re is not defined by hicker
- Replies
- 3
- Views
- 2,173
hi i'm using 1.0a rev4
when i try to delete a row from grid with this code
this.codesDataSource.remove(codesgrid.getSelectionModel().getSelected());
i get this error :
... -
16 Mar 2007 5:55 AM
Jump to post Thread: Parent for Basic Dialog by hicker
- Replies
- 1
- Views
- 1,191
hi milinda,
take a look at this http://www.yui-ext.com/forum/viewtopic.php?t=3828
for using it include new basicdialog.js after ext-all.js and set the parent option of your dialog to content panels... -
13 Mar 2007 8:32 AM
Jump to post Thread: parent of BasicDialog by hicker
- Replies
- 0
- Views
- 2,547
hi,
when using dialogs in content panels, dialogs are opening for full document. modal mask covers entire area and dialog can be moved anywhere in the document (even outside of owner panel). i've... -
10 Mar 2007 4:17 AM
Jump to post Thread: how to auto resize a BorderLayout by hicker
- Replies
- 3
- Views
- 2,979
hi,
i find a solution about this problem, so here it is:
first i've added these functions to Ext.ContentPanel
Ext.ContentPanel.prototype.convertToNested = function(layout){
this.layout =... -
9 Mar 2007 4:32 AM
Jump to post Thread: Adding a record when xml is empty? by hicker
- Replies
- 4
- Views
- 2,358
i made what i want with this code..
var r=new Ext.data.Record({id:0,code_type:edt_code_type.el.dom.value,code:edt_code.el.dom.value});
codes_ds.add([r]); -
9 Mar 2007 3:25 AM
Jump to post Thread: how to auto resize a BorderLayout by hicker
- Replies
- 3
- Views
- 2,979
thanks but i'm calling second layout dynamically with this code
addTab : function(){
if(panelLayout.getRegion('center').getPanel('page'+this.id)){... -
9 Mar 2007 3:11 AM
Jump to post Thread: Adding a record when xml is empty? by hicker
- Replies
- 4
- Views
- 2,358
thanks for the reply.
i'm new to yuiext and couldn't understand the type of showGridContactAddress. -
8 Mar 2007 11:25 AM
Jump to post Thread: how to add a row to grid by hicker
- Replies
- 0
- Views
- 856
hi
i'm using 1.0 alpha 3 and get records with xml
codes_ds = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({url: 'katalogcodes.php'}),
reader: new Ext.data.XmlReader({
root:... -
8 Mar 2007 10:59 AM
Jump to post Thread: Adding a record when xml is empty? by hicker
- Replies
- 4
- Views
- 2,358
hi frank, did you find a solution for this problem?
-
8 Mar 2007 6:33 AM
Jump to post Thread: how to auto resize a BorderLayout by hicker
- Replies
- 3
- Views
- 2,979
hi i've a BorderLayout contains west and center panels. in west panel i've a menu and in center i open pages in tabs. i'm opening a page in center tab which has a BorderLayout with north and center...
-
27 Feb 2007 6:59 AM
Jump to post Thread: update manager and character set by hicker
- Replies
- 7
- Views
- 3,977
ok i found it finally..i was missing a simple line
Response.CharSet="windows-1254" -
27 Feb 2007 6:50 AM
Jump to post Thread: update manager and character set by hicker
- Replies
- 7
- Views
- 3,977
thanx for your reply animal. can u pls give me a simple example asp script for sending content containing turkish characters.
like this
<%
response.write "şığüçö"
%> -
27 Feb 2007 1:04 AM
Jump to post Thread: update manager and character set by hicker
- Replies
- 7
- Views
- 3,977
hi again
i found a solution with the code below:
updater.setDefaultUrl('taslak.html');
updater.refresh();
updater.transaction.conn.overrideMimeType('text/html; charset=iso-8859-9');
Results 1 to 25 of 37
