Search found 18 matches

by razvan
Thu Aug 25, 2016 4:28 pm
Forum: Android Deployment
Topic: XMLRPC request on mobile
Replies: 2
Views: 3445

Re: XMLRPC request on mobile

Can you attach here some links for download and use revXML external and libURL?

Thanks for your answer
by razvan
Fri Aug 12, 2016 7:46 am
Forum: Talking LiveCode
Topic: Help to compare PHP/Python with XML-RPC library
Replies: 2
Views: 3700

Re: Help to compare PHP/Python with XML-RPC library

Did you try this method on mobile?
Is it working properly?
Thanks,
Razvan.
by razvan
Thu Aug 11, 2016 6:58 am
Forum: Android Deployment
Topic: XMLRPC request on mobile
Replies: 2
Views: 3445

XMLRPC request on mobile

Hello I need to use webservices of odoo ERP in my app. I was trying to make a request with revXMLRPC_CreateRequest .That's working just on pc,but not on mobile. Have you another alternative for XMLRPC on mobile or an external, library? on mouseUp put revXMLRPC_CreateRequest("139.59.145.239", "8069",...
by razvan
Wed May 25, 2016 7:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: visible of buttons in datagrid
Replies: 0
Views: 2134

visible of buttons in datagrid

Hello! I'am beginner and I try to learn how to use datagrid in livecode I attached an url video. In this video I put some buttons for call ,mail, message and job_title of people . When I click on the row I want to disappear job title and appear buttons but is not working properly. You will see butto...
by razvan
Fri May 20, 2016 9:52 am
Forum: Mac OS
Topic: Standalone application settings Mac sql,SSL ,sqlite
Replies: 3
Views: 4696

Re: Standalone application settings Mac sql,SSL ,sqlite

The Issue was in folder Runtime,I forgot to add mergJSON external there.
Thanks.
by razvan
Fri May 20, 2016 9:41 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: BackSpace Key help
Replies: 3
Views: 4968

Re: BackSpace Key help

Thanks Klaus,
Your code is working well.
by razvan
Fri May 20, 2016 9:34 am
Forum: Windows
Topic: How can I do update of my app?
Replies: 3
Views: 5730

Re: How can I do update of my app?

Thanks Mark that's good , I want to share my app on a web page or something like this.In present I have a button for check update in my app and use a link of dropbox but is not so professional this way. if the environment is "mobile" then launch url "https://www.dropbox.com/sh/xxxxxxxx/xxxxxxxxxxxxx...
by razvan
Thu Mar 17, 2016 10:35 am
Forum: Windows
Topic: How can I do update of my app?
Replies: 3
Views: 5730

How can I do update of my app?

Hello everybody! I want to make an update button in my app for my users.How can I do it? I tryed to put my app on FTP ...and I used this lesson "http://lessons.livecode.com/m/4071/l/7285-how-to-show-the-progress-of-a-download" for download my .exe from FTP but when I try to execute it almost every t...
by razvan
Fri Dec 18, 2015 10:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: BackSpace Key help
Replies: 3
Views: 4968

Re: BackSpace Key help

Need to put this code on the field on backspacekey if the selectedText is not empty then delete the selectedText else delete the last char of me end if end backspacekey but i have no ideea how to delete a current char now ..(example if you press 2x left button and after press backspace ..this functi...
by razvan
Fri Nov 13, 2015 7:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upload image from stack to database using php webservice
Replies: 3
Views: 4823

Re: Upload image from stack to database using php webservice

Hello Zaxos. I tried post method ,but still not working. Can you give me a simple example ? If is not too much,please atach the stack and php file. This is my try: 1) create function/url routing in PHP: $app->post('/blop', 'insertBlop'); function insertBlop($id, $blop) { $sql = "INSERT INTO images (...
by razvan
Fri Oct 09, 2015 8:09 am
Forum: Mac OS
Topic: Standalone application settings Mac sql,SSL ,sqlite
Replies: 3
Views: 4696

Re: Standalone application settings Mac sql,SSL ,sqlite

I find out where is the problem.The problem is on mergJSON.I used mergJSON-Commercial-1.0.20. The build it's working well on Androi and Windows but when I try it on MAC OS this one is stuck here: function JSONToArray pJSON local tArray,tKeys repeat for each line tKey in [u]mergJSONDecode[/u](pJSON,"...
by razvan
Thu Sep 17, 2015 7:22 am
Forum: Mac OS
Topic: Standalone application settings Mac sql,SSL ,sqlite
Replies: 3
Views: 4696

Standalone application settings Mac sql,SSL ,sqlite

Hello!
Can someone write the steps for build a application for Mac?
I tried with this configure [img]
standalone app.JPG
[/img]
This is working for windows but for Mac don't work correctly.
Thank you!
Razvan
by razvan
Wed Sep 16, 2015 6:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How can I initiate a phone call with livecode?
Replies: 8
Views: 6133

Re: How can I initiate a phone call with livecode?

Hello Trags3!
For call a number on skype from your app you can use:

Code: Select all

on mouseUp
   put "callto://004**********" into tNumber
   launch url  tNumber
end mouseUp
For call a id skype from your app you can use:

Code: Select all

on mouseUp
   launch url "skype:echo123?call"
end mouseUp
All the best!
Razvan
by razvan
Thu Sep 10, 2015 8:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upload image from stack to database using php webservice
Replies: 3
Views: 4823

Upload image from stack to database using php webservice

Hello! I'am beginner in programing and I want to learn how can I put a image from my app in livecode, into database (blob type), using php webservice? For take picture from database it's working with this function in php which call in livecode : <?php /** * @mainpage * This documentation provides in...
by razvan
Mon Sep 07, 2015 8:24 am
Forum: Android Deployment
Topic: Using "aes-128-cbc" for encrypt password on android
Replies: 2
Views: 2676

Re: Using "aes-128-cbc" for encrypt password on android

Thank you so much Klaus!
Now it's working.
All the best!

Razvan.