Jump to content

koney

Members
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

koney last won the day on July 4 2019

koney had the most liked content!

Profile Information

  • Gender
    Not Telling
  • Location
    Taiwan

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

koney's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Hello Could the Alert be shown from left or bottom or right or center of screen ?
  2. i want change the lightbar's color of unidbgrid, how to do it ?
  3. in vclmode works well, but in webmode do not work. these are parts of my code: procedure TMainForm.MyEventClk(cPrgName:String; cCaption:string); var Child:TUniForm; begin ... try Child := TUniFormClass(FindClass('TFrm'+cPrgName)).Create(UniApplication); MyEventOn(Child,cPrgName,cCaption); except ShowMessage(cPrgName+ ' 尚未建立 not found.'); end; end; ... end; procedure TMainForm.MyEventOn(xForm: TUniForm; cPrgName: String; cCaption:string); begin with xForm do begin ShowModal; end; end;
  4. uniCurrentParent: TUniWinControl; still got the error message: [DCC Error] MainModule.pas(58): E2003 Undeclared identifier: 'TUniWinControl' how can I resolve the problem ?
  5. hi, I got error messages : Undeclared identifier : TUniTreeNode Undeclared identifier : TuniExtWinControl koney
×
×
  • Create New...