Search found 5 matches

by Aradim
Sun Oct 19, 2014 9:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting question marks instead of Arabic
Replies: 5
Views: 3516

Re: Getting question marks instead of Arabic

Hello,

This work around did it , using field as intermediate :

put URL "http://www.xxx.com/xxx/rss" into field 1
put textDecode(field 1,"UTF-8") into field 1
put textEncode(field 1,"UTF-8") into url "file:/Users/maradi/Desktop/arabictest.txt"
by Aradim
Sun Oct 19, 2014 8:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting question marks instead of Arabic
Replies: 5
Views: 3516

Re: Getting question marks instead of Arabic

Hi Richard,

I tried binfile: , i got the same , all Arabic replaced by ?????. The answer is yes, to the question .

Thanks for the help.
by Aradim
Sun Oct 19, 2014 7:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting question marks instead of Arabic
Replies: 5
Views: 3516

Getting question marks instead of Arabic

Hello, I am trying to put XML Arabic content from internet to a file , but i get question marks for the Arabic unicode characters. I am using Livecode 7.0. My commands: put URL "domain name/content" into ss put textDecode(ss,"UTF-8") into url "file:/Users/maradi/Desktop/arabictest.txt" I appreciate ...
by Aradim
Tue Dec 21, 2010 8:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to scroll text LTR
Replies: 3
Views: 2736

Re: How to scroll text LTR

Hi Klaus,

Thanks for welcoming me, I guess :set "hScroll" of a field , not animation.
I will give it a try.

Best regards,


Aradi
by Aradim
Tue Dec 21, 2010 7:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to scroll text LTR
Replies: 3
Views: 2736

How to scroll text LTR

Hi, ALL
Has any one done text scrolling , i am newbie . how to scroll text from left to right in a field?
if there is a code available that can be shared and modified, would be great.

Thanks in advance.

Aradi