Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 2much4u

  1. 2much4u

    array of class

    don't bother, solved... tricky though class prisavka extends MovieClip{ public var poziadavky : Array; public function prisavka() { poziadavky = new Array(); } }
  2. 2much4u

    array of class

    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...
  3. 2much4u

    array of class

    so i found the solution - push crazy
  4. 2much4u

    array of class

    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...
  5. 2much4u

    find in which column is the value

    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...
  6. 2much4u

    Exporting to pdf

    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...

Part and Inventory Search

Back
Top