View Full Version : NativeWindow calls for Ext.uniqueId, an unknown function
NativeWindow calls for Ext.uniqueId() but there is no such function. The function is called Ext.id. Just changing
this.id = this.id || Ext.uniqueId();
to
this.id = this.id || Ext.id();
and everything works.
aconran
6 Mar 2008, 1:59 PM
The uniqueId method is defined in air/samples/js/data.js
Why is it definded in an EXAMPLE and used in a STANDARD AIR EXT class?
aconran
6 Mar 2008, 2:15 PM
I agree this should probably be pulled into the ext-air file if it will be used throughout Ext.air classes.
sven
21 Nov 2008, 10:45 AM
wohoooooooo, over six month and we have the update in svn :D
still waiting for:
http://extjs.com/forum/showthread.php?t=28221
letssurf
24 Nov 2008, 2:02 AM
lol brilliant! :)
PranKe01
10 Jan 2010, 12:57 PM
In the Ext3.1 air file the function still not exists!
PranKe01
24 Jan 2010, 7:30 AM
Does any developer recognized that? Please update the current air-adapter.
PranKe01
6 Feb 2010, 9:55 AM
I will reply to this topic until anybody gives me a response, that this is fixed :D
PranKe01
10 Feb 2010, 7:29 AM
*push*
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.