Search found 449 matches

by jameshale
Tue Oct 10, 2023 3:07 am
Forum: iOS Deployment
Topic: mobileorientation lags??
Replies: 2
Views: 10918

Re: mobileorientation lags??

SOLVED.

I should have used mobileDeviceOrientation() not mobileOrientation()
by jameshale
Tue Oct 10, 2023 2:20 am
Forum: iOS Deployment
Topic: mobileorientation lags??
Replies: 2
Views: 10918

mobileorientation lags??

Hi I am trying to adjust controls on my iOS app and need to get the width of the stack. Seems simple. on a test stack I put the following code: on orientationchanged put the width of this stack & " " & mobileOrientation() into fld "f1" end orientationchanged The tested in the iPhone simulator. As I ...
by jameshale
Thu Oct 05, 2023 11:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Responsive Layout - again?
Replies: 1
Views: 9663

Responsive Layout - again?

I realise from my last post that not everyone is using the Responsive Layout to handle control placement but here goes. I have been using it to great effect to place (well stretch) both a header and footer widget on my stack which will primarily be for iOS, as well as a text field and image. As of a...
by jameshale
Thu Sep 28, 2023 8:38 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack size changes on go to card
Replies: 4
Views: 2887

Re: Stack size changes on go to card

Yeah, documentation on the responsive layout is crap, I have grilled support over a couple of issues. However it does the job I want really well. The issue I have is really just an annoyance in the IDE as the app itself is for iOS. I interestingly it doesn’t impact the Mac standalone. So I am just c...
by jameshale
Thu Sep 28, 2023 4:10 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack size changes on go to card
Replies: 4
Views: 2887

Stack size changes on go to card

Hi, I have a weird issue. I have a 2 card (user wise) stack with card 1 being the main card 2 and card to being an information card (card “info”). On card 1 the is a control to “go to card”info’. Card 1 is 1000 by 800. When I switch to card 2 the stack becomes 800 by 1000. I.e. the height and width ...
by jameshale
Fri Apr 28, 2023 4:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: pink Answer dog
Replies: 6
Views: 2713

Re: pink Answer dog

If only I was so practical
by jameshale
Fri Apr 28, 2023 12:38 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: pink Answer dog
Replies: 6
Views: 2713

Re: pink Answer dog

@LCMark, pink persists in 9.6.8 I have archived earlier releases.
Background colour??
Hmm not aware that I have set this pink anywhere......
EGAD!! :shock: I do set the stack's backgroundcolor, and set it to PINK!
:oops: :oops:
Set it to empty and dlog back to normal.
Thanks for the help Mark.
by jameshale
Thu Apr 27, 2023 3:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: pink Answer dog
Replies: 6
Views: 2713

pink Answer dog

using LC 9.6.9 on Mac Ventura and I notice when I build my standalone my Answer dlogs are pink.
pinky.png
is this a Ventura thing?
by jameshale
Fri Apr 21, 2023 4:17 pm
Forum: Announcements
Topic: Announcing Xavvi, a Great Leap Forward for App Building
Replies: 160
Views: 540555

Re: Announcing Xavvi, a Great Leap Forward for App Building

What will,happen with existing business license holders? Will LC 10 and beyond get desktop versions of the new features or does all this mean a development /commercial fork that will leave current licensees stranded?
by jameshale
Wed Apr 19, 2023 2:32 am
Forum: Announcements
Topic: [ANN] Release LiveCode 10.0.0 DP-5
Replies: 4
Views: 5795

Re: [ANN] Release LiveCode 10.0.0 DP-5

Can't get dictionary working on Mac Venntura ://quality.livecode.com/show_bug.cgi?id=24174
by jameshale
Tue Apr 11, 2023 7:42 am
Forum: Talking LiveCode
Topic: Adding empty spaces to Nav Bar widget
Replies: 3
Views: 2235

Adding empty spaces to Nav Bar widget

I have been updating the interface of one of my apps to use the Navigation Bar widget in place of individual buttons. Coupled with the Responsive Layout, it seemed an easy way to ensure they would be correctly placed even when the card was resized or re-oriented. However the widget doesn't really gi...
by jameshale
Sat Apr 08, 2023 1:11 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Regex to remove multiple return characters
Replies: 20
Views: 7704

Re: Regex to remove multiple return characters

@stam, yes it does seem a good tool.
^\r was not a good choice here but…^\R was.
Thanks.
by jameshale
Fri Apr 07, 2023 3:01 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Regex to remove multiple return characters
Replies: 20
Views: 7704

Re: Regex to remove multiple return characters

Goodness I didn't realise there would be so much discussion. I tried a few of the suggestions and some worked some of the time. Interestingly replacetext is meant to do a "replace all" but only does this sometimes. Anyway after sleeping on it I realise there was a much simpler solution in my case. Y...

Go to advanced search