Search found 7 matches

by Kae
Fri Nov 22, 2013 5:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The scroller problem - The page is missing 1/3
Replies: 6
Views: 3413

Re: The scroller problem - The page is missing 1/3

Hi Simon, I'm sorry too late to reply you. I had try your method but that is not work. If I set it's blend level to 99, all photo I cannot see, or "set it's blend level to 99" that is the code? Also, if I set "width 1600, height 400, left 0, top 42", that is could not scroll. Would you like to send ...
by Kae
Sun Nov 17, 2013 1:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The scroller problem - The page is missing 1/3
Replies: 6
Views: 3413

Re: The scroller problem - The page is missing 1/3

HI Simon,
I have already tried to change 1600 to other number, but there is nothing is changed. Also, I tried the changed code and output to my mobile that is not work.
There is the stack and the photo ↓
https://www.dropbox.com/sh/v2tabyrnkzwm0z4/fy9AP2-2fH

Thanks!
by Kae
Sat Nov 16, 2013 11:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: The scroller problem - The page is missing 1/3
Replies: 6
Views: 3413

The scroller problem - The page is missing 1/3

HI,this is a photo album that is need horizontal image scroller. I have already created a scroller. However, the last page of photo is missing 1/3 on right hand side. This is the code ↓ local sScrollerID on preOpenCard local tScrollerRect, tContentRect if environment() is not "mobile" then exit preO...
by Kae
Thu Oct 24, 2013 5:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image Scroller work in IOS but not in Android
Replies: 3
Views: 2141

Re: Image Scroller work in IOS but not in Android

Hi Simon,
I would like to know that am I just remove all about the canBounce functions? Or shall I replace it?
Also,is there any function is just used for IOS?
Thanks
by Kae
Wed Oct 23, 2013 8:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image Scroller work in IOS but not in Android
Replies: 3
Views: 2141

Image Scroller work in IOS but not in Android

HI,this is a photo album that is need horizontal image scroller. However, I find some code that is work in IOS but not work in Android. This is work in IOS ↓ on preOpenCard if the environment is "mobile" then createScroller end if end preOpenCard on createScroller clearScroller "cardsScroller" set t...
by Kae
Tue May 21, 2013 5:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to change drag to click
Replies: 2
Views: 2092

Re: How to change drag to click

Sorry I didn't understand which the words are needed to delete. Is there any sample for me to watch???
by Kae
Fri May 17, 2013 7:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to change drag to click
Replies: 2
Views: 2092

How to change drag to click

hi…I have read and got the sample of drag and drop images. However, I want to change drag to click. Someone could solve this problem ? THx