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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: enonod
  • Content: Threads
  • Order by date
  1. enonod

    USB Printing via network

    I have tried this with no knowledge of networking setup. I have a built in adaptor in laptop. It has no external connection to other computers. I attached printer sharing to this (that's all I did) then when setting the network on VPC 2004 I found my network adaptor in the list and selected it...
  2. enonod

    Dreaded Self, why here?

    Using the following extract will somebody please tell me why, in the implementation section (blue), I must put self in front of height and width otherwise I get zero as the values?? Also why wasn't it required in the other (red) position? The code was working without this when I first wrote it...
  3. enonod

    Tscrollbox coordinates

    I have a TScrollBox with attached control canvas. I draw graphic controls and when scrolled, their left coordinate shows the amount of movement as negative as expected. When I draw lines and retain the coordinates of the start position these of course do not update and it requires that I...
  4. enonod

    Mouse burrowing

    I apologise for the lengthy explanation but I hope it is clear. All objects must be produced on the fly, not ready made components. In generic terms, I want a large board on top of which are say 4 smaller boards side by side all touching and covering the lower board. On each of the 4 top boards...
  5. enonod

    Chicken and Egg with declarations

    I have an object that produces two of it's own kind on prompt. The method that does this is a function that must return them. Function can only return one item, so I decided on an array to do it. The only way I could see was to declare the array type first and then use it as the return type but...
  6. enonod

    Is it sensible to use a Tobjectlist as a property?

    I have a TObjectlist of objects (A)s that in turn have a set of related objects (B)(the number of (B)s varies for each A). I know that I can use a property array for the (B)s but would prefer to use the built in methods etc. of TObjectlist to control the varying lists of (B)s. Is there any...

Part and Inventory Search

Back
Top