//改变hint的样式procedure TUniForm1.UniFormShow(Sender: TObject);var i: Integer;begin for I := 0 to Self.ControlCount - 1 do begin with TUniFormControl(Self.Controls[i]) do begin if Hint <> '' then begin ShowHint := False; UniSession.AddJS('setTimeout(''
Hello, i would have 2 unigui app. the first app is a simple authentification app and second will be the main app. I'd like to have the following scenario. user "paul" arrive on the auth app paul set his login and password. the auth app redirect