don't bother, solved... tricky though
class prisavka extends MovieClip{
public var poziadavky : Array;
public function prisavka() {
poziadavky = new Array();
}
}
ok, back again with a new problem...
i'm using more object of the same class. like this:
pris = new prisavka(prisavka1,10);
pris2 = new prisavka(prisavka2,10);
it has instances like this:
public var meno:String;
public var poziadavky : Array = new Array();
i can set different names for pris...
hello. i'm just an actionscript beginner so sorry for a dumb question...
i'm trying to use an array of my own classes. the class is called hostitel and works well - i have tested it. the array is called hostitelia
the definition is this:
var hostitelia:Array;
hostitelia[1] = new...
hi
in need to find a column number which contains the value specified
there certainly is only one column like that in the chart
i'm trying this:
Dim c1 As Long
Dim p1 As Range
Set p1 = Worksheets(1).Range("b1:cv1").Find("hi", LookIn:=xlValues)
c1 = p1.Column
Debugger stops at the last line...
I'm also printing stuff to Adobe Distiller when I want a grayscale output. Converting all elements to grayscale doesn't work for me at all.
But when I print something like this, the output is way too dark and transparency is much more opaque then in ID. I cannot set color management profile in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.