Jump to content

dkeene

uniGUI Subscriber
  • Posts

    211
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by dkeene

  1. Hello

    I would like to populate and then fully expand all nodes of a UniTreeview. While I can put UniTreeView.FullExpand in a TUniSpeedButton and see the tree expand fully, i can't seem to populate the tree nodes and then FullExpand the the UniTreeView and leave them expanded.

    Any thoughts?
    Thanks

    Doug 

  2. I have used TUniDBCheckComboBox and populated the Items with Strings.

    When I click on one of the string choices in the Dropdown to "check" it, I get a List Index Out of Bounds (-1) message, 

    once for each of the number of choices in the dropdown.

    Any Ideas on why this is happening?

  3. Hello

    I try to set a uniradiogroup color in the IDE and it works fine.

    I try to set its color programmatically, and I see AJAX error,

    O26D.setFieldStyle is not a function with:

    O26D.setFieldStyle("background-color:#00FFFF;background-image:none");

    Am I doing something wrong?

    Thanks

    Doug

  4. I am trying to achieve  a more visually meaning layout.

    This is currently how I display a RadioGroup using Y, N for Yes No.

     snap113.bmp

    However I wish to display the label between the Y on the left and N on the right, but expanding the radiogroup doesn't look perfect for "High Blood Pressure", as I would like to have the N in that location but the border of the radiogroup close to it.

    I could do this with a slider, but that doesn't exist for Desktop Applications.

     

    snap114.bmp

  5. Hello

    Is there any way to specify the positions of the radiobuttons drawn in a radiogroup?

    For example if columns=2, I want to draw the left radiobutton at 10 pixels and the right radiobutton at the radiogroup's width -10...

    Thanks

    Doug

×
×
  • Create New...