Jump to content

Stemon63

uniGUI Subscriber
  • Posts

    487
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Stemon63

  1. Hello Sherzord, the forum have no solution for simple requests. let's not insist, let's give real examples: 1) How to start editing cell in grid without enter o f2 but typing directly the value; 2) how to confirm end editing in a cell grid with enter and passing to next field; 3) How to display in grid, column 3 = column 1 + column2 while you are editing (I type 10 +5 in column 1-2 and automatically column3=15). Better if this can be also a client level. 4) TIMELESS... a DBLookup with display value e key value to store (remote and not). DBlookup with incremental search and with multicolumn popup (a grid) let's leave it as a miracle 🙂 Good Job!
  2. Hi Luciano, please make a screenshot or a demo of your multicolumn popup, thanks
  3. Please share images and demo in english; I don't understand chinese... Is full responsive? (Client or Server?). Thanks
  4. Hi, I need to show a Uniform or Uniframe into a UniURLFrame for manage responsiveness at form (popup) level. I need a new form "viewport" (Unlike the "window" viewport) for manage client responsive align of component. How assign the parent property (or similar way) to the UniUrlFrame, or another way for show a Form/Frame parented to an Iframe? Thanks in advance!
  5. Hi IrigSoft, NO, I have the problem a DESIGN TIME. It's very slow with Delphi 10.3-11. With 10.2 is faster (normal refresh)
  6. Hi, I have noted that IDE very slow with 20-30 UniDBText component in Delphi 10.3 - 11; If i use only UniDbedit works well, but if I use UniDbText the form is very very slow ad design time when move components. It refresh continuosly. I have forms that display 40-50 DBtexts (invoices, etc..) Anyone else having the same problem? Thanks
  7. First immediately on the client and consequently then on the server
  8. I think that Zqdl8 needs to assign the value into CLIENT, so dataset must be update automatically. I need the same: cell C = cell A + cell B, on the same row, at change of A or B; And I want to calculate it at Client level, so the dataset is update automatically at SERVER level on post. Otherwise too much "chatting" for a simple sum or row calculate.
  9. Hi, in practice, the cell must go into edit when any key is pressed, which corresponds to the first character typed in the editor, except for pressing the navigation keys. It is a fairly normal necessity for those who have to enter data quickly into the grids. Please find a solution that works, Thanks
  10. Hi Sherzod, i'm asking for this feature from pre-release!!!!!! :-)
  11. Hi Sherzod, thank you. But in 99% of cases we need a grid in the popup, or the result formatted as a grid, with titles for the columns (we can also have 4-5 fields) and with items from a dataset. And especially with the filter when inputting characters. Always asked for and never got. Yet Unigui is very powerful… 🙂
  12. Good morning, Is it possible to know what are the new features planned in the next releases? I'm always waiting for the following implementations: 1) better operational handling regarding lookups with grids or other components in the popup and with autoincrement during input; (really essential for porting from VCL and above all it makes the difference with other web tools) 2) Management of the client-side store, as if it is a client-side dataset, powered by server queries or Json/csv files; in readonly mode when you want speedup input od Dblookups and use lookup local data (cities, countries, and other tables), without querying the server for each character pressed; in editing mode: really useful for performing calculations and inputs directly on the client (in javascript) as if it is a cached-update table, with updates on the server via Applyupdates or similar; this would allow a very fast input on the grids or in DBeditors, with calculations and checks on the client, and ESPECIALLY it would allow only one data exchange with the server on AppluUpdates; 3) A Dbgrid which therefore also has client functionality, without necessarily making a server call per record scroll; We develop tax software where user input is very fast and therefore the continuous exchange of data with the server does not help but slows down input user. if application have a lot of connected users there is a useless bandwidth traffic that is generated for my cases which could be managed entirely on the client side with sporadic calls to the server to optimize resources (eg: in a form with 50 numerical Dbedit, each Dbedit modifies the content of all the others with calculations ; everything could be done only on the client) Sorry for my english 🙂 Thanks in advance!
  13. Some time ago, I have posted an example for obtain responsiveness from Unigui, adding Pure Css. It works well for my need, and responsiveness is all client (no Server calls). Now I can also modify, with templates, appearance of the grids. All without Bootstrap. For complex project there is RadCore
  14. Please share your sources, it is always useful for someone who needs it, not to reinvent every time. Thank you 😉
  15. HI Gerhard, any news on your themes for latest releases of Unigui? Thanks!
  16. Hi, any news on setting properly .ClearButton to false in uniDbgrid column filter editor? Thanks a lot!
  17. Hi, I have used Delphi Sydney 10.4 for this test. Please "rearrange" the project for your Delphi version 🙂
  18. A release without uSesamoBase.Json (internal test) Demo Responsive2.zip
×
×
  • Create New...