Search found 24 matches

by Cyberqat
Mon May 20, 2019 5:07 am
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

Okay... so I did get my zoom keys working thanks. I also tried it with a VirtualBox UbuntuVM ontop of Ubuntu. That let me scale up the window. I tried using tigervnc with a virtual screen.... wayyyy too slow.. So for now the answres seem to be a VM or zoom. I wish there was just a command line on th...
by Cyberqat
Sat May 18, 2019 6:57 am
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

So... Im using the latest release version. 9 something? Ill try turning off live errors. Im not sure which Linux you are referring to but on Ubuntu 18.04, from what I'vefound and read, you have to switch zoom on and off on the tool bar, its a single set zoom factor, and the scrolling around isnt the...
by Cyberqat
Fri May 17, 2019 3:22 am
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

So the best solution Ihave found is instructions for running a virtual second X screen and VNCing to it with a screen multiplier. But its a real pain int the butt. Ive tried running under Windows but, frankly, the editor performance is awful. So far Im pretty underwhelmed at Livecode's cross platfor...
by Cyberqat
Mon May 13, 2019 2:38 am
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

Also, scaling the toolbar makes the text over-run into each other. (see image)

Any way to fix that?
Selection_028.png
by Cyberqat
Mon May 13, 2019 2:34 am
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

Okay that worked now.

Next question. Is there a way to set a startup script that does this automatically so I dont have to do it every time I open livecode?
by Cyberqat
Fri May 10, 2019 3:53 pm
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

I bet thats it because it also blocks out other apps when it runs!

Thanks!
by Cyberqat
Fri May 10, 2019 12:03 am
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

So, that didint help.

Its not crashed becasue it comes back when I close the message box.
Its more like its hidden or disabled.

It does the same thing at the start when the tutorial box is on screen. Its like it thinks it can only have the palette and one other frame visible on screen at one time.
by Cyberqat
Thu May 09, 2019 7:54 pm
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

I added a note to the report.

The above suggestions ALMOST works

The current problem is that my menu bar goes away when I open the message window so I cant enlarge the menu bar :(
by Cyberqat
Thu May 09, 2019 2:10 pm
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Re: Ubuntu 18 and HiDPI

The issue is that the entire interface is unusable, not just the stack:
Selection_027.png
by Cyberqat
Thu May 09, 2019 1:46 pm
Forum: Linux
Topic: Ubuntu 18 and HiDPI
Replies: 27
Views: 25961

Ubuntu 18 and HiDPI

Hi,

I have LC Indy and a new HiDPI Ubuntu 18 laptop. Livecode spins up too tiny to be usable and I haven't found a way to scale it. I already have the desktop scaled to 200% but that doesnt seem to effect LC

Are there any known solutions? Any settings for scaling in LC itself?

Thanks
by Cyberqat
Thu Apr 02, 2015 4:30 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maybe this is a noob question...
Replies: 7
Views: 5368

Re: Maybe this is a noob question...

Okay... after some playing around I think the answer is that I can't read the mouse location on screen when the cursor is outside of any stack.

Is there a lower level way around this to get the real mouse cursor location when its not ontop of a stack?
by Cyberqat
Thu Apr 02, 2015 4:16 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maybe this is a noob question...
Replies: 7
Views: 5368

Re: Maybe this is a noob question...

So... 0,0 just fails, apparently you cannot set it to offscreen on the mac HOWEVER the screenLoc works for centering. So, i *think* my problem in my code that tries to put it where the mouse is, is that Im getting the mouse position in the wrong coordinate system. How do I get the current mouse posi...
by Cyberqat
Wed Apr 01, 2015 3:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maybe this is a noob question...
Replies: 7
Views: 5368

Maybe this is a noob question...

But, how do I set the location on the screen of a stack? The code below creates the stack, and if I examine the size and position properties I can see that the Location property gets set to 0,0. But the stack stays where it was created on screen. Do i need to call some form of refresh? This is on OS...
by Cyberqat
Tue Mar 24, 2015 12:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and drop to stack
Replies: 7
Views: 5615

Re: Drag and drop to stack

I found this, its a much simpler and easier to work with example.

https://app.box.com/shared/o8zaqami56aaqpbg76g8
by Cyberqat
Sun Mar 22, 2015 10:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and drop to stack
Replies: 7
Views: 5615

Re: Drag and drop to stack

Wow thats some complex code.

I wish they had made this a bit simpler. It seeme like there aught to be an easier standard solution for making components...

Go to advanced search