Jump to content

Recommended Posts

Posted

For who not get it, don'nt wast your time. 

On UniComboBox > ClientEvents > ExtEvents Just change sender by combo and that works fine :)

procedure TfrmParametres.UniComboBox1AjaxEvent(Sender: TComponent;
  EventName: string; Params: TUniStrings);
begin
  if EventName='MySelect' then
  begin
    //....
  end;
end;

 

Edited :  The confusion is on :

UniComboBox (Desktop) = combo

UnimComboBox (Mobile) = sender

 

So For Desktop :

p1.png

 

For Mobile :

p2.png

(Build 1535)

 

NB AirBus and Boeing are doing  everything to ensure that pilots have no hesitation in their cockpit !

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...