Search found 8 matches

by Djfuzion
Thu Dec 06, 2012 6:04 pm
Forum: Android Deployment
Topic: Browser control and embedded (youtube) video
Replies: 13
Views: 13881

Re: Browser control and embedded (youtube) video

Did you ever get this to work?

I simply just have a browser object that has youtube in it and when you click on the play button for the video it just sits there and does nothing?

Its a bit frustrating, I could just remove this option but I really don't want to..
by Djfuzion
Wed Oct 31, 2012 10:05 pm
Forum: iOS Deployment
Topic: App Size pretty large?
Replies: 1
Views: 2549

App Size pretty large?

Hey everyone! I have a quick question. I have a simple app I made and it is on the app store but it's much larger than I think it should be. In the simplest form, it is just a recipes app for a liquor company. There is not much too it EXCEPT for some images I use as backgrounds and other things on e...
by Djfuzion
Tue May 22, 2012 3:52 pm
Forum: iOS Deployment
Topic: Scroller not working after leaving card
Replies: 15
Views: 11530

Re: Scroller not working after leaving card

WTF, Livecode forums says I hit my attachment quota so I cannot post the actual file...even though I haven't done any attachments whatsoever? Well I took one of the example code Scroller stacks that has two cards, made it display the same stuff from the first card but on the second card added the sc...
by Djfuzion
Fri May 18, 2012 9:19 pm
Forum: iOS Deployment
Topic: Scroller not working after leaving card
Replies: 15
Views: 11530

Re: Scroller not working after leaving card

Thanks for the suggestion but unfortunately that did not work either. I have a Scroller demo downloaded with 2 cards, it loads all of the same exact code I use but its on the preopenstack and that works just fine when going from a different card back to the scroller. In that same demo, i add it to p...
by Djfuzion
Fri May 18, 2012 3:46 pm
Forum: iOS Deployment
Topic: Scroller not working after leaving card
Replies: 15
Views: 11530

Re: Scroller not working after leaving card

FIreworx, thanks for the suggestion this is just getting so frustrating! I tried all of what you said and still coming back to that card the scroller is stuck. I'm testing this on the simulator, does that make any difference? Also around scrollerid you have it "scrollerid" but sometimes I see that s...
by Djfuzion
Thu May 17, 2012 9:56 pm
Forum: iOS Deployment
Topic: Scroller not working after leaving card
Replies: 15
Views: 11530

Re: Scroller not working after leaving card

Thanks for the reply Klaus and I had to double check the code above, I think you might have overlooked it but I do declare that scrollid local variable right at the top of the script.
by Djfuzion
Thu May 17, 2012 7:59 pm
Forum: iOS Deployment
Topic: Scroller not working after leaving card
Replies: 15
Views: 11530

Re: Scroller not working after leaving card

Thanks for the welcome :D Heres most of it minus the silly database functions that don't effect anything. Some things in this might seem weird but its because I have been commenting out and changing things a lot trying to see if any of the changes will change the outcome. The group for the scroller ...
by Djfuzion
Thu May 17, 2012 5:47 pm
Forum: iOS Deployment
Topic: Scroller not working after leaving card
Replies: 15
Views: 11530

Scroller not working after leaving card

Hey everyone, I have been having this problem for days now on something I really need to complete and I was too lazy to post on the forums but I just cannot get it to work properly. I have a card that uses a sqlite db to populate a list that is grouped in a scrolling box (followed the example files ...