Hi all,
I'm moving my app(multiple substacks) to another new stack as for some reason the old stack I am working with is building my app with blurry fonts and I cant rectify this no matter what I do. Shifting my substacks to a new fresh stack seems to have cured the problem, although its a bit ...
Search found 329 matches
- Sat Nov 17, 2018 3:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Trying to open stack that has a close stack command
- Replies: 2
- Views: 3259
- Wed Sep 19, 2018 3:09 pm
- Forum: Windows
- Topic: Fonts on standalone app fuzzy, but when in the IDE they are crisp
- Replies: 10
- Views: 15042
Re: Fonts on standalone app fuzzy, but when in the IDE they are crisp
Thank you both for replying.
My fonts now appear to be a lot sharper, I've tried a different monitor and checked the font on various builds. I think its the way the Surface Pro renders them, but I can see the fonts are loaded in memory now and look a lot smoother than when they were not there in ...
My fonts now appear to be a lot sharper, I've tried a different monitor and checked the font on various builds. I think its the way the Surface Pro renders them, but I can see the fonts are loaded in memory now and look a lot smoother than when they were not there in ...
- Tue Sep 18, 2018 9:37 pm
- Forum: Windows
- Topic: Fonts on standalone app fuzzy, but when in the IDE they are crisp
- Replies: 10
- Views: 15042
Re: Fonts on standalone app fuzzy, but when in the IDE they are crisp
Hi, a quick update. I thought I would try and bundle the same fonts the IDE uses to my app, using the copy files/folders option in the standalone settings. So to find the fonts in the IDE I opened up the messagebox and typed in answer fontFilesInUse . That command gave me a whole list of fonts in ...
- Sat Sep 15, 2018 10:41 pm
- Forum: Windows
- Topic: Fonts on standalone app fuzzy, but when in the IDE they are crisp
- Replies: 10
- Views: 15042
Re: Fonts on standalone app fuzzy, but when in the IDE they are crisp
Hi,
Not a stupid question at all and yes it is. I’m running the executable from the standalone build folder in my Surface Pro.
Thanks
Not a stupid question at all and yes it is. I’m running the executable from the standalone build folder in my Surface Pro.
Thanks
- Sat Sep 15, 2018 6:47 am
- Forum: Windows
- Topic: Fonts on standalone app fuzzy, but when in the IDE they are crisp
- Replies: 10
- Views: 15042
Fonts on standalone app fuzzy, but when in the IDE they are crisp
Hey all,
I’m working with the latest stable release of LC 9 and the fonts on the development environment which inclides the IDE and my app look really crisp.
When I create a standalone of my app, and then execute my app on Windows 10, the font is the same, but nowhere near as crisp as when in the ...
I’m working with the latest stable release of LC 9 and the fonts on the development environment which inclides the IDE and my app look really crisp.
When I create a standalone of my app, and then execute my app on Windows 10, the font is the same, but nowhere near as crisp as when in the ...
- Wed May 09, 2018 9:32 pm
- Forum: Windows
- Topic: revCopyFile producing virus threat in WIN 10
- Replies: 8
- Views: 10799
Re: revCopyFile producing virus threat in WIN 10
Thanks all,
I've used the URL binfile method and Windows doesn't produce the security alert. Now I need to test the rest of the application.
I've used the URL binfile method and Windows doesn't produce the security alert. Now I need to test the rest of the application.
- Wed May 09, 2018 7:54 pm
- Forum: Windows
- Topic: revCopyFile producing virus threat in WIN 10
- Replies: 8
- Views: 10799
Re: revCopyFile producing virus threat in WIN 10
Hi Richard
Here is some simple code that produces the threat
global gConnID
on mouseUp
put specialFolderPath("documents") & slash & "app" & slash & "Newfile.sqlite" into tFileDest
put "C:/myProject/backup/MyBackup20180503.sqlite" into tFileSrc
revCopyFile tFileSrc,tFileDest
end mouseUp ...
Here is some simple code that produces the threat
global gConnID
on mouseUp
put specialFolderPath("documents") & slash & "app" & slash & "Newfile.sqlite" into tFileDest
put "C:/myProject/backup/MyBackup20180503.sqlite" into tFileSrc
revCopyFile tFileSrc,tFileDest
end mouseUp ...
- Wed May 09, 2018 6:51 pm
- Forum: Windows
- Topic: revCopyFile producing virus threat in WIN 10
- Replies: 8
- Views: 10799
revCopyFile producing virus threat in WIN 10
Hey Guys,
I'm using the revCopyFile command to copy over a sqlite database in a backup folder on my local drive to a specific folder in the documents folder. Everytime I run my script, I get a Windows Security Alert pop up, unauthorised changes blocked.... cmd.exe from making changes to my ...
I'm using the revCopyFile command to copy over a sqlite database in a backup folder on my local drive to a specific folder in the documents folder. Everytime I run my script, I get a Windows Security Alert pop up, unauthorised changes blocked.... cmd.exe from making changes to my ...
- Wed Sep 27, 2017 5:39 pm
- Forum: Mac OS
- Topic: Mac OS 64bit build
- Replies: 2
- Views: 5314
Re: Mac OS 64bit build
Yes, figured it was true, I've just been looking at the release cycle for LiveCode and its seems v9 has been in DP for almost a year (11 Months). Looking at the roadmap, I think it might be a while before v9 is launched as there are still items in progress. Is the 'coming soon' and 'Planned' bits of ...
- Wed Sep 27, 2017 12:52 pm
- Forum: Mac OS
- Topic: Mac OS 64bit build
- Replies: 2
- Views: 5314
Mac OS 64bit build
Hi,
I'm using Livecode 8.1.6 with an Indy I license and I'm almost ready to compile my App so it works on the Mac App Store. With this being my first app I may as well try and compile it for 64bit Macs, as I've read (not verified) the Mac App Store won't be accepting any new apps that are 32bit in ...
I'm using Livecode 8.1.6 with an Indy I license and I'm almost ready to compile my App so it works on the Mac App Store. With this being my first app I may as well try and compile it for 64bit Macs, as I've read (not verified) the Mac App Store won't be accepting any new apps that are 32bit in ...
- Thu Aug 10, 2017 7:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get Sqlite file Modified Date and Time
- Replies: 2
- Views: 4708
Re: Get Sqlite file Modified Date and Time
Awesome Klaus,
Your code works a treat
- Thankyou
Your code works a treat
- Thu Aug 10, 2017 2:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get Sqlite file Modified Date and Time
- Replies: 2
- Views: 4708
Get Sqlite file Modified Date and Time
Hey Guys,
Need a little bit of help please. I'm trying to get the modified Date and Time of a sqlite file. Initially, after doing some research and reading the dictionary I thought I could somehow use the read from file command combined with the it variable to obtain this data somehow (wasn't sure ...
Need a little bit of help please. I'm trying to get the modified Date and Time of a sqlite file. Initially, after doing some research and reading the dictionary I thought I could somehow use the read from file command combined with the it variable to obtain this data somehow (wasn't sure ...
- Fri Jul 14, 2017 11:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help create a card popup
- Replies: 2
- Views: 4021
Re: Help create a card popup
Thanks Jacque, got it working 
- Thu Jul 13, 2017 11:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help create a card popup
- Replies: 2
- Views: 4021
Help create a card popup
Hey Guys,
Hoping someone can point me in the right direction. When using FileMaker there is a pop up button, where if you press this button, a pop up appears where you can put objects into it.
I've created a card called myDataPortal which is 200 x 300 with objects in it. What I would like to do ...
Hoping someone can point me in the right direction. When using FileMaker there is a pop up button, where if you press this button, a pop up appears where you can put objects into it.
I've created a card called myDataPortal which is 200 x 300 with objects in it. What I would like to do ...
- Thu May 11, 2017 8:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: printing blank page first occasionally
- Replies: 1
- Views: 3258
printing blank page first occasionally
Hello all,
I've copied my printing script below. For the most part it works fine, however during some times it prints a blank page first and then the contents of my pages afterwards. This is infrequent, but I am wondering why its occurring. Can someone help me with any pointers please?
global ...
I've copied my printing script below. For the most part it works fine, however during some times it prints a blank page first and then the contents of my pages afterwards. This is infrequent, but I am wondering why its occurring. Can someone help me with any pointers please?
global ...