Jump to content

dkeene

uniGUI Subscriber
  • Posts

    211
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dkeene

  1. I am great at delphi, not so great at unigui. how hard would it be to adapt your project to my use? I don't know JS libraries etc., but would like to make this work. Thanks
  2. Hello Fred. I am interested in this. Is the final product a component? Can I drop it on a unigui form? Thanks Doug
  3. dkeene

    RemoteQuery

    i use remote query all the time. You need to put some code on the OnRemoteQuery event
  4. I have sent as a suport request FSD-3437
  5. I have sent as a suport request
  6. 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
  7. Hello Is there a way to find out the status of a support ticket? Thank you Doug
  8. Can you see the same error as I see?
  9. Please tell me if you were able to see the same list index error.
  10. 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?
  11. dkeene

    radiogroup

    thank you I will try this. is there any way to do it with native delphi code
  12. dkeene

    radiogroup

    How can I achieve this?
  13. 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
  14. dkeene

    radiogroup

    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
  15. dkeene

    radiogroup

    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
  16. will this be able to save to disk?
  17. Hello Is there a way to incorporate components such as the following into a UniGui program? I am trying to create an audio recorder or video recorder with a video player... videojs-record https://collab-project.github.io/videojs-record/#/ Thank you Doug
  18. Hello all These components seem fantastic. I can not get the UniWebCam to work. Using Delphi XE8, 32 bit desktop, SSL HTTPS. The demo application does not seem to attach to any or recognize cameras. I am desperate Thank you Doug
  19. Hayri: could you please help me with the "follow instructions?" I am using Delphi XE8 and have the most current unigui installation. Thank you so much Doug
×
×
  • Create New...