-
I am having rendering problems with UIScrollBar and with Alert when using Patch 1.1.
With Patch 1.0, these components render correctly.
It appears the bug is introduced in functional changes put into files in mx/controls in Patch 1.1 because I can use Patch 1.1 with mx/controls files from Patch 1.0, and it works.
I can't deliver code compiled with 1.1 because of the bugs, but I can...
2007-03-24 19:33:57 UTC by nobody
-
Adobe has updated the mx.video class tree, and the
current patches to those files won't work on the new ones.
http://www.adobe.com/support/flash/downloads.html#flash8
Note the "Flash Professional 8 FLVPlayback 1.0.1
Component Update".
thanks,
-josh.
2006-09-03 02:58:36 UTC by endquote
-
when tring to compile i get this error:
ScrollView.as:174: characters 1-42 : type error
Object should be String
lines 166-180 in ScrollView:
/**
* @tiptext Whether the vertical scrollbar is always
on, always off or automatically changes.
* @helpid 3272
*/
function get vScrollPolicy(): String
{
return getVScrollPolicy();
}
function set vScrollPolicy(policy:Object)
{...
2006-05-10 13:30:48 UTC by nobody
-
MX patch 1.1 is released.
2006-02-10 08:35:00 UTC by isadovskiy
-
when trying to compile DATASET class with MTASC, I get
this error:
mx/data/components/DataSet.as:2043: characters 3-57 :
parse error Invalid Expression.
2006-02-08 12:50:50 UTC by iuliub
-
http://play.ground.gr/?p=82
There is often a need to postpone execution of the
function. doLater method of UIObject is doing the job,
but sometimes we need to be able to pass parameters and
to delay execution more than one frame. Here is the
code that I am using:
private var laterQueue:Array;
/*
/ o - object to which function is applied
/ f - name of the function
/ p - array of...
2005-12-22 08:56:10 UTC by carlos_rovira
-
ComboBase class patching error is eliminated now.
2005-12-21 10:14:12 UTC by isadovskiy
-
http://www.razorberry.com/blog/archivespage.php?cat=all&paged=2
Ok, this is an obscure post, but someone somewhere
might be having problems with this method while
extending mx.core.View and happen to google search for
it. :D
I came across this while creating and destroying
objects with createChild() and destroyChildAt(). The
depths seem to get messed up and you end up placing one...
2005-12-02 08:33:39 UTC by carlos_rovira
-
http://www.darronschall.com/weblog/archives/000135.cfm
The v2 list-based components don't have an event for
letting a user double click a row in the list. That's
changed as of today.
Consider the following code snippet:
------------------
// Double-Click Hack for List-based components
// Nov. 15, 2004 - Darron Schall
// create quick reference to ScrollSelectList's prototype...
2005-11-30 11:32:36 UTC by carlos_rovira
-
http://www.flashant.org/index.php?p=89&more=1&c=1
http://londonmmug.org/showthread.php?p=459#post459.
2005-11-23 15:28:57 UTC by carlos_rovira