Mobile browser properties and messages
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Mobile browser properties and messages
Hello guys
Where can i get a list of all the properties and messages a browser control generates for IOS
i tried the dictionary but no luck.
thank you so much.
Edd.
Where can i get a list of all the properties and messages a browser control generates for IOS
i tried the dictionary but no luck.
thank you so much.
Edd.
Re: Mobile browser properties and messages
Hi Edd,
in the dictionary check "mobilecontrolget" and "mobilecontrolset" to see a list of available native browser related properties.
Sorry, no idea about messages.
Best
Klaus
in the dictionary check "mobilecontrolget" and "mobilecontrolset" to see a list of available native browser related properties.
Sorry, no idea about messages.
Best
Klaus
Re: Mobile browser properties and messages
Thanks Klaus
I though that the control would pass messages for things like the user clicking somewhere or an address change, things like that
i think am gonna have to monitor that after the user the user clicks with the finger anywhere inside the rect of the control.
but thank you so much thats the information i needed.
On another note where can i find a good thread or tutorial on using animated images like gifs?
thanks again.
Edd
I though that the control would pass messages for things like the user clicking somewhere or an address change, things like that
i think am gonna have to monitor that after the user the user clicks with the finger anywhere inside the rect of the control.
but thank you so much thats the information i needed.
On another note where can i find a good thread or tutorial on using animated images like gifs?
thanks again.
Edd
Re: Mobile browser properties and messages
Hi Edd,
there are only handful (only four, to be precise) of props related to animated gifs, check these in the dictionary:
framecount, currentframe, palindromeframes, repeatcount
Best
Klaus
there are only handful (only four, to be precise) of props related to animated gifs, check these in the dictionary:
framecount, currentframe, palindromeframes, repeatcount
Best
Klaus
Re: Mobile browser properties and messages
So is there a better alternative to animated gifs in livecode?
What would be the best route? What are u using?
Thanks
What would be the best route? What are u using?
Thanks
Re: Mobile browser properties and messages
Hi Edd,
unfortunately animated GIFs are, beside video, the only animation format LC currently supports.
OTOH are there any other (more or less standard) formats at all?
I used to use single images (frames of animation) and set the icon of a button to their IDs with a
"send" command. Play around with the fequency of "send" a bit.
Best
Klaus
unfortunately animated GIFs are, beside video, the only animation format LC currently supports.
OTOH are there any other (more or less standard) formats at all?
I used to use single images (frames of animation) and set the icon of a button to their IDs with a
"send" command. Play around with the fequency of "send" a bit.
Best
Klaus
Re: Mobile browser properties and messages
Well perfect then.
Thank you so much Klaus.
Thank you so much Klaus.