Recent content by TekkamanOmega

  1. T

    Strange problem: Browse Cell Combo-Box

    Thanks for your reply, enoon. Unfortunately what you answer will not help me. I need to keep LIST-ITEM-PAIRS because the key value is a field in a table and the displayed value in the combo box is something the user needs to be able to undestand. Sometimes it just works normally with...
  2. T

    OO Event/Trigger Handling

    I'm gonna reply to my own thread, I have devised a solution to my problem. It's probably far from perfect, but it does the job which I need it to do. Maybe someone can find this solution usefull for their own projects. :) I have one superclass Container from which all UI components need to...
  3. T

    Strange problem: Browse Cell Combo-Box

    Hello, I have encountered some strange and annoying behavior with browse cells. A bit of sample code: CLASS SomeClass: DEFINE PRIVATE VARIABLE pBrowse AS WIDGET-HANDLE NO-UNDO. /* More code... */ METHOD PUBLIC VOID setColumn(pBuffer AS HANDLE, pFields AS CHAR): DEFINE...
  4. T

    OO Event/Trigger Handling

    Hi, I'm looking for a good solution to handling widget triggers and events in classes in 10.1C. Currently I have a class frmFrame which has a Close button. (I'm trying to mimic MDI kind of behavior without having to use .NET components, just a frame with childframes is sufficient). USING...
Back
Top