Jump to content

Cadilhe

uniGUI Subscriber
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cadilhe

  1. Hello Nefasto, I think your TUniDBLabel already exists: TUNIDBText. João Cadilhe.
  2. Thank you Delphi Developer! Possible 0.96 problem. Now it's ok. João Cadilhe.
  3. { var audio1 = document.createElement('audio'); audio1.setAttribute('src', 'files/OK.wav'); audio1.play(); } it's ok on Button.ClientEvents.ExtEvents; Same code and no sound with Unitimer.ClientEvent. Any idea? João Cadilhe.
  4. Thank you, Farshad! My screen was too close:),
  5. Hi, Farshad, i need to play a .wav file in ontimer event of a TUnitimer, i have this working well with a Tbutton But UniTimer doesn't have clientevents. I'm trying to play the .wav file in ontimer event using the client event of the button. Is it possible? Thanks. João Cadilhe.
  6. Hello, i'm doing some tests with Unigui and i need to know how to call ClientEvents.ExtEvents 'OnClick' from a UniButton from pascal code. Thanks in advance. João Cadilhe.
×
×
  • Create New...