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 dencom 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 rkamarowski

  1. rkamarowski

    components not visible in tool palette

    uhhh... how easy was that. thank you very much for the help! bob k.
  2. rkamarowski

    components not visible in tool palette

    i right-clicked in the tool palette and selected delete... that part was easy:)
  3. rkamarowski

    components not visible in tool palette

    CodeGear™ Delphi® for Win32® Version 11.0.2709.7128 Copyright © 2007 CodeGear™. All Rights Reserved.
  4. rkamarowski

    components not visible in tool palette

    no, i did not change the RegisterComponent line. is that necessary?
  5. rkamarowski

    components not visible in tool palette

    i've created a component package (.bpl) everything compiles/builds without error. the install operates without error, but there is no entry in the tool palette. i had built and installed this component package earlier (myComponentPackage), which was visible on the tool palette. i had to...
  6. rkamarowski

    component property stack overflow

    that did it. thank you Zathras.
  7. rkamarowski

    component property stack overflow

    whenever i attempt to access the GlobalName property in my component i'm getting a stack overflow error. any help would be appreciated. thanks ====================== unit KMPDGlobalLister; interface uses SysUtils, Classes, Controls, ExtCtrls, Dialogs, StdCtrls, Trpcb, ToolWin, MFunStr...
  8. rkamarowski

    custom component OnClick event

    thank you Griffyn.
  9. rkamarowski

    custom component OnClick event

    i've created a custom component, but i'm unable to get the buttonFind.OnClick event to work. i'm getting an 'incompatible type' error. any help would be appreciated. here's the code: ================= unit KMPDGlobalLister; interface uses SysUtils, Classes, ComCtrls, Controls, ExtCtrls...
  10. rkamarowski

    ToolBar on component not visible

    EdgeBorders was the key: EdgeBorders:=[ebLeft,ebTop,ebRight,ebBottom]; EdgeOuter:=esRaised; thank you.
  11. rkamarowski

    ToolBar on component not visible

    anyone? is this even possible?
  12. rkamarowski

    ToolBar on component not visible

    i'm creating a component based on TPanel. i can get a button to be visible, and a tmemo, but the toolbar is not visible. any ideas? thanks, bob k. ---------- unit KMPDGlobalLister; interface uses SysUtils, Classes, ComCtrls, Controls, ExtCtrls, StdCtrls; type TKMPDGlobalLister =...
  13. rkamarowski

    c# / Interbase connection

    i'm not having success connecting. i've tried the OleDbConnection without success. i believe there's a BdpConnection (for interbase as well as other databases) but i'm having problems finding an example. any help would be appreciated. bob k.
  14. rkamarowski

    c# / Interbase connection

    i'm using Interbase 2007 Desktop, and i need to connect to it from Microsoft Visual c# 9.0 Express Addition. i'm not having any luck so far. can someone help? thanks, bob k.
  15. rkamarowski

    form not displaying

    i've discovered a problem with some locally developed components. i need to trace this down first... thanks for your help, bob k.

Part and Inventory Search

Back
Top