Search found 96 matches

by gilar
Wed Feb 22, 2017 4:57 am
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Re: Write XML file from Android apps to a PC over WiFi conne

http://i967.photobucket.com/albums/ae157/ninesoul-clothing/Livecode%20Forum/Schema%202%20Webserver_zpsxh1pj8x8.jpg Hi capellan .... Now i'm trying to understand about CasparCG Server, CGI and Installing Apache Server # First I follow this Tutorial http://lessons.livecode.com/m/4070/l/36651-how-do-i...
by gilar
Tue Feb 21, 2017 6:03 pm
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Re: Write XML file from Android apps to a PC over WiFi conne

http://i967.photobucket.com/albums/ae157/ninesoul-clothing/Livecode%20Forum/Schema%201%20Share%20Folder_zpshjb5hlzg.jpg Your Android device will not be a member of the homegroup so sharing that way you will have no success. If you change sharing to specific people and then select 'everyone' and und...
by gilar
Tue Feb 21, 2017 4:43 pm
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Re: Write XML file from Android apps to a PC over WiFi conne

Hi capellan, thanks for your explanation I have succesed to create a Client Apps with Livecode But I never create a Server Apps with it. So,I think i have to learn more about LiveCode Server There is several CasparCG Client I have created with livecode I connect it to CasparCG Server *) CasparCG ---...
by gilar
Sun Feb 19, 2017 7:26 pm
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Re: Write XML file from Android apps to a PC over WiFi conne

Still strugle to write XML file from Android into PC I checked this totorial https://www.maketecheasier.com/share-windows-folders-android/ and follow it I'm using this "ES File Explorer" on Android https://play.google.com/store/apps/details?id=com.estrongs.android.pop to check if my Android can acce...
by gilar
Sun Feb 19, 2017 12:11 pm
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Re: Write XML file from Android apps to a PC over WiFi conne

Hi SparkOut ... thanks for quick replay... Your Android device will not be a member of the homegroup so sharing that way you will have no success. If you change sharing to specific people and then select 'everyone' and under the advanced network properties turn off prompting for passwords then you m...
by gilar
Sun Feb 19, 2017 4:50 am
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Re: Write XML file from Android apps to a PC over WiFi conne

I have check with windows application from Another PC on the Network ... I can make it I use this URL and I succes to create XML file binfile:\\DRACO-PC\DracoXpression\Statistic.xml So i think this is about Android Application Any one know, what i've missed up? Comment and help would be appreciate B...
by gilar
Sun Feb 19, 2017 4:20 am
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Re: Write XML file from Android apps to a PC over WiFi conne

Firstly, can the android device resolve the pc name ok? What if you change "draco-pc" to the ip address of the pc? I have change draco-pc into PC ip adress and still fail to write XML file Is this need something like socket and port connection? Secondly what are the permissions on the dracoXpressio...
by gilar
Sat Feb 18, 2017 4:21 pm
Forum: Android Deployment
Topic: Write XML file from Android to PC over WiFi connection
Replies: 41
Views: 23648

Write XML file from Android to PC over WiFi connection

Hi .... first i have succes to write XML file on PC here is the thread http://forums.livecode.com/viewtopic.php?f=8&t=28836 Now I'm trying to Write an XML file from Android apps over WiFi connection here what i've done: 1. Create Android apps and Deploy it in Stand alone (succes) 2. Create Windows a...
by gilar
Wed Feb 15, 2017 7:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create unicode XML file
Replies: 4
Views: 4351

Re: Create unicode XML file

Dobar dan gilar, "uniencode" and "unidecode" have been deprecated since version 7 of Livecode! What version are you using? If version >=7 use "textencode"/"textdecode"! I use Livecode version 8, for some reason now back to use version 7 So something like this as the final step should work: ... put ...
by gilar
Wed Feb 15, 2017 6:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create unicode XML file
Replies: 4
Views: 4351

Re: Create unicode XML file

I read this http://stackoverflow.com/questions/16392416/how-to-construct-and-write-an-xml-file and I put this code on the end my GENERATE script uniDecode(uniEncode(myXMLData,"UTF8")) then the script will be like this put the xml of this card into it put uniDecode (uniEncode (it,"UTF8")) into url "b...
by gilar
Wed Feb 15, 2017 3:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create unicode XML file
Replies: 4
Views: 4351

Create unicode XML file

Hello Every Body .... I have problem to create an XML file which contain unicode font i create a script in card and button to generate an XML file this is my CARD SCRIPT local _tags local _xml local _level local _tabs function q pText return quote & pText & quote end q on startXML //put "<?xml versi...
by gilar
Wed Feb 15, 2017 3:14 am
Forum: Android Deployment
Topic: Android Socket Connection to PC not WORKING
Replies: 1
Views: 2742

Re: Android Socket Connection to PC not WORKING

For anyone has problem like
you just have to ceklis "INTERNET" option on "APPLCATION PERMISSION" in Standalone
Image
by gilar
Tue Jan 10, 2017 5:52 am
Forum: Android Deployment
Topic: Android Socket Connection to PC not WORKING
Replies: 1
Views: 2742

Android Socket Connection to PC not WORKING

Hello every body ... dos anyone has problem like me? I have built Port Connection apps, I built in Windows then Deploy for Andoid and PC here the result: - Livecode success build apk and exe file - exe file works good in PC (can connect to server) - apk file not working on Android. Not working mean ...
by gilar
Wed Aug 10, 2016 6:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Save and Load DATA on GUI to XML
Replies: 2
Views: 3011

Re: Save and Load DATA on GUI to XML

I have succsess load XML file with this script on mouseUp answer file "Select File" if the result is not "cancel" then loadFile else end if loadDracoSave end mouseUp command loadDracoSave local tTree put readDracoSaveToXMLTree() into tTree if tTree is empty then exit loadDracoSave end if processDrac...
by gilar
Wed Aug 10, 2016 4:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Save and Load DATA on GUI to XML
Replies: 2
Views: 3011

Save and Load DATA on GUI to XML

Hi ... every body ... I'm trying to save data on GUI to a XML file. then I want to load later the XML file into GUI. Here is the GUI .... http://i967.photobucket.com/albums/ae157/ninesoul-clothing/DRACO%20Soccer/Football%20Client%2001_zpsixkdh4xa.png I want to save text field, Image Box, and URL to ...

Go to advanced search