Search found 325 matches

by jalz
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: 2070

Trying to open stack that has a close stack command

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 drast...
by jalz
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: 9072

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 ...
by jalz
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: 9072

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 us...
by jalz
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: 9072

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
by jalz
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: 9072

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 de...
by jalz
Wed May 09, 2018 9:32 pm
Forum: Windows
Topic: revCopyFile producing virus threat in WIN 10
Replies: 8
Views: 6365

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.
by jalz
Wed May 09, 2018 7:54 pm
Forum: Windows
Topic: revCopyFile producing virus threat in WIN 10
Replies: 8
Views: 6365

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 ClipArtGuy, I...
by jalz
Wed May 09, 2018 6:51 pm
Forum: Windows
Topic: revCopyFile producing virus threat in WIN 10
Replies: 8
Views: 6365

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 destinati...
by jalz
Wed Sep 27, 2017 5:39 pm
Forum: Mac OS
Topic: Mac OS 64bit build
Replies: 2
Views: 3267

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...
by jalz
Wed Sep 27, 2017 12:52 pm
Forum: Mac OS
Topic: Mac OS 64bit build
Replies: 2
Views: 3267

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 J...
by jalz
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: 2842

Re: Get Sqlite file Modified Date and Time

Awesome Klaus,

Your code works a treat :)- Thankyou
by jalz
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: 2842

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 h...
by jalz
Fri Jul 14, 2017 11:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Help create a card popup
Replies: 2
Views: 2641

Re: Help create a card popup

Thanks Jacque, got it working :)
by jalz
Thu Jul 13, 2017 11:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Help create a card popup
Replies: 2
Views: 2641

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 is c...
by jalz
Thu May 11, 2017 8:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: printing blank page first occasionally
Replies: 1
Views: 2192

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 gPageO...

Go to advanced search