Search found 53 matches

by Jamie37
Sun May 22, 2016 7:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ios Scroller
Replies: 5
Views: 3790

Re: ios Scroller

Yes scrollerid is declared as a variable but is a global variable. I have tried as local but no change.

Jamie
by Jamie37
Wed May 18, 2016 7:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ios Scroller
Replies: 5
Views: 3790

Re: ios Scroller

Hi Klaus, Thanks for the reply. I believe so, Here is the code I am using on the card script: on preOpenCard if environment() is not "mobile" then exit preOpenCard put the rect of fld "DropBoxFileList" into fldRect put the formattedHeight of fld "DropBoxFileList" into fldHeight put the width of fld ...
by Jamie37
Wed May 18, 2016 7:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ios Scroller
Replies: 5
Views: 3790

ios Scroller

Hello, I am having issues with scrolling a field in ios on an iPad. I am using this code example from Dixie http://forums.livecode.com/viewtopic.php?f=49&t=7991 . The problem I am having is that the scroller works fine when I first go onto the card. However, when I navigate away from it and come bac...
by Jamie37
Mon Apr 18, 2016 8:33 pm
Forum: Internet
Topic: RSS Feed Date Node
Replies: 0
Views: 2235

RSS Feed Date Node

Hello,

I am having a problem with my RSS feed. Everything works fine apart from the date node. I get this error 'xmlerr, cant find element'. I have found it to be the date node but not sure how to fix it as I would rather have the date instead of just the title if possible?

Thanks
Jamie
by Jamie37
Mon Apr 11, 2016 2:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Text Field Problem
Replies: 1
Views: 2071

Text Field Problem

Hello, I have a problem with my text field on an Ipad. Basically I have a few text fields within a scrolling group. When I click on these text fields when testing on the Ipad app, they make all the other fields and even the labels graphics appear really jaggered (If thats the word for it). They basi...
by Jamie37
Mon Apr 04, 2016 7:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: MobilePick Location problem
Replies: 1
Views: 1928

MobilePick Location problem

Hello,

When I use the mobilepick, the options menu that appears will appear in a completely different place to the actual button. Why is this? (I am using the Ipad)

Thanks
Jamie
by Jamie37
Mon Apr 04, 2016 5:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Mobile Orientation
Replies: 3
Views: 3042

Re: Mobile Orientation

Hi newtronsois,

I need the orientation to be forced to landscape for only one substack but the rest of the app needs to be natively in portrait. Is this possible?

Jamie
by Jamie37
Wed Mar 30, 2016 8:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Mobile Orientation
Replies: 3
Views: 3042

Mobile Orientation

Hello, I have used this code from this website: http://runrev.screenstepslive.com/s/3527/m/4069/l/49982-mobile-orientations Basically the problem I am having is I want the orientation to change to 'Landscrape Left' automatically when I enter one substack which is does fine. The problem is that it do...
by Jamie37
Mon Mar 28, 2016 9:52 pm
Forum: Internet
Topic: Dropbox Help
Replies: 30
Views: 20826

Re: Dropbox Help

Hi gmccarthy,

Another problem I now have is what does this error mean? (Image Attached)

Thanks
Jamie
by Jamie37
Fri Mar 25, 2016 10:54 pm
Forum: Internet
Topic: Dropbox Help
Replies: 30
Views: 20826

Re: Dropbox Help

Thank you both for your input. I really appreciate your help and I believe everything is now sorted. Thanks gmccarthy, your Dropbox API is great!

Jamie
by Jamie37
Fri Mar 25, 2016 10:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Basic Help with Text
Replies: 2
Views: 2216

Re: Basic Help with Text

Ok thank you Simon, that's great. It is now sorted.

Jamie
by Jamie37
Fri Mar 25, 2016 2:10 am
Forum: Internet
Topic: Dropbox Help
Replies: 30
Views: 20826

Re: Dropbox Help

That's Great! Thanks for the explanation. However it is still giving me the full file name and when I use item -1, if still only gives me the very last one?
by Jamie37
Fri Mar 25, 2016 1:09 am
Forum: Internet
Topic: Dropbox Help
Replies: 30
Views: 20826

Re: Dropbox Help

Im really grateful for your help but if i'm honest I don't really know what that piece of code means. Id rather understand it rather than just copy and pasting. Would you be able to explain it to me if thats ok so I understand.

Thanks
Jamie
by Jamie37
Fri Mar 25, 2016 1:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Basic Help with Text
Replies: 2
Views: 2216

Basic Help with Text

Hello, I cannot get my head around this problem. Basically I have this code below so that when a file is selected from a field, it sets the delimiter to "/" and clears the previous selection. I then press the new selection from another field and it put into the new field after my item delimiter. The...
by Jamie37
Fri Mar 25, 2016 12:05 am
Forum: Internet
Topic: Dropbox Help
Replies: 30
Views: 20826

Re: Dropbox Help

I have a repeat loop in place now to try it but the problem is that it gets the last item of each line but will then only put the last item of the last line into the field. THis si the repeat code I have: repeat for each line tline in tDropBoxFileList put the last of item of tline into tDropBoxFileL...

Go to advanced search