
picyka
uniGUI Subscriber-
Content Count
297 -
Joined
-
Last visited
-
Days Won
4
picyka last won the day on August 19 2019
picyka had the most liked content!
Community Reputation
30 ExcellentAbout picyka
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
It would not be a good thing to be remaking the menu, the cost of that would not be viable
-
picyka started following Menu's on Forms Goes wrong, Run again without shutdown, Form seems to be instanced multiple times with different screen sizes and 2 others
-
Self.uniTreeMenu.Selected.AttachedMenuItem.Hint I managed to solve it that way.
-
I have a TUniMenuItems component connected to TUniTreeMenu when clicking on any menu item, I would like to retrieve the value of the menu item's hint property. procedure TMainForm.Admin_EmpresaClick(Sender: TObject); begin ShowMessageN(TUniMenuItem(Sender).Hint); end;
-
What is the name of this component in unigui?
-
procedure TUniFrameConsultaPadrao.SearchData(QueryFilter : String); begin if not QueryFilter.IsEmpty then QueryFilter := '&$filter=' + QueryFilter; Self.FDataset.RecordCountMode := TRecordCountMode.Retrieve; Self.FDataset.Close; Self.FDataset.SetSource( TXDataObjectSource.Create( Self.FSearch.XDataClient, Self.FSearch.Clazz, QueryFilter, Self.FSearch.PageSize ) ); Self.FDataset.Open; end; XData already offers this feature on the client side.
-
1 - Improvements to the TUniCheckCombo, TUniTagField and other components 2 - Server Farm (Load Balancing) 3 - Performance improvements 4 - Improvements in the installation part, for example a CDN without needing files on the server 5 - Improvements in Linux integration 6 - Responsive Layout 7 - An easier way to manipulate the application theme
-
I really liked CheckCombobox, but RemoteQuery doesn't work, I will use this component in large tables.
-
It wouldn't meet my reality, I need an indicator inside the field, even a checkbox would do. Just look at the attached images.
-
Good morning, yes, I just don't have the test here, but as I did. I put two items on Triggers, item0 = visible true item1 = visible false clicking on item0 would make it visible false and item1 visible true, but that gives error.
-
Systems with an old database is really annoying, but starting a project from scratch, it is worth studying, especially if you have several ways to connect to the same system. Vcl, Unigui. FMX ...