
KingOrmon
uniGUI Subscriber-
Posts
460 -
Joined
-
Last visited
-
Days Won
7
KingOrmon last won the day on March 23
KingOrmon had the most liked content!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
KingOrmon's Achievements

Advanced Member (4/4)
22
Reputation
-
Sorry, it works.
-
Hi, When use alignamentClient all controls are arranged correctly except memo that is rendered as TUniEdit. How can I force a min height for Memo under layout form ? Regards
-
works perfect! thank you
-
I think that I will use a TForm with options. But UniPopupMenu could be an option too.
-
I dont know about rowselectionmodel I have these options in Grid [dgEditing,dgTitles,dgIndicator,dgColumnResize,dgColLines,dgRowLines,dgRowSelect,dgConfirmDelete]
-
No
-
I would like to intercept this event for show a menu when I click and hold in a item row of TUniDBGrid but If I make a simple click execute default event CellClick
-
Hi, how can I implement this event under unigui desktop TUniDBGrid ? Regards
-
I don´t want use sencha touch module, I prefer use a modified version of desktop Sencha Touch is deprecated by the company
-
Hi, is possible to implementent swipe event for TUniDBGrid like this https://fiddle.sencha.com/#view/editor&fiddle/3al2 regards
-
Hi, I am trying this workaround but in console I see an error: GET http://localhost:8077/Ext/DateExtras.js?_dc=1655973546280 net::ERR_ABORTED 404 (Not Found) I use last unigui Thank you
-
wow, thank you
-
Hi, I have the following code for convert TAlphaColor to TColor, var rgb: TColor; begin rgb := TAlphaColorRec.ColorToRGB(AlphaColor); end; Now, I need convert TColor to TAlphaColor, I think that it will be in any function but I don´t see. Thank you