Jump to content

sysjames

uniGUI Subscriber
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    1

sysjames last won the day on July 6 2017

sysjames had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Texas

Recent Profile Visitors

783 profile views

sysjames's Achievements

Newbie

Newbie (1/4)

7

Reputation

  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.
×
×
  • Create New...