topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday May 2, 2024, 6:06 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1] 2 3 4 5 6 ... 10next
1
Well I'm sure yet if that's a good idea, but I've been thinking, perhaps it would be nice to have a layout-related option that would allow to hide the Variable field and Favorites menu, in case someone intends to use that layout specifically for shortcut type links that do not require any input?
-ConstanceJill (Today at 10:17 AM)

Perhaps if that is something you would want I could possibly work it into each layout file and it will be up to each layout to specify if those are shown or hidden. If each layout I could add a Current Layout Settings submenu inside the Layout Management menu.  Perhaps as well another option would even be simply checking with each load of the layout files to see if all buttons have the option ignore variable text and hide and/or disable the top bar which wouldn't even require the extra option. If it found one that the variable wasn't ignored it would show it still. So there is some thoughts for you to consider for your original idea as well. I could probably do any of those mentioned or leave as is. Will let you decide if you think any is a good idea and let me know.

I did figure out how to get dark scrollbars and dark system menu/right click menu for the combobox/textboxes when on windows 11...
2
0.14.0 released.
3
Well I'm sure yet if that's a good idea, but I've been thinking, perhaps it would be nice to have a layout-related option that would allow to hide the Variable field and Favorites menu, in case someone intends to use that layout specifically for shortcut type links that do not require any input?
4
I have a small update coming to beta build 60 at some point soon. Anything else that I should take a look at from build 60 before I do put the small update out?

I have focused on optimizing some parts of the program with the latest to get it ready for the release build.
5
Screenshot Captor / App opens in second monitor
« Last post by Jabackal on May 01, 2024, 11:09 AM »
ScreenCaptor keeps opening in monitor 2 which is off most of the time, I did everything suggested by Microsoft help but this app will keep opening in #2.
Any suggestions?
6
Well, it won’t keep track of which files were built previously, so that’s (technically) working as expected.  ;D A note would be the only thing I can do about it without adding a whole version control system, I guess. But I won’t be on Windows before tomorrow, so one day more until the next release…
7
We're nearly there. Changing the setting does allow the PostScript file to be kept when exporting as a PDF now.

Unfortunately, saying you don't want to keep the PostScript file will cause a previously built one to be deleted.

In other words, if it isn't set to keep PostScript files and you build a PostScript file then a PDF one (from the same man file), you lose the PostScript file.

If you build the PDF file first, you don't have this issue, of course.

Bill Gates would call this a feature, not a bug. ;)

Warning about this in the settings would be the easiest workaround.
8
Ugh.  ;D
No, it actually created both files, but ...

Code: Text [Select]
  1. if buildSuccess and not chkKeepPostscriptFile.Checked then;     // <<< the ";" ends the command...
  2.     DeleteFile(outputFileName); // get rid of the .ps file

But yay, we're getting there!
9
For some reason, it only builds one file each time now, no matter how I set "keep the postscript file after creating the pdf file".
10
Like this?
edit: replaced
Pages: [1] 2 3 4 5 6 ... 10next