Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/31/20 in all areas

  1. UniGUI should have UniGridPanel, UniGridPanel is a kind of Panel, the Panel have rowCount and colCount property, if I set rowCount=5 and colCount=3, than the UniGridPanel will have rows=5 and cols=3, there will be 5*3 cells, all the cells are the same width and same height, in any Cell,I can place a UniImage\UniBitBtn etc... Of course,just like UniHiddenPanel, In the design time,all the cells have borders, But in the runtime,alll the cells have no borders.
    2 points
  2. in short, only those options ExtEvents, UniEvents and that is the secret of the unigui, because there lives all the power of javascript the vast majority of demos are limited to showing the other properties of the components, and for those who already come from delphi there is no complication in that, the problem is the js codes I also agree if there was a megademo with examples of each property of the options of the ExtEvents, UniEvents would be great
    1 point
  3. add uniGUIFrame IN USES type TMainForm = class(TUniForm) change type TMainForm = class(TUniFrame) Remove function Form1: TForm1; remove function Form1: TForm1; begin Result := TForm1(UniMainModule.GetFormInstance(TForm1)); end; save, and reopen frame not exists events show, reviews this..
    1 point
  4. 1 point
×
×
  • Create New...