Jump to content

sysjames

uniGUI Subscriber
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sysjames

  1. When I am installing by building C:\Program Files (x86)\FMSoft\Framework\uniGUI\uniGUI_D12_Athens_StdGroup.groupproj, I get during a build all the following error: [dcc32 Fatal Error] uSynEdit_R2025.dpk(33): E2202 Required package 'vcl' not found Delphi 12.1 Athens UniGui ver 1.95.0.1583 Windows 11. Any one know a solution?
  2. I'm obviously confused. I looked at the demo program and saw a TUniBarSeries and a TUniLineSeries and so on. But I don't have those components in my component pallet. I have the professional version. Where do I find these components?
  3. I'm afraid I don't understand. I go to the tree grid, and client event and ExtEvents, but then I do not find a "Ext.data.TreeStore". I understand that I am to provide a function to respond to this event. Please help me understand where to place the reference.
  4. I have a TuniDBTreeGrid that I am using to display a series of steps (with sub steps). When I number the ID field in the TFDMemTable (an integer field) with parent correctly set, the parent-child part of the display works correctly but the order that steps appear in the tree looks like they are sorted as text. How do I correct this?
  5. Thank you Sherzod. Works well. The only problem now is that my check boxes are very faint (washed out) and I can't tell why. The rest of the row looks great, and the text associated with the boolean field (Yes and No) look great, but the checkboxes themselves are almost not visible. They are there, just very faint. I've looked at examples on line and can't see why mine are like this. Any ideas?
  6. I have a TUmiDBTreeGrid that has 5 columns. If column 4 has a boolean value that is true, I wish to change the font of column 1 to strike-through font. How would this be coded in the OnDrawColumn event? Thanks in advance.
  7. How simple the solution was! Thank you Sherzod. I really appreciate you taking the time to straightening me out.
  8. Please disregard. i see i must reference the menu items by position, rather than by name. (I wonder what the name property is used for?). Thanks for all who looked at this.
  9. I have a TUniPopUpMenu that has several items. I wish to turn the visibility of the items on or off. The Menu is called AccountMenu and a typical item is RenewSubscription1. When I try code such as "AccountMenu.RenewSubscription1.Visible := False; " the IDE tells me that "[dcc32 Error] Main.pas(440): E2003 Undeclared identifier: 'RenewSubscription1'". How do I get to the menu item to turn the visibility feature on or off?
  10. OK. Thanks for the information.. I'm sorry that row select has been disabled. I'll have to find a way to program around this limitation.
  11. Is there no help for this? I am trying to set dgrowselect to true at DESIGN time (before the program is build) but am unable to do so and I don't understand why. it must conflict with some other settings, but I don't know what that setting is. All help is truly appreciated.
  12. I am trying to set dgrowselect at DESIGN time and am unable to make it happen.
  13. Any attempt to set dgrowselect to true at design time is ignored. It remains false no matter my efforts to set it to true.
  14. sysjames

    Spell Check

    I didn't know about htat. Thank you again.
  15. sysjames

    Spell Check

    Well, I guess it is a non-issue. Thank you very much for letting me know that the browser handles it.
  16. sysjames

    Spell Check

    I am testing using chrome, but the app would have to work with any browser (within reason). How would this work with even the chrome browser. I test a number of memo (on the FMsoft example site) and none of them exhibited a spell check behaviour. But this screen does. Whatever this text box is doing, I need to happen in my app.
  17. sysjames

    Spell Check

    What would be the best way to implement a spell check feature in one of the memo components? Has anyone done this?
  18. Sorry for the false lead. It was in some other portion of my code. When you stop trying to follow a false assumption, often the real cause becomes obvious. Thank you to the other forum members who replied, leading me away from my false cause.
  19. In trying to construct a test case, I am unable to make it fail. I apologize for stating the problem incorrectly. There has to be something else in my code that is doing it. I'll let you know what I find out.
  20. I'm trying to use TUniDateTimePicker located on a TUniFrame, but it will not show a date. It sets the date time, but will not display it. I tried the same control on my main form and it works great. Any help?
  21. EnableAsynchronousOperations was set to false. I don't know how I managed to unset it. That fixed the problem. Thanks to all for your help.
×
×
  • Create New...