Search found 7 matches

by zinnsoldat08468
Wed Feb 04, 2015 9:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP or HTTP Download with UTF8
Replies: 8
Views: 3138

Re: FTP or HTTP Download with UTF8

Thank you very much. "textEncode" has work.

Code: Select all

# Generate FTP Link
put textEncode("ftp://"& tUser & ":" & tPass & "@" & tIp & ":21/Alfresco/Sites/tür.pdf,"UTF-8") into tFTPDownload
by zinnsoldat08468
Tue Feb 03, 2015 5:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP or HTTP Download with UTF8
Replies: 8
Views: 3138

Re: FTP or HTTP Download with UTF8

Thanks Jean-marc but "urlencode" dosn`t work for me. @Klaus - hallo zurück :-) i have checked with Filezilla and here is the output: Antwort: 215 UNIX Type: Java FTP Server Befehl: FEAT Antwort: 211-Features supported Antwort: MFMT Antwort: SIZE Antwort: UTF8 Antwort: MLST size*;modify*;create*;type...
by zinnsoldat08468
Tue Feb 03, 2015 3:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP or HTTP Download with UTF8
Replies: 8
Views: 3138

FTP or HTTP Download with UTF8

Hello, i woult like to Download a File from FTP but if the filename "ä,ü,ö or ß" than the Download has 0 kb. # Generate local Path put "binfile:" & tAppPath & "/" & tFileName into tFileFolder # Generate FTP Link put "ftp://"& tUser & ":" & tPass & "@" & tIp & ":21/Alfresco/Sites/tür.pdf" into tFTPDo...
by zinnsoldat08468
Sat May 31, 2014 4:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: load different cards dynamically
Replies: 6
Views: 2116

Re: load different cards dynamically

In German: ich möchte eine plugin Schnittstelle in eine Software einbauen. Ein simples plugin System. In english: is this possible to load external stacks? I will create a Desktop Software with simple plugin System like this for PHP ( Bildschirmfoto 2014-05-31 um 17.52.09.png ). All variants are wel...
by zinnsoldat08468
Sat May 31, 2014 11:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: load different cards dynamically
Replies: 6
Views: 2116

Re: load different cards dynamically

Hi Klaus,

thank you for answer.

I would like to make a little software with livecode which can be enlarged with plugins. Has an idea, to do this with livecode?

Best
Zinni
by zinnsoldat08468
Sat May 31, 2014 10:44 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: load different cards dynamically
Replies: 6
Views: 2116

load different cards dynamically

Hello,

I would like to load different cards dynamically (see picture).
Bildschirmfoto 2014-05-31 um 11.36.43.png
The function "start using" can only load complete stack but not display a Stack into a rect. Is this possible?

Best Regards
Zinni

p.s.: sry for my bad english.