Search found 13 matches

by mulandc@yahoo.fr
Thu Jul 30, 2015 7:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Add images in Datagrid form
Replies: 2
Views: 2242

Add images in Datagrid form

I wan 't to put diferent images on each row in datagrig form but what I troy is not working and what I make is just to put a sigle image on each row here is my datagrid If someone can help me please :)
by mulandc@yahoo.fr
Wed Jul 01, 2015 11:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to copy a pdf and how to rename the pdf
Replies: 2
Views: 2358

Re: How to copy a pdf and how to rename the pdf

try to look at this. it was posted on forum before by FireWorx. I hope it can help you
by mulandc@yahoo.fr
Fri Jun 19, 2015 10:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: QRCODE in LiveCode
Replies: 9
Views: 7979

Re: QRCODE in LiveCode

hello, I know how to generate the QRCode and it work perfectly after the session we did with you on skype(I hope you remimber: Christian, Daniel and Razvan) but the problem we still have is to creat our own reader app/external to scan the QRCode. perhpars if you have time we could have a session on ...
by mulandc@yahoo.fr
Fri Jun 19, 2015 10:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: QRCODE in LiveCode
Replies: 9
Views: 7979

Re: QRCODE in LiveCode

thanks Dixie, I need for Android mobile.
by mulandc@yahoo.fr
Fri Jun 19, 2015 7:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: QRCODE in LiveCode
Replies: 9
Views: 7979

QRCODE in LiveCode

How to scan the QRCode with livecode?
by mulandc@yahoo.fr
Fri May 15, 2015 10:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: To Upload picture from Mobile to FTP ?
Replies: 5
Views: 6594

Re: To Upload picture from Mobile to FTP ?

I think I solved the problem. the code looks like that: on mouseup global id_crt add 1 to id_crt put "/"& id_crt &".png" into cs export image "picture" to file specialFolderPath("camera")& "/id_crt.png" as PNG put url ("binfile:" & specialFolderPath("documents") & "/id_crt.png") into tImageUpload p...
by mulandc@yahoo.fr
Wed May 13, 2015 8:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: To Upload picture from Mobile to FTP ?
Replies: 5
Views: 6594

To Upload picture from Mobile to FTP ?

I make an App from which I can upload easily picture from destop to my FTP but from my mobile I cannot upload to FTP. someone can help me ? please here is my code: on mouseup global id_crt add 1 to id_crt put "/"& id_crt &".png" into cs put image "picture" into tImageUpload put "ftp://"&Username&":"...
by mulandc@yahoo.fr
Thu Apr 09, 2015 6:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to make my Builder App work on my phone and emulator?
Replies: 2
Views: 2411

How to make my Builder App work on my phone and emulator?

I have make a simple app then built a standalone Application that I sent to my Android emulator. but the problem is that I can use my keysboard to provide input and also when I put that application on phone with Android it can not install. someone can help me? Christian
by mulandc@yahoo.fr
Wed Feb 25, 2015 2:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I would like to know what is the pOperator? is it a functi
Replies: 3
Views: 4564

I would like to know what is the pOperator? is it a functi

on operatorPressed pOperator set the showBorder of button "/" to false set the showBorder of button "x" to false set the showBorder of button "-" to false set the showBorder of button "+" to false --Set the border color to Black set the borderColor of button pOperator to black set the showBorder of ...