Quick Display of SVG Widget - Well suported on all Oses ?

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
teriibi
Posts: 254
Joined: Mon Nov 13, 2017 3:49 pm
Location: Bolivia

Quick Display of SVG Widget - Well suported on all Oses ?

Post by teriibi » Fri Feb 23, 2018 6:15 am

Hi there..

I´m planing on using this method to visualy comunicate with users.
*In that case below - inform that some inputs character are being "limited"

Code: Select all

on keydown pkey
   -- Remove all symbols and only allows "-"
   if pkey is in "0123456789" then
      -- show/hide a warning icon for a very short time
      show widget "SvgPA"
      wait 150 milliseconds
      hide widget "SvgPA"
   else
      hide widget "SvgPA"
      pass keyDown
   end if
end keydown 
...I´d love to keep on using small images or some SVG widgets all over my cards´ to comunicate.
i.e : button pressed, correct answer, text input, etc.. :arrow:

Does QUICK HIDE/SHOW of SVG - as in sample - IS WELL SUPPORTED ON ALL PLATFORMS ?
Specialy for APP use on Android/IOs ...or Linux Sys.

Thks for any "tested" returns...
:wink: :!: :mrgreen: :idea: :idea: :idea: :idea: :idea:

Post Reply

Return to “Multimedia”