Jump to content

1938

uniGUI Subscriber
  • Posts

    27
  • Joined

  • Last visited

Everything posted by 1938

  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
  15. Thank you. If column color worked, it would be no problem. -Scott
  16. I think that at some point I may end up using a dbgrid. Here is what I'm after. I don't seem to be able to figure out a way to do it via uniGUI.
  17. So, On a blank form I drop a uniStringGrid. Add 3 columns. set row count to 4. set Using the object inspector for column[2] I set the color to green. No effect. I can determine the columns that will have the different background colors ahead of time with some extra work, but even if I do, the column color has no effect. Am I doing something wrong? Shouldn't I be able to set both column color and row color? -Scott
  18. Is there any way to do the entire column? If an item in row 2 for example is a value, I want the entire column to be a color? Use case: If column 4 row 2 is "Sunday" I want the entire column 4 background color to be green. -Scott
  19. How to set the color of a column based on a cell row,column string content? uniStringGrid.Columns[i].Color:= clGreen; has now effect -Scott
  20. So all core functionality such as Sysutils is acceptable on the Server Side? I had convinced my self that utilities such as FindFirst etc was not allowed server-side. Nice! -Scott
  21. Is there a way to retrieve a list of files on the server? I am looking for a way to list files available to download. Uploads are fine. But I need a way to select files for download. -Scott
  22. Never mind... This works like original Delphi DBListbox. You have to enter "items" in the TStrings. DBLookupLIstBox is a better fit for a simple DB field list. Or as I sad above, a DBGrid with a single column. -Scott
  23. I'm having the same issue with 1530. Nothing in the DBlistbox. I connect a active DS which is connected to an active FDTTable with all fields added and nothing shows in the DBListbox. In the meantime I am using DBGrid with a single column. That works. Using Rio 3 build 1530. -Scott
  24. 1938

    Documentation

    Thank you for your replies. First let me express my understanding of how much time and effort good documentation takes. So consideration is being give to adding Properties, Methods, Events and example code snippets tabs/links to the documentation that Abaksoft listed? In my opinion that would complete that document set. Other than that the only way to get a very incomplete understanding of how components work is by digging through the source of demos. That is probably the worst possible way for a new user to learn the product. Now, let me please say this. This is probably the best Delphi solution on the market. I believe it is under-priced. I have spent almost 2 years using the competitors client-side solution and it is a massive undertaking to write server-side logic to accomplish simple things like reports. Such tasks are poorly documented. Also, I don't like exposing business logic to the client. The produce is lacking deep-dive examples and polish. But the component documentation is outstanding. But I paid 3 times as much for it. -Scott
×
×
  • Create New...