Search found 19 matches

by rayjbenet
Mon Oct 02, 2023 5:06 pm
Forum: iOS Deployment
Topic: none sdks on my Xcode 14.3.1 ? Solved
Replies: 4
Views: 4393

Re: none sdks on my Xcode 14.3.1 ? Solved

It doesn't appear that we got a direct answer to the question. Are we saying that XCode 14.3 _isn't_ going to be selectable from the "Mobile Support"? I have XCode 14_3 installed. It shows iOS 16.4 as installed as well as iOS 17.0 Simulator and iOS 16.2 Simulator. Yet, when I select this Xcode appli...
by rayjbenet
Thu Oct 28, 2021 7:38 pm
Forum: IDE Contributors
Topic: Current IDE Oddities and Obstacles
Replies: 53
Views: 123706

Re: Current IDE Oddities and Obstacles

This isn't a multiple monitors issue alone. I'm on an M1 MBP 2020 (13"). BigSur 11.6.1 The revMenuBar stack opens at a topLeft of 0,184 The revTools stack opens at a topLeft of 0,84 It is a built-in retina display and the system settings are "Default for Display". Unlike the problem with multiple mo...
by rayjbenet
Mon Mar 22, 2021 11:21 am
Forum: Talking LiveCode
Topic: Lost answer dialog
Replies: 6
Views: 3472

Re: Lost answer dialog

Can you post "how" you fixed it?

What do you mean the "relationship between the two monitors"?

When working with MBP and an HDMI attached monitor, this frequently gives me fits (answer dialog disappearing off the top somewhere).
Thanks.
by rayjbenet
Fri Apr 29, 2016 8:37 pm
Forum: iOS Deployment
Topic: [INFO] official versions for LC-Xcode-iOS
Replies: 14
Views: 11973

Re: [INFO] official versions for LC-Xcode-iOS

Xtools version installed on my Mac: Version 7.3 (7D175) OS X El Capitan Version 10.11.4 LiveCode 7.1.3 doesn't recognize the SDK (as advertised in the list) {i.e. - red box in Mobile Preferences} LiveCode 7.1.4 rc2 does find and recognize the 9.3 SDK LiveCode 8.0.0 rc1 recognizes 9.3 SDK as well (NO...
by rayjbenet
Sat Sep 06, 2014 11:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Code organization
Replies: 10
Views: 6084

Re: Code organization

From a distribution perspective, stand alone, how does this work? Keep this library stack in a folder somewhere easy to find consistently in your development area - probably call it "Libraries" or "My Libraries". Under the File menu, within "Standalone Application Settings...", click the "Stacks" l...
by rayjbenet
Sat Mar 03, 2012 11:59 pm
Forum: Off-Topic
Topic: 64-bit standalones
Replies: 8
Views: 7074

64-bit standalones

I assume from the way the installers treat my standalones that they are 32-bit apps.

Is this true?

If so, are there plans to enable us to create 64-bit apps from Livecode?
by rayjbenet
Sat Feb 11, 2012 4:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A bug with graphic Rectangle when printing
Replies: 5
Views: 3656

Re: A bug with graphic Rectangle when printing

God bless you - I've been chasing a related problem all morning. I have a some graphics on a page that I print. Printing from the Mac, these graphics have crisp, solid lines, as I'd expect. Printing from a PC, it prints with a dashed line on the border. The graphic is simple - rounded rectangle, no ...
by rayjbenet
Thu Jan 28, 2010 8:50 pm
Forum: Databases
Topic: Revdb error occuring because of "pre-fetch"??
Replies: 4
Views: 4540

Re: Revdb error occuring because of "pre-fetch"??

Brilliant.

It was the Query Builder.

There was an empty Query in there called Query 1.

I deleted it. Saved the stack. Closed the stack. Re-opened the stack - no error.

Thanks for the indirect pointer !
by rayjbenet
Thu Jan 28, 2010 8:47 pm
Forum: Databases
Topic: Revdb error occuring because of "pre-fetch"??
Replies: 4
Views: 4540

Re: Revdb error occuring because of "pre-fetch"??

I am NOT using query builder. As best I can tell, there is no good reason ANY code having anything to do with a database should be executing when the stack is opening. I have a button on the main card of the stack, that when clicked, will do a database open and a few queries. The database sits on th...
by rayjbenet
Thu Jan 28, 2010 4:13 pm
Forum: Databases
Topic: Revdb error occuring because of "pre-fetch"??
Replies: 4
Views: 4540

Revdb error occuring because of "pre-fetch"??

I have a very simple stack which contains a button script that will connect directly to a MySQL database (over the Internet) and run some simple queries. There are no handlers for "preOpenStack" "openStack" "preOpenCard" or "openCard" Whenever I open the stack, I get this error: "There was an error ...
by rayjbenet
Wed Jan 20, 2010 1:10 pm
Forum: Mac OS
Topic: Check for Updates not finding latest update
Replies: 2
Views: 2953

Re: Check for Updates not finding latest update

I hate replying to my own posts, but... Went back into "manage versions" feature and selected 4.0-dp-4. Ran the "about Revolution Enterprise" dialog to verify it switched. Then I changed the "default" to 4.0 gm-1 and "Launched" it from there. Closed the "manage versions" window. Re-opened "About Rev...
by rayjbenet
Wed Jan 20, 2010 12:53 pm
Forum: Mac OS
Topic: Check for Updates not finding latest update
Replies: 2
Views: 2953

Check for Updates not finding latest update

I've got RevEnterprise on two boxes - one running XP, one running OS X Snow Leopard. The license was renewed in Dec '09. On the XP box, a check for updates reveals the availability of 4.5.0-dp-1 (I am running 4.0.0 gm-1). On the Mac, a check for updates doesn't reveal any updates to be available (I ...
by rayjbenet
Wed Jan 20, 2010 12:41 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Keeping fields hilited when returning from another card
Replies: 8
Views: 4417

Re: Keeping fields hilited when returning from another card

And if you need the hilites to be persistent from one session to the next (i.e., stack is closed then reopened later), you can save the tHilitedLines variable as a card or stack property. set the _tHilitedLines of this card to tHilitedLines when you reopen the card or stack, load the variable from t...
by rayjbenet
Tue Mar 03, 2009 7:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: LibUrlMultipartFormData
Replies: 8
Views: 6355

And how do you clear a POST that didn't complete?

This question isn't directly on this thread, but I'm guessing the folks on this thread can answer this question: When I get the error: "Previous Request Not Completed" when I am trying to do a POST, how do I clear the post that failed ? the code snippet here is: post myFileContents to myURL if the r...
by rayjbenet
Fri Feb 27, 2009 5:14 pm
Forum: Windows
Topic: Checking a file for corruption before "loading"?
Replies: 3
Views: 3897

thanks - all good advice

Thanks for your feedback. I have already added a "Create ZIP Archive" feature that we'll recommend they use before shipping around. Wouldn't have thought of the "there is a stack" - very clever. What you're saying is that it returns FALSE unless the item is a valid REV stack. This is exactly, I thin...

Go to advanced search