Search Type: Posts; User: Arikon
Search: Search took 0.02 seconds.
-
15 Jun 2007 11:45 AM
Jump to post Thread: Safari for windows by Arikon
- Replies
- 10
- Views
- 2,620
Apple's Safari Beta is totally useless for non-english users. It has awful bugs with rendering of cyrillic fonts, for example. 2-days-later update didn't fix none of that issues.
-
13 Jun 2007 11:42 AM
Jump to post Thread: Safari for windows by Arikon
- Replies
- 10
- Views
- 2,620
Safari 3 is still Alpha. Things may change with final release.
-
26 Apr 2007 4:11 AM
- Replies
- 8
- Views
- 23,809
1. maxLength is already handled the right way (the way it handled by browser is not very good, because you can't, for example, paste long text line to TextField and then cut out some not needed...
-
20 Apr 2007 10:29 AM
Jump to post Thread: Putting sounds in Ext apps by Arikon
- Replies
- 18
- Views
- 5,542
nhausig, try to disable Firebug and test it again. Say if it helps.
-
19 Apr 2007 6:59 AM
Jump to post Thread: Combobox reset() by Arikon
- Replies
- 1
- Views
- 2,554
I've found a little bug.
I have such code in Combobox config
var combo = new Ext.form.ComboBox({
...
emptyText: 'Choose value',
valueNotFoundText: 'Value is incorrect!'
}); -
19 Apr 2007 4:34 AM
Jump to post Thread: Efficient JavaScript (article) by Arikon
- Replies
- 9
- Views
- 2,317
Efficient JavaScript - an article from developers of Opera browser.
It will be usefull to all JavaScript devs (junior and senior), who have not read it yet.
... -
16 Apr 2007 2:28 AM
Jump to post Thread: Happy birthday jack!! by Arikon
- Replies
- 43
- Views
- 7,576
Happy Birthday, Jack! Best wishes to you and your family!
-
12 Apr 2007 10:23 AM
- Replies
- 15
- Views
- 28,935
That is possible only with Flash, JavaApplet or other client side dynamic objects. But not possible with simple JavaScript because of security. You can't assign value field to input type=file with...
-
12 Apr 2007 10:06 AM
Jump to post Thread: Dynamic Grid by Arikon
- Replies
- 33
- Views
- 45,971
Enrico, how about custom renderers?
-
12 Apr 2007 4:54 AM
Jump to post Thread: loadmask by Arikon
- Replies
- 8
- Views
- 2,055
sonic64, and quote Loading... string.
"Loading..." -
11 Apr 2007 10:19 AM
Jump to post Thread: Beta 2 is up - READ ME by Arikon
- Replies
- 19
- Views
- 3,594
yogurtearl,
Oh, my fault, sorry...
I was chechick forms, and found, thar clicking on labels doen's focuses controls.
And was trying to find, why it it happend, and, found not the right place.... -
11 Apr 2007 3:04 AM
Jump to post Thread: Beta 2 is up - READ ME by Arikon
- Replies
- 19
- Views
- 3,594
Where to write bugs? I have one to report.
source/widgets/form/Layout.js
var t = new Ext.Template(
'<div class="x-form-item">',
//'<label for="{0}"... -
11 Apr 2007 2:13 AM
Jump to post Thread: Forms - Tab Order by Arikon
- Replies
- 6
- Views
- 5,381
May be own component, that would manage tab order feature, is needed?
-
11 Apr 2007 1:56 AM
Jump to post Thread: 英文不好,我用中文,大家看得懂吗? by Arikon
- Replies
- 43
- Views
- 19,929
lws, this is an English forum. Translate your message to english, if you want to get an answer on it.
-
10 Apr 2007 10:20 PM
Jump to post Thread: Ext JS 3.1 FINAL Available by Arikon
- Replies
- 120
- Views
- 137,532
Jack,
For what date releasing of Beta 2 is scheduled?
Thank you. -
10 Apr 2007 6:57 AM
Jump to post Thread: Close layout dialog by Arikon
- Replies
- 6
- Views
- 1,420
bessem, I don't know API of YUI-ext previous to 1.0 version. So, I can't help you.
Why not to upgrade Ext to 1.0 Beta 1? -
10 Apr 2007 5:39 AM
Jump to post Thread: ComboBox on the fly by Arikon
- Replies
- 2
- Views
- 1,939
Try to apply ComboBox to simple input text field, not select.
-
10 Apr 2007 5:34 AM
Jump to post Thread: Close layout dialog by Arikon
- Replies
- 6
- Views
- 1,420
Please give your piece of code. No telepates here =)
-
10 Apr 2007 4:43 AM
Jump to post Thread: Border layout within a tab panel by Arikon
- Replies
- 4
- Views
- 1,435
Try to use NestedLayoutPanel instead of ContentPanel.
var layout = new Ext.BorderLayout(container, this.config.layoutConfig);
//...
var panel = new Ext.NestedLayoutPanel(layout,... -
10 Apr 2007 3:09 AM
Jump to post Thread: Dymamic code loading by Arikon
- Replies
- 14
- Views
- 8,589
I've found it:
http://extjs.com/forum/showthread.php?p=16714 -
9 Apr 2007 6:42 AM
Jump to post Thread: ext-1.0-alpha3 and getEL().dom.src by Arikon
- Replies
- 3
- Views
- 1,912
Try
Ext.get('cpMain').dom.src= 'http://www.yahoo.lcom/; -
9 Apr 2007 3:55 AM
- Replies
- 4
- Views
- 1,724
Try this:
{"totalCount":0,"data":[]} -
9 Apr 2007 1:42 AM
- Replies
- 4
- Views
- 1,303
Please, don't mix up client side and server side runtime.
PHP is a server side script language and it doesn't correlise with Ext's BorderLayout at all.
That's why you can't "pass PHP variables... -
8 Apr 2007 1:15 PM
Jump to post Thread: Live Search not paging? by Arikon
- Replies
- 27
- Views
- 4,068
xmrcivicboix, you must escape all vars before using them in SQL query.
Use mysql_real_escape_string() like this:
$query_string = mysql_real_escape_string($query_string);
If you expect INTEGER... -
8 Apr 2007 1:06 PM
Jump to post Thread: Ext Translations by Arikon
- Replies
- 384
- Views
- 124,997
Here is updated Russian translation in UTF-8.
Results 1 to 25 of 75
