topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday June 19, 2025, 9:22 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 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 184next
376
Living Room / Re: Hoppy Easter~!
« Last post by jgpaiva on April 25, 2011, 06:33 AM »
But if you do believe it, then there's nothing happier in the world than knowing your sins can be forgiven and you will be resurrected, all because of the events that took place that weekend.
Thanks for the explanation, I actually didn't see it that way :)
377
Living Room / Re: Easiest laptop (brand) to take apart ?
« Last post by jgpaiva on April 25, 2011, 06:29 AM »
My Acer (which is like 5-6 years old) is very similar to that. Once you take off the covers, you have access to pretty much all the components. But it's a pretty bad laptop, and don't get me talking about the incompetent support.
378
I just got a "reported post" alert for this thread since it discusses warez/crackz. One thing not everyone knows and is extremely relevant for this thread is that Guitar and Drum Trainer is actually Renegade's software :D

On a side note, you know you have good software when someone actually does the effort of creating a crack for it, right? :P
379
But having a section for complaints seems to imply we need to have something to complain about, and that is a suggestion that tends to make people look for things to complain about, even when they normally might not

really excellent point.
+1

Also, the "General Software Discussion" is under the "Reviews and Recommendations" board, so I find it perfectly reasonable that people post the review (positive or not) of their experience with companies there.
380
[just in case noone noticed, this thread was 2 years old and was revived by necro spamming by a bot :P ]
381
General Software Discussion / Re: SpiderOak - very nice people =)
« Last post by jgpaiva on April 17, 2011, 06:49 PM »
Armando: Do you have this problem only with SpiderOak or does it happen with everything else (dropbox and such)?

Do you know if the DB is being encrypted block by block or using something like Cypher Block Chainingw? If you have Cypher Block Chaining on, then every change you make to any block in the file is propagated to the whole file (or to the blocks after the modified blocks? I'm not sure, now), so it's expectable that spideroak re-uploads the whole file.
382
General Software Discussion / Re: Looking for a linkification tool
« Last post by jgpaiva on April 17, 2011, 06:38 PM »
Seems like it came out fine :)

FWIW, wrapping in a code tag seems to provide some degree of protection:
 (see attachment in previous post)
Another option is to use the "no BBC" tag (unrelated with the british broadcast, AFAIK :P ). There's a red button there, of you prefer you can write it directly: [nobbc][/nobbc]

ps: cool, it even works for the tag itself :)
384
"Grea-heat", jgpaiva as usual! Afterwards, things can look quite simple sometimes   :-[

Thanks very much,
Cheers David
Great! I have updated the modified dialogMove I posted in this thread with the changes ;)
385
Hi David!

Jut modify that code to:

   WinGetTitle,WinTitle,ahk_id %ActiveWindow%
   WinClass=ahk_class%A_space%%Winclass%
   if WinTitle=""
      return
   If NotDetectableWindow(WinTitle,WinClass)
     return
386
JGPaiva's GridMove and Ahk Tools / Re: GridMove: Grids Here
« Last post by jgpaiva on April 13, 2011, 07:02 PM »
So many new entries!

Thank you for sharing! :beerchug:

mindprism: I hope you did NOT do all that by hand! That is just incredible!
387
Living Room / Re: Mac Games
« Last post by jgpaiva on April 13, 2011, 11:33 AM »
bentring34: given this search, I tend to think you are affiliated with the game you mentioned. If so, the forum rules request you to clearly state so.
388
Although it might be outdated (and misses some screenshots due to the use of direct link (bad Zaine, bad Zaine! :P) ) , Zaine's review of XYPlorer is probably relevant to this thread.

Also, there are quite a few threads in DC about this explorer ;)

Personally, I've used it quite a few times (I own a lifetime license, even though now I mostly use Mac) and found it to be a very fast, clean, and simple, yet powerful explorer replacement.
389
Of course, the same applies to lots of other popup windows and dialogs
Take a look at the Include and Exclude subroutines in the original script.

If you wanted to include or exclude certain dialog boxes from going to the center of the proper screen, you could probably do that.  (I don't have a dual monitor setup so I'm not going to look into the details.)
Actually, I think David is glad that this modification of DialogMove works for all windows ;)
390
 :D Glad to know it works for you!
391
Actually, that was on purpose :) It doesn't move a dialog if it is already below the mouse.
If you wish to change it, just delete the following lines (right after "move window"):

 CoordMode,Mouse,Relative
   MouseGetPos, MouseX, MouseY, MouseWin,
   If (MouseX > - WinBorder)
     If (MouseX < WinWidth + WinBorder)
       If (MouseY > - WinBorder)
         If (MouseY < WinHeight + WinBorder)
           return  

I'm not sure if this won't create other unexpected effects, though :)
392
I have just modified DialogMove's code to do what you asked.
I'm not 100% sure this will work, as I can't test it right now since I don't have a Windows machine with 2 screens.
You will need to install autohotkey to run it.

At least this can be a good starting point for anyone who might want to pick this up.
393
Just to clarify, by "centered" you mean at the middle of the screen, not "centered" on the mouse like DialogMove does, right?
394
But a fairly easy one to create ;)
The only reason I don't do it myself is because I don't have a second monitor right now and it's a pain to create and test these based on other people's feedback. But I'm pretty sure someone would do it easily in the coding snacks section ;)
395
David.P: that's not really the objective of DialogMove, the intention is to move the boxes to bellow the mouse and not to the correct monitor.
Maybe you can make a new request in the Coding Snacks forum ;)
396
Yaay! I won the exact thing I wanted! I'm so happy, this will make my studies so much easier. Thank you!

Neverending -wheeeee...!-

If I had a gigantic statue of Cody, I would be doing just this: (see attachment in previous post)
That is an incredible drawing! Did you do it yourself? Are you an artist? Do you have a website? :)
397
* jgpaiva likes this thread :D *
398
Glad to know that!

Thanks for keeping us up to date on this!  :Thmbsup:
399
I'm not totally sure about this, but IIRC WinRar does extract .iso files. So, if you have winrar installed, you can right-click the image and select "extract here" and then delete it after it has extracted.
400
I'm totally swamped in work so I can't give you feedback just now, but it looks awesome :D
Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 184next