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 bkrike 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: mattcs
  • Content: Threads
  • Order by date
  1. mattcs

    TChart (series data) question

    I am investigating the use of a TChart component and want to use data (derived from another object) in a corresponding TLineSeries. From the help files etc, it seems that the AddXY() method is what I should use. Using the debugger stepping functions, I have ensured that the values are being...
  2. mattcs

    MS Excel spreadsheet interface

    Is anyone able to give some suggestions / tips on interfacing with an MS Excel spreadsheet. Thanks
  3. mattcs

    Debugging Components - Tips Request

    Can anyone give me some tips on debugging a component during design time ? I have a descendent of TLabel (TMyLabel) and have introduced one new property. At run time, I can set a value for the new property (eg - TMyabel->NewProperty = SomeValue) and get the result I want. From this I...
  4. mattcs

    Help with array of pointers

    The code below compiles OK but CodeGuard brings up a "Resource type mismatch: a(n) object was expected." error when I run it. Stepping through, the error occurs when trying to 'delete'. Can anyone give me a clue as to what I am doing wrong (something pretty basic no doubt)...
  5. mattcs

    TMemo lines colour

    How do I change the colour of an individual line in a TMemo ? Thanks.
  6. mattcs

    Changing ENTER to TAB in TComboBox

    Is anyone able to tell me how to change the behaviour of the ENTER key to mirror the TAB key when a TComboBox is the active control. I can't seem to get the KeyPress events to work for either the Control or the Form (even with key preview on). Thanks
  7. mattcs

    Turning an extension into a trunk

    I'm not sure if the following is possible, my knowlege of Meridians is still limited but here goes. In our organisation we have extensions from a PABX belonging to another organisation. We would like to take one of those extensions and physically rewire it into the MDF associated with our PABX...
  8. mattcs

    Meridian Programming

    Where can I find a guide to the basics of programming a Meridian 1 option 11? Thanks.

Part and Inventory Search

Back
Top