Search found 101 matches

by Steve Denney
Wed Sep 05, 2018 7:54 am
Forum: Mac OS
Topic: menu bar and dock visible in full screen mode problem
Replies: 4
Views: 6304

menu bar and dock visible in full screen mode problem

When I put a stack into fullscreenmode on my windows computer it completely fills the screen. set the fullscreenmode of stack homeStak to "letterbox" set the fullscreen of stack homeStak to true The windows task bar (equivalent to the Mac dock) is then hidden behind the stack, as is the desktop. Loo...
by Steve Denney
Thu Aug 30, 2018 5:46 am
Forum: Mac OS
Topic: Windows build crashes on Mac (help!)
Replies: 6
Views: 6625

Re: Windows build crashes on Mac (help!)

Setting every field's fontText to "" did enable me to use Set the textFont of this stack successfully again. Much more elegant solution, thanks. Looks like I need to go to an apple shop for my required free OS update. I need an apple id to upgrade the OS and I can only use my apple comp to get an ap...
by Steve Denney
Thu Aug 30, 2018 12:01 am
Forum: Mac OS
Topic: Windows build crashes on Mac (help!)
Replies: 6
Views: 6625

Re: Windows build crashes on Mac (help!)

I thought putting quotes around the specialFolderPaths would be the answer, but it still crashes. So sorry for my terrible mistakes in preOpenStack, as noted, I set the stack’s textFont each time while looping through the number of flds (actually only two fields in that stack, but omg). That stack (...
by Steve Denney
Wed Aug 29, 2018 6:26 am
Forum: Mac OS
Topic: Windows build crashes on Mac (help!)
Replies: 6
Views: 6625

Windows build crashes on Mac (help!)

I’ve written a programme for a uni Aboriginal language course. Unfortunately, it crashes on macs (quits unexpectedly on start-up). I have to get this to work ☹ Any help much appreciated Steve Details: It was written on windows and works on that platform. Once upon a time I would’ve had Livecode inst...
by Steve Denney
Tue Feb 06, 2018 3:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode (the program) crashes on launch
Replies: 2
Views: 3548

Re: Livecode (the program) crashes on launch

Had exactly the same issue, deleted prefs as you recommend.
Thanks you're a life saver.
by Steve Denney
Tue Sep 15, 2015 8:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change folder/file display
Replies: 1
Views: 2242

Re: Change folder/file display

Not quite sure what you’re hoping for, but no replies so I’ll give it a go… Livecode uses your operating system’s dialog boxes for queries like answer file or answer folder. For example, if you make a button with the script: on mouseUp answer file "Browse to your file’s location" end mouseUp Then yo...
by Steve Denney
Thu Aug 06, 2015 12:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fullscreen mode won’t scale popup controls, tooltips or an
Replies: 11
Views: 7973

Re: Fullscreen mode won’t scale popup controls, tooltips or

Scaling doesn’t seem to work on popups. (I haven’t tested much, charging on, but I’d bet it’s a similar story to fullscreenmode.) Includes (meaning not working on) Option menu buttons (only tested pulldown for scaling, others would be the same). Tooltips. For me Tooltips are the only pressing issue ...
by Steve Denney
Wed Aug 05, 2015 2:19 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fullscreen mode won’t scale popup controls, tooltips or an
Replies: 11
Views: 7973

Re: Fullscreen mode won’t scale popup controls, tooltips or

set the scaleFactor to… ! Thank you ever so much Jacque. So there is scaling within a window. Well I think that’s a major innovation. It’s not perfect (yet). Sometimes text no longer fits in a field (meaning text can be larger than the field that previously contained it). The loc of a scaled stack i...
by Steve Denney
Tue Aug 04, 2015 2:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fullscreen mode won’t scale popup controls, tooltips or an
Replies: 11
Views: 7973

Re: Fullscreen mode won’t scale popup controls, tooltips or

Evidently pixelscale is only mobile devices -- generates msg box error saying cannot be set on this platform
And trying to change screenPixelScale causes livecode to crash (windows 7).
Thanks, worth a shot, sounds like would've been great if had worked (and applied only to single app).
by Steve Denney
Mon Aug 03, 2015 11:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fullscreen mode won’t scale popup controls, tooltips or an
Replies: 11
Views: 7973

Re: Fullscreen mode won’t scale popup controls, tooltips or

Thank you both for replying. I don’t feel the geometry manager is up to the task. However, I have achieved acceptable results by manually resizing stacks and saving all their attributes in procedures, i.e. long lists of: set the rect of fld i to… set the fontSize of fld i to… And so forth. This does...
by Steve Denney
Fri Jul 31, 2015 11:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fullscreen mode won’t scale popup controls, tooltips or an
Replies: 11
Views: 7973

Re: Fullscreen mode won’t scale popup controls, tooltips or

Thanks for taking the time to answer. Sorry, should've said, these tablets are running Windows 8.1 (same OS as desktops use). If there's a way to use the operating system's 'native controls' that'd be great (but it's only for Android/IOS) Livecode's popups, answer dialogues and tooltips are all stac...
by Steve Denney
Fri Jul 31, 2015 3:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fullscreen mode won’t scale popup controls, tooltips or an
Replies: 11
Views: 7973

Fullscreen mode won’t scale popup controls, tooltips or an

Hi, it appears that fullscreen mode doesn’t scale popup controls, tooltips or answer dialogues? I’m working with touchscreen tablets and desktops/laptops. The tablets have similar screen resolutions to the other computers but are physically much smaller, so text and controls need to be larger. Fulls...
by Steve Denney
Mon Dec 15, 2014 2:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: delete folder not working
Replies: 4
Views: 4496

Re: delete folder not working

Thanks Richard, that's it. Apparently you can't delete the defaultFolder. If the default folder is another folder then the delete is successful (new result is delResult). The app got the files and displayed them prior to potentially being deleted, that's why it was set as the defaultFolder. Many tha...
by Steve Denney
Mon Dec 15, 2014 2:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: delete folder not working
Replies: 4
Views: 4496

Re: delete folder not working

Thanks for replying Richard, yes the folder to be deleted is set to the default folder (ooh maybe it shouldn't be...)
Here's the result: 32 delResult
Cheers