Jump to content

NS Angga

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by NS Angga

  1. hi rullomare, apparently this component not suitable with google chrome, i try in opera and firefox browser, live search grid application run well. maybe you have tips and tricks so that applications can run on google chrome or possible in every browser
  2. hi rullomare, i try but still keep loading in standard unidbgrid demo, I only found grid filter. for me, the grid filter is rather difficult to apply to the application that I made, because each column of data search is different. if I have to change the column editor at the time of data search, it seems to be very inconvenient. I want to create a standard form for searching record, like form that you created above
  3. hi rullmore, i have problem with this component, application keep loading never end. i use delphi xe3, unigui 0.99.0.1169
  4. is all above that, only happen in trial version or that is a bug ?. i'm still doubt to migrate my application to this framework. and i still consider to buy lisence.
  5. case 2 : I found the column suddenly moved at runtime here the code : COLUM IN GRID.rar
  6. Yes. and the line at the box summary is not proportional to the header title.
  7. I Set Title Font to fsBold but After Dataset Open/Execute Font style in Group Title Change to None Style. UNIGUI 97, Delphi xe3
  8. how to set panel become not transparent when that panel set in title mode.
  9. How to make/set untransparent panel in title mode?
  10. Hi patmap, i have same problem, application keep loading never end, i have change setting like your instruction, but still not work. FYI, XDBgrid properties are missing too when load demo xdbgrid.
  11. I create function in a unit that i created, like this : function ConfirmMsg(MsgForm : TUniForm; strMsg : string) : Boolean; var fnConfirm : Boolean; begin Beep; MsgForm.MessageDlg(strMsg, mtConfirmation, mbYesNo, procedure(Res: Integer) begin case Res of mrYes : fnConfirm := True; mrNo : fnConfirm := False; end; end ); Result := fnConfirm; end; when that function i call always return value true or mrYes, even though i chose button "no" == other case, i created function in the same unit, like this : function GetResultModalForm : Boolean; var intResult : integer; //frmTest : TfrmTest; begin result := Null; //frmTest := TfrmTest.Create(UniApplication); --> i made that syntac be comment, cause always return error if frmTest.ShowModal( procedure(AResult:Integer) begin if AResult = 1 then intResult:= AResult; end ); if intResult= 1 then Result = true else Result := False; end; two function above always return same value, why? somebody can explain and correct my syntac
  12. is possible to create tool UniGUI Converter (Convert VCL to UNIGUI Component) like mida converter (Convert VCL to FMX). so i can rebuild my application for unigui (web application) Thanks.
×
×
  • Create New...