Search found 10 matches

by jun
Wed Dec 23, 2020 1:55 pm
Forum: LiveCode Builder
Topic: LCB: How to evaluate an expression
Replies: 1
Views: 3556

LCB: How to evaluate an expression

Sorry, I am back with a newbie question. Right now, I am trying to make an expression work. This could be an `eval` in web. In Livecode Script, I could easily use `value` handler like this: put "10 * 20" into tExpression answer the value of tExpression But how can I do this in LCB? Here's what I tri...
by jun
Wed Dec 23, 2020 12:54 pm
Forum: LiveCode Builder
Topic: Trying to make Array work in repeat
Replies: 5
Views: 6094

Re: Trying to make Array work in repeat

bn wrote:
Tue Dec 22, 2020 4:47 pm
Hi Jun,

does

Code: Select all

put (pArray[tKey] parsed  as number) * 10 into tResult[tKey]
work? I could not test it at the moment.

Kind regards
Bernd

This works great. Thank you.
by jun
Wed Dec 23, 2020 7:04 am
Forum: LiveCode Builder
Topic: Trying to make Array work in repeat
Replies: 5
Views: 6094

Re: Trying to make Array work in repeat

@bn Thanks I will try that later. I even tried something like that but I missed the open and clause parenthesis.

@PaulDaMacMan Appreciate the explanation. By the way, I am reading/looking on your repo to get some ideas especially on syntax in LCB. Hopefully you don't mind :D
by jun
Tue Dec 22, 2020 1:55 pm
Forum: LiveCode Builder
Topic: Trying to make Array work in repeat
Replies: 5
Views: 6094

Trying to make Array work in repeat

So, I am learning livecode builder and I am stuck when I tried to modify the value in my array. I tried modifying each value on my array by multiplying 10 but I got an error when I tried to call in LC. Sorry for newbie question. public handler testLoop(in pArray as Array) returns Array variable tRes...
by jun
Fri Sep 27, 2013 6:29 am
Forum: Android Deployment
Topic: Layout is messed up when keyboard shows up
Replies: 1
Views: 1945

Layout is messed up when keyboard shows up

Hello, Do you know the equivalent of eclipse code android:windowSoftInputMode="adjustNothing" in livecode? This prevents changing the layout when the keyboard shows up but I don't know how to make this happen using Livecode. I created a web apps (html5 pages packed as android and ios apps). In this ...
by jun
Thu Aug 22, 2013 5:09 am
Forum: Android Deployment
Topic: suspendStack and resumeStack under Android
Replies: 7
Views: 4556

Re: suspendStack and resumeStack under Android

Hello,

I have the same problem and I was thinking I should comment it here. Did somebody has solution for this one? And how did you do it? :(
by jun
Thu Aug 22, 2013 4:17 am
Forum: Android Deployment
Topic: mobileSetKeyboardType "decimal"
Replies: 2
Views: 2322

Re: mobileSetKeyboardType "decimal"

Hi Jacob, I've emailed this problem to runrev support. They said "this is a specific bug with LiveCode 5.5.5 and Android 4.1.2". I got an email/reply below from their support. "I can confirm that I am able to replicate the issue from this stack. After further investigation this seems to be a specifi...
by jun
Mon Aug 19, 2013 2:46 am
Forum: Android Deployment
Topic: mobileSetKeyboardType "decimal"
Replies: 2
Views: 2322

mobileSetKeyboardType "decimal"

Hello, I have a problem on my app in android. I added a code mobileSetKeyboardType "decimal" to show the decimal keyboard to input an amount. But it seems the Dot ("."), does not work in phone. Works fine in tablet. I tried removing all key validations for the amount field but still the same. Anyone...
by jun
Mon Jun 03, 2013 4:36 am
Forum: Android Deployment
Topic: Emulators & standalones not working for android
Replies: 5
Views: 3994

Re: Emulators & standalones not working for android

Hello,

I am using Livecode 5.5.5 and created a simple hello world app. It just show black screen. Anything I missed? Or this is still a bug?

Jun
by jun
Mon May 27, 2013 7:51 am
Forum: iOS Deployment
Topic: External
Replies: 13
Views: 7513

Re: External

Hi Guys, I have Livecode 5.5.5 and xcode 4.6.2. When I created a standalone build, it was successful. But it seems the external does not work for me, is there any reason that the externals don't work? My question is just to broad but maybe you can give me most common causes why it does not work. Tha...

Go to advanced search