Jump to content

1938

uniGUI Subscriber
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

1938's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. No, its set to false. Set to true, I get incomplete redraw of treeview. Sometimes only the root node.
  2. I have tried UniTreeViewFolders.Selected.MakeVisible; But perhaps I don't understand what it is supposed to do or what event needs to contain the code.
  3. In the attached gif's treeview-1 - shows how I want it to behave. That gif is from the RAD Studio 10.3 IDE. The selection relocates the selected node at the top. treeview-2 is the behavior I am getting. The treevew scrolls the seleted node off the screen. I would like to make user1 at the top when I select it. Thanks for your help.
  4. Yes thank you. A easy to see example is in the Rad Studio IDE. In the project "Structure" panel you see errors, Types, Procedures Classes etc... Expand those. Once a node is expanded that fills the panel with more child nodes than can be displayed, it forces that selected node to the top of the treeview panel. In my case, I am using memtable to fill the treeview. Some of the node lists are lengthy - maybe 200 or so nodes/child nodes. I want the expanded/selected node to go to the top of the panel when I click the "plus" to expand a node. I hope that helps.
  5. Is there a way to set the selected node to the top of the treeview list? Or control where in the list the selected node starts? I've seen behavior (probably caused by me) where the selected node scrolls off of the screen and I want to push it to the top of the list. -1
  6. 1938

    uniCalendar Color

    Very unfortunate. I didn't pay for UNIGUI to learn Javascript or CSS. Regards
  7. 1938

    uniCalendar Color

    OK nothing in the demos and nothing in the documentation either. So what am I missing? No way to change a day cell color in uniCalendar? I search uniCalendar cell color - unicalendar date color and nothing
  8. 1938

    uniCalendar Color

    I always search first :-) I see items regarding highlighting and some calendar panel information. But nothing about changing color of a specific day on a uniCalendar. . Perhaps I'm not querying the correct information? If there is something specific can you please link it? Regards
  9. 1938

    uniCalendar Color

    Is there a way to set the individual date (cell) background color. For example yesterday's date background would be Red and Today would be green? Regards
  10. RBA is definitely needed in uniGUI. I have read posts here from others saying that as well. Having a user - group - access policy management capability is sorely missing. Sure you can write one from scratch. I purchased and used TMS Softwares security VCL (I don't like advertising for another company but this is important) and adapted it to uniGUI with virtually no trouble. Users and groups can be assigned to buttons, menu items, by either disabling buttons or making them invisible. All visual components on a form are selectable. The only issue is that you can not use the visual TMS user editor components (standard visual components inside uniGUI are not possible). You have to write your own uniGUI control panel using their visual component as a rough guide. This took a morning and it works great! The way uniGUI is designed makes this possible. Great Job! Based on the above, I was able to write a user portal for a company with full access control. Hopefully uniGUI will have their own soon. If there are other options including user written this may be a good place to post the options. I hope this helps others looking for full RBA. -Scott
  11. Thanks! I didn't even investigate the web options. -Scott
  12. Can it be removed? I want to handle paging my self. -Scott
  13. After looking at using DBGrid, the column color works but does not extend to the fixed column cell at the top. But I lose the ability to specify fixed rows and fixed columns. I need 2 title lines at the to. Plus still no way to manage cell outline colors. These grids definitely need some attention. I could patch some of this but even with the source, I can't build due to select missing .pas files. For example, cell color being forced to clWhite by default in StringGrid which overrides the column color method of the component. :-( -Scott
  14. Looking for a way to change the grid cell border/outline color. Canvas and Brush are not exposed in the attribs of the on draw cell event. Looked at the demos and all of the cell borders are default. StringGrid and DBGrid. -Scott
×
×
  • Create New...