Search found 315 matches

by Jellobus
Sun Mar 09, 2014 6:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: moving object simultaneously
Replies: 3
Views: 2280

Re: moving object simultaneously

Hi Simon and Dunbarx,

Thanks a lot for your help. :D
It looks like nothing is Impossible with LC!

Cheers,

Louis
by Jellobus
Sun Mar 09, 2014 5:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: moving object simultaneously
Replies: 3
Views: 2280

moving object simultaneously

Hi guise, I am trying to move several objects simultaneously. I was using repeat structure...but I found it was a wrong approach. :roll: 1. there are 10 images 2. move images 1 ~ 10 from Loc (A) to Loc (B) in random(10) thicks simultaneously. 3. each object has different speed when it moves but it s...
by Jellobus
Sat Mar 08, 2014 4:08 am
Forum: MobGUI
Topic: How to use scroller?
Replies: 2
Views: 3185

Re: How to use scroller?

Hi splash21,

thanks a lot! I didn't realized there is a new version. I will check it out.

Cheers,

Louis
by Jellobus
Fri Mar 07, 2014 8:40 am
Forum: MobGUI
Topic: How to use scroller?
Replies: 2
Views: 3185

How to use scroller?

Hi everyone! I am newbie to MobGUI. the thing is I can't even use MobGUI scroller. what I did is 1. add preopencard code to card script 2. put mobGUIScrollers true mobGUIScrollerCreate the long id of group "Scroller" in opencard handler 3. put Android scroller into the card 4. Edit group 5. put fiel...
by Jellobus
Wed Mar 05, 2014 4:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dontwrap property & char without space
Replies: 7
Views: 3822

Re: dontwrap property & char without space

Hi Simon,

Thanks your suggestion. I have tried like yours (slightly different) but the behavior of field was not consistent. I am keep trying to find solution to make a field behaves like typical memo app in mobile. I will post it if I find a way to achieve it.

Cheers,

Louis
by Jellobus
Tue Mar 04, 2014 4:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dontwrap property & char without space
Replies: 7
Views: 3822

Re: dontwrap property & char without space

Hi, Simon, Dave, and Jacque. Thanks for your advice :D I tested your script and found that spaces between words are removed if I repetitively open and close to edit text of field. Is it possible to make field behaves like a memo app in ios? so chars will be wrapped as soon as users type it in the fi...
by Jellobus
Mon Mar 03, 2014 6:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: dontwrap property & char without space
Replies: 7
Views: 3822

dontwrap property & char without space

Hi everyone! I am trying to solve an issue with characters without space in field. set dontWrap to false does not affect characters without space. look at the link first, http://lessons.runrev.com/s/lessons/m/2592/l/125586-inserting-line-breaks-to-hard-wrap-text I tested this script with on keyUp me...
by Jellobus
Sun Mar 02, 2014 12:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: field and dontWrap property
Replies: 2
Views: 2016

Re: field and dontWrap property

Thanks Dave! I will look at the link :)

Cheers,

Louis
by Jellobus
Sun Mar 02, 2014 11:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: field and dontWrap property
Replies: 2
Views: 2016

field and dontWrap property

Hi people! I am using LC with windows environment. I was trying to set the dontWrap of fld "fld" to false so that characters are not continuously typed in the line 1 forever. How can I make fld wrap characters in its field? so characters will be return to next line to continue when it reaches the bo...
by Jellobus
Thu Feb 20, 2014 3:03 pm
Forum: Multimedia
Topic: locate image and text in field
Replies: 2
Views: 3565

Re: locate image and text in field

Hi Klaus,
Wow! sloved!
I was talking about the first option. but another way is also seems good option for me :lol:

Thank you so much!

Louis
by Jellobus
Thu Feb 20, 2014 2:40 pm
Forum: Multimedia
Topic: locate image and text in field
Replies: 2
Views: 3565

locate image and text in field

Hi, :D Is there way to locate image file after text in the field, then put text after image? - There are 2 text paragraphs in a field and 1 image object. - length of text will be changed. it depends on the data, so it could be long or short. - image will be placed after the first paragraph so toplef...
by Jellobus
Thu Feb 06, 2014 9:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: setting loc & hide inneractive ad
Replies: 5
Views: 3538

Re: setting loc & hide inneractive ad

Hi Simon, This is my script ---in the stack script--- on preopenstack set the fullscreenmode of this stack to "exactfit" end preopenstack ---in the card script--- global tPos, yAdloc on openCard put the topleft of image "AdHere" into tPos put item 2 of tPos into yAdloc createAd end openCard command ...
by Jellobus
Wed Feb 05, 2014 11:28 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: setting loc & hide inneractive ad
Replies: 5
Views: 3538

Re: setting loc & hide inneractive ad

Simon,

I tried with your method.. I set the loc, topleft of both banner and image "image" to same 0, 200, but the banner placed unexpected loc. It must be something with fullscreenmode function. I have to figure it out.

cheers,

Louis
by Jellobus
Wed Feb 05, 2014 3:16 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: setting loc & hide inneractive ad
Replies: 5
Views: 3538

Re: setting loc & hide inneractive ad

Oh ho ho! Thanks Simon! :mrgreen: It was so simple but I never though that way until you told me. so I think problem 2 and 3 are solved. I still thinking some way to hide or pre-caching "full screen" Ad. I read through developer's page on inneractive website and found that pre-caching interstitial A...
by Jellobus
Tue Feb 04, 2014 9:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: setting loc & hide inneractive ad
Replies: 5
Views: 3538

setting loc & hide inneractive ad

Hello, everyone! I am newbie here and its my first post. Hope I could get some leads from your idea. :D I am trying to implement inneractive Banner and fullScreen Ad on my App. There are three things I like to know, :roll: The stack uses fullscreenmode to “exactfit” (390x690) 1. How to hide “full sc...

Go to advanced search