topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 6:59 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: prev1 ... 201 202 203 204 205 [206] 207 208 209 210 211 ... 1515next
5126
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by mouser on December 13, 2015, 02:52 AM »
ah, even better!  :Thmbsup: :Thmbsup: :Thmbsup:

I've upgraded your forum account to show that you are a supporting (donating) member.
5127
Clipboard Help+Spell / Re: Width of Quick Paste Pop-Menu - how to change it
« Last post by mouser on December 12, 2015, 05:52 PM »
Believe it or not, it wasn't till today that i actually realized the nature of this request -- you are saying that the width is TOO BIG, because the "P - Additional actions on last clip" is making it too wide.
Fixing now..
5128
Post New Requests Here / Re: IDEA: drag window to edge automatically resizes it
« Last post by mouser on December 12, 2015, 03:12 PM »
gtavo, thank you for taking time to post and especially for donating to support the coders here.  :up:

can you make sure to either follow the link in the license key email to "activate" your donation and then send your donationcredits to jgpaiva, who wrote GridMove -- or just email me and let me know what email/name you donated under so i can make sure the donation goes to jgpaiva.
5129
I was just about to post how this would be a nice feature but how hard it would be to fix it..
That elegant solution never occurred to me either!! Sometimes simpler is better.
Very nice idea, Stoic.  :up:
5130
Developer's Corner / Re: Copy/pasting code and the last line effect
« Last post by mouser on December 11, 2015, 06:57 PM »
Yes, ONE explanation is that the last line is correct but he/she forgot to increase the array size (thats my guess).
You could also argue that the last line should not be there at all -- in which case the proper explanation is not that that last line was "redundant" -- it's certainly not -- it will cause serious problems.
5131
Developer's Corner / Re: Copy/pasting code and the last line effect
« Last post by mouser on December 11, 2015, 06:41 PM »
actually there is a bigger bug here, though it's hard to be sure exactly what the author intended.

First things first, this looks like c++ code.

my guess is that the most likely bug is the declaration WORD m_wVertexIDs[3] should probably be WORD m_wVertexIDs[4];
creating a 4 element array(vector), indexed from 0 to 3, making the lines in the function correct.  if so this is NOT an example of a last line effect, but a deadly c++ style error of declaring an array too small (which may not be flagged as an error).

It's certainly true that the Multi Theft Auto code example is incorrectly diagnosed -- that last line is not "redundant", it is an error (given the earlier declaration) -- one that would be caught in some languages or cause unpredictable memory problems in others.
5132
DC Website Help and Extras / Re: Continued software development?
« Last post by mouser on December 10, 2015, 09:42 PM »
 :up:
5133
Multi Photo Quotes / Re: Latest Multi Photo Quotes Release v2.06.01 - Dec 10, 2015
« Last post by mouser on December 10, 2015, 12:42 PM »
v2.06.01 BETA - Dec 10, 2015
  • [MinorFeature] Transparent images were being resized with white backgrounds.
  • [Feature] You can now hit 'd' key to toggle display of image filenames as captions on images (see checkbox option on General Options tab).
5134
Great to see you ego.bizzin  :Thmbsup:
5135
Running LBC with -nodock and -nowindow gives the menu flyout (with an "exit" selection on bottom) on a left click, and no response on a right click.
try the latest beta (https://www.donation...dex.php?topic=2578.0)
5136
Multi Photo Quotes / Re: Problem loading alpha transparent PNG images
« Last post by mouser on December 09, 2015, 04:28 PM »
xesenif and I managed to get it fixed; will be in next update.
5137
Multi Photo Quotes / Re: Problem loading alpha transparent PNG images
« Last post by mouser on December 09, 2015, 02:23 PM »
Pictures received, and i managed to reproduce the problem.  standby, working on it..
5138
Multi Photo Quotes / Re: Problem loading alpha transparent PNG images
« Last post by mouser on December 09, 2015, 02:05 PM »
Can you email me a zip file with a few of those transparent pngs that are displaying oddly? ([email protected])
5139
Multi Photo Quotes / Re: Problem loading alpha transparent PNG images
« Last post by mouser on December 09, 2015, 01:44 PM »
Ok so the way i'm interpretting that screenshot is that MPQ is using WHITE in the transparent areas, and that where you see black is actually NON-TRANSPARENT BLACK.  Does that make sense?
And then the fix (for you at least) would be for MPQ to render the transparent areas black.
5140
How are you trying to enter preferences screen?
5141
Multi Photo Quotes / Re: Problem loading alpha transparent PNG images
« Last post by mouser on December 09, 2015, 12:53 PM »
Hmm.. interesting problem and the first time this has come up.. From your sample images it looks like it's not exactly clear what the right thing to do would be.. Would you want an option to set the color to be used for transparent areas? In your case it looks like most of the time that would be white.. but some of your images look like black would be a better choice..
5142
PBOL / Re: PBOL gauge text too big on hi res monitors
« Last post by mouser on December 09, 2015, 11:48 AM »
Glad to hear it  :up:
5143
PBOL / Re: PBOL gauge text too big on hi res monitors
« Last post by mouser on December 09, 2015, 10:54 AM »
Try the newly uploaded beta:


You should see new option on Appearances tab where you can override default gauge text font size.
5144
LaunchBar Commander / Re: Mouser - any way to batch/bulk edit LBC menu entries?
« Last post by mouser on December 09, 2015, 10:47 AM »
Thanks for testing!

It should be replacing icon paths, so i'll fix that (just uploaded new beta version where it should be fixed).

[But as you've discovered those are only to assist you in editing in the future -- icon data is internally stored at the time of setting it and the icon files need not exist after that.]
5145
PBOL / Re: PBOL gauge text too big on hi res monitors
« Last post by mouser on December 09, 2015, 09:24 AM »
I see.. ok I will try to fix -- perhaps by just allowing some custom font size options.
5146
N.A.N.Y. 2016 / Re: NANY 2016 Pledge: PINCode Grapher
« Last post by mouser on December 09, 2015, 09:03 AM »
There may be a bug with the forum attachment system with non-images.. i'm looking into it.

a fix is to use [attachurl=] instead of [attach=]
5147
PBOL / Re: PBOL gauge text too big on hi res monitors
« Last post by mouser on December 09, 2015, 08:38 AM »
can i see a screenshot?
5148
Find And Run Robot / Re: Find only applications, no folders or documents?
« Last post by mouser on December 09, 2015, 07:31 AM »
If you want FARR to only ever find files with certain extensions, you can do that by going to the Search Folders tab and editing your search folders so that they only return files with certain extensions.

It does seem like perhaps I should add a single global option that would have this effect thought.. I will consider it.
5149
Screenshot Captor / Re: SOLVED: Windows 10 OneDrive hijacks PrintScreen hotkey.
« Last post by mouser on December 08, 2015, 04:57 PM »
Thanks for sharing this -- I'll bet there are others who are wondering why PrtScr key stopped working  :up:
5150
exactly the same program, nothing should be different.
Pages: prev1 ... 201 202 203 204 205 [206] 207 208 209 210 211 ... 1515next