Search found 52 matches
- Sun Apr 12, 2020 7:08 pm
- Forum: Data Grid Helper
- Topic: manual hilite of dg row
- Replies: 1
- Views: 7596
manual hilite of dg row
Evening people Could someone enlighten me as to the following:- The auto-hilite option for the datagrid makes it a bit tricky to scroll up and down on an android phone, so I unchecked it with the intention of doing it manually. But I can't find the syntax anywhere. The idea is to change the hilite t...
- Sun Apr 12, 2020 7:02 pm
- Forum: Android Deployment
- Topic: player object on android
- Replies: 4
- Views: 1221
Re: player object on android
Thanks v much Klaus
- Wed Apr 08, 2020 1:31 pm
- Forum: Android Deployment
- Topic: player object on android
- Replies: 4
- Views: 1221
Re: player object on android
Hi Klaus
Sorry, yes I meant mobilecontrolcreate.
It works well, but it doesn't seem possible to choose where to locate it on the card.
Kind regards
Paul
Sorry, yes I meant mobilecontrolcreate.
It works well, but it doesn't seem possible to choose where to locate it on the card.
Kind regards
Paul
- Tue Apr 07, 2020 7:18 pm
- Forum: Android Deployment
- Topic: player object on android
- Replies: 4
- Views: 1221
player object on android
Evening everyone Simple question again I'm sure, but there we go: Could someone tell me how / if you can manipulate where the player object goes on the screen on an android device? I can see how you change the size, but not the position. I was thinking I could put the code inside a container and the...
- Tue Apr 07, 2020 7:14 pm
- Forum: Android Deployment
- Topic: psu notification icon
- Replies: 3
- Views: 1217
Re: psu notification icon
Hi Simon
Thanks v much, it was really bugging me, but I couldn't find the answer anywhere.
Kind regards
Paul
Thanks v much, it was really bugging me, but I couldn't find the answer anywhere.
Kind regards
Paul
- Sat Mar 28, 2020 10:29 am
- Forum: Databases
- Topic: converting an sql query into an array
- Replies: 17
- Views: 4856
Re: converting an sql query into an array
Thanks v much for all the answers everyone. I went round the houses trying the various suggestions above, but in the end I used the stack from Fourthworld, because I still couldn't get the SQL syntax to work (I've now bought 'SQL Queries for mere mortals' to try and swot up). So, for any NOOBs like ...
- Fri Mar 27, 2020 7:30 pm
- Forum: Android Deployment
- Topic: psu notification icon
- Replies: 3
- Views: 1217
psu notification icon
Evening All Does anyone know how/if you can change the push notification icon from the default LC one to one of your choice? Also as an aside one of the livecode guides says your application icon should be in incs format, but when you try to select this file from the folder it only shows png formats...
- Fri Mar 20, 2020 2:06 pm
- Forum: Databases
- Topic: converting an sql query into an array
- Replies: 17
- Views: 4856
Re: converting an sql query into an array
Again, thank you for all the replies and offers of help to check my stack However, I have changed tack a bit as I realized what I was doing was a bit convoluted, as in doubling up unnecessarily on what was already on my db. All I need to do is populate a field in my sql db with the push keys of what...
- Thu Mar 19, 2020 12:40 am
- Forum: Databases
- Topic: converting an sql query into an array
- Replies: 17
- Views: 4856
Re: converting an sql query into an array
wow thanks for all the answers I went with the array in the end, which worked fine as far as displaying the data, but retrieving what I actually need is still eluding me:- I have the array as suggested- key -id name info i want 1 paul xxxxxxxx(push key) I can select all the names and put them in a l...
- Wed Mar 18, 2020 12:34 am
- Forum: Databases
- Topic: converting an sql query into an array
- Replies: 17
- Views: 4856
converting an sql query into an array
Evening everyone Could one of you clever people answer the following:- I'm making a very simple database query which returns the info from 2 columns for a number of entries e.g the result is john smith eastbourne ben brown brighton etc, etc.. What I'd like to do is convert the result into an array (...
- Sun Mar 08, 2020 4:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: convert list to string
- Replies: 7
- Views: 1409
Re: convert list to string
thanks v much as ever
kind regards
Paul
kind regards
Paul
- Sat Mar 07, 2020 2:18 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: convert list to string
- Replies: 7
- Views: 1409
convert list to string
Hi there (me again) This really is straight forward, but its late and I'm stumped??!! so any help appreciated. I have a list field where you can select more than one line (containing names), if I put the selected text from the field into a variable and put it, I can see that each entry is on a separ...
- Sun Mar 01, 2020 4:27 pm
- Forum: Internet
- Topic: http request problem
- Replies: 5
- Views: 1696
Re: http request problem
Thank you very much for your help. It turns out I was being a div anyway! I'd removed the space before, because I thought it might be the problem, but it had no affect. It's only the last post that made me look back through it (I thought if it worked in the browser, it would work in LC). stupidly th...
- Sun Mar 01, 2020 11:45 am
- Forum: Internet
- Topic: http request problem
- Replies: 5
- Views: 1696
Re: http request problem
Hi There I have tested the resulting URL in the browser and it works fine (it returns the json response as expected), so the variables and the key work. if I 'put' the result with the variable URL, I get this back???? Kind regards Paul <!DOCTYPE html> <html lang=en> <meta charset=utf-8> <meta name=v...
- Sun Mar 01, 2020 1:48 am
- Forum: Internet
- Topic: http request problem
- Replies: 5
- Views: 1696
http request problem
Hi There I've just come back to livecode after a while and something I'd already done doesn't seem to work? I've formed htto requests before without any problems, but now this happens:- GET url ("https://www.googleapis.com/youtube/v3/search?part=snippet&q=little simz, offence&key=AIzaSyC-k5IU6jr9eHx...