Search found 13 matches
- Thu Sep 10, 2015 7:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Add images in Datagrid form
- Replies: 2
- Views: 2242
Re: Add images in Datagrid form
Thanks MaxV
- 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 

- 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
- 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 ...
- 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.
- 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?
- 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...
- Wed May 13, 2015 9:33 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 try it but not working
- 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&":"...
- Fri Apr 10, 2015 9:26 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
Re: How to make my Builder App work on my phone and emulator
Thanks, I found the answer
- 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
- Tue Mar 03, 2015 7:51 am
- 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
Re: I would like to know what is the pOperator? is it a fu
Thanks for the answers. it is quiet well understanding



- 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 ...