Jump to content

Spencer

uniGUI Subscriber
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Spencer's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Sorry to resurrect this old post, but could you possibly elaborate on why "OnEnter" can't be implemented on the grid? I've recently implemented "OnEnter" by piggybacking off of the ExtJS "focusenter" event, which sends an event to the (server-side) grid that is processed in the "JSEventHandler" method (not sure if this was the approach used by A. Soltani) and it seems to work okay. Is there some hidden "gotcha" to this implementation that I'm not aware of?
  2. Has anyone tried uniGUI with this version yet? Can we expect the same issues we had when moving to 10.2.2?
  3. Hi, Can you please provide access to the version of the Delphi Detours library that is used to build uniGUI? It doesn't match the current version on GitHub and the source isn't distributed along with uniGUI. Thanks, Spencer.
  4. Please make TUniBaseEdit.GetJSFormatObject a protected virtual method, so that we can implement custom formatting in descendants.
  5. Please expose the "FNeedsReFetchAll" field of "TUniCustomDBGrid" as a protected, read-only property, so that it can be queried by subclasses.
  6. The grid currently only supports multi-select if dgRowSelect is set to true. It would be handy if it also supported multi-select when dgRowSelect is false.
  7. It would be really useful if tab sheet hints were shown when hovering over the "tab" part of the sheet, rather than (or as well as) the panel part. I believe this is supported by ExtJS (and I intend to do it via ExtJS for now), but it would be really handy if uniGUI could do it automatically.
  8. Could we please have an option to remove the design-time text from TUniSimplePanel? The current rendering can result in very messy looking forms in the designer, especially when a label happens to overlap the text.
×
×
  • Create New...