topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 23, 2024, 9:39 am
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - VideoInPicture [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 19next
101
Post New Requests Here / Re: IDEA: Toggle Fullscreen of Control
« on: October 09, 2008, 05:44 AM »
I've just downloaded FullScreen and I have to say, I'm impressed that it works!

However, I have encountered a problem with it. Each time I use it to make a window fullscreen, it makes my CPU utilization go up to 100% and doesn't really fall back down even when I close the program or the window I'm using. I have a dual-core CPU so it seems to be making the fullscreen window use up 50% of the CPU and then Explorer.exe takes the other 50% of the CPU. I had to restart Explorer in order to bring the CPU back down. I'm on Vista 32-bit and I tested it out using Microsoft Word, Notepad, and Calculator.

Skrommel, do you have the same problem? Do you have an idea of how they made the fullscreen windows larger than the monitor size?

102
Post New Requests Here / Re: IDEA: Testing tool that fills up memory
« on: October 09, 2008, 03:04 AM »
Perhaps we have different definitions of physical memory. The task manager screenshot does show that I'm consuming physical memory by the task manager's definition.

103
Post New Requests Here / Re: IDEA: Toggle Fullscreen of Control
« on: October 09, 2008, 02:50 AM »
You can call me either name, I'll respond to both.  :D

I don't know if I can get Autodesk Inventor to display it like in your OP because of that crashing issue. I think we should get Skrommel in on this and see if he has any ideas that can help. Perhaps we could make the static image click through to the original application?

Also, can you post a screenshot of Autodesk Inventor with all the toolbars hidden and try to get the window you want to display as large as you can?

It would make sense to combine Window Extractor and Present This Window, but I found it easier just to program Present This Window separately from Window Extractor so I didn't have to worry about the settings. However, I will combine them in the future.

104
Post New Requests Here / Re: IDEA: Testing tool that fills up memory
« on: October 09, 2008, 02:39 AM »
Task_Manager_During_Memory_Stressing.jpg1
Memory_Stressor_Screenshot.jpg2

Attached is the modified version of the memory stressor tool I posted above. I have made it so that this version is able to consume both virtual and physical memory at the same time. I have also changed it so that it consumes between 50%-100% of the available memory, which I think is more relevant for stress testing applications.

It is still command line based. Usage is the same as before. Use the Windows CMD window to run it.

I have tested the program on my computer with about 2GB of ram. The results are shown in the screenshots above. Note the sinusoidal-like pattern of the memory usage in the Task Manager.

Note that I'm not sure what the program will do if you have more than 2GB of ram on your system and the program itself tries to consume more than 2GB of memory. There is a limit to the amount of physical memory the program can access on a 32-bit system so the memory stressor tool itself may shutdown if it runs into this memory limitation. However, I think it is unlikely you will run into this bug on a 32-bit system. It should run fine on a 64-bit system and should be able to access all the physical memory since there is a larger memory address space in 64-bit.

I wasn't able to find a memory stressor tool that would work for application testing. There were too many memory error checking tools listed on Google that made the search results useless. Perhaps someone knows of an already built tool that can do what the attached program does?

105
General Software Discussion / Apple Patents the OS X Dock!!!
« on: October 08, 2008, 02:24 PM »
The Register news article: http://www.theregist...le_patents_osx_dock/ says that Apple has finally received it's patent for the OS X dock and says that it could give Apple the ability to go after imitators such as Object Dock, Rocket Dock, etc. Apple's patent is shown here: http://patft.uspto.g...&RS=PN/7,434,177

This certainly interests me since I programmed Circle Dock. However, I think there is enough differentiation between Circle Dock and the OS X dock that I don't need to be concerned. Also, I know that there is an extensive list of prior pie menu launchers before I programmed Circle Dock so Apple's patent wouldn't apply in this case since there are so many cases of prior art.

However, it does bring concern about all the regular docking applications out there and whether their existence will continue. What do you guys think? Would Apple's patent apply to other docking applications out there?

106
Circle Dock / Re: few simple noob questions circle dock
« on: October 08, 2008, 01:21 PM »
(1) and (3): Drag and drop the icons onto the dock and they will be added. However, for virtual folders such as My Computer and the Recycle Bin, you have to make shortcuts to them first and drag those onto the dock instead. See http://circledock.wikidot.com/help-faq for details on this. In a future version, you will be able to drag and drop all icons.

(2) There is an option in the settings panel -> Dock Items that you can check to make the dock disappear when you execute something from the dock.

107
Circle Dock / Re: Two Suggestions
« on: October 08, 2008, 01:17 PM »
First, can you add an option to keep the dock and icons from disappearing? I don't want to have to mouse toggle, or move the mouse to the edge of the screen every time I start to do something. I don't want it to stay on top of other windows, just not disappear from the desktop. Besides my mouse tray is crooked, and the mouse runs toward the start button every time I let it go.

You are thinking of the Always On Bottom option available under the settings panel -> General -> Z-Level. However, the Always On Bottom option is not fully complete yet because I have to do some polishing to fix the flickering that can occur sometimes. You can still try it out, though.


Second, I have been trying to find a way to get my dock to look like the icons were orbiting empty space, no circle or background. As seen in the pic, from this other pos

Go to the settings panel -> Background -> Normal Opacity and set it to zero and there will be no background.

108
Post New Requests Here / Re: IDEA: Testing tool that fills up memory
« on: October 07, 2008, 08:11 AM »
So it looks like this pretty much just eats virtual memory. Is there something that will eat up "physical" memory?

Hmm, there should be something else out there that could stress both the virtual and physical memory. I'll do a search.

If nothing else, I could just modify that C# stressor tool so that it repeatedly loads an image into memory. That will eat up your ram quick! I had to put in a check for Custom Desktop Logo when I wrote it so that it wouldn't eat up all your system memory if the user tried to load a whole bunch of images into memory so I know it's easily doable.

109
That looks like a sweet app and it's built using VB.net too so I can understand the code too! Well, at least be able to read through the code. Perhaps you could try sending the author of that application an e-mail and see if he's still interested in making updates?

110
Hmmm, I think this would take a lot of work to implement if writing it from scratch (I'm not familiar with an open source program that can be made to do this).

This sounds quite similar to what SVN type software do since programmers use it to check out parts of a project and later upload it to the managing server so it can be synched. SVN keeps track of all the changes that happen inside a folder and what gets created or deleted. When you check the part of the project back in to the server, just the changes are recorded. A side benefit of SVN is that you get a history of your files at points in time since it keeps track of changes.

111
Post New Requests Here / Re: IDEA: Power saving
« on: October 07, 2008, 04:01 AM »
I think that Skrommel could probably modify his IdleRun: https://www.donation...l/index.html#IdleRun to do what you want. Skrommel, are you there?

112
Post New Requests Here / Re: IDEA: Toggle Fullscreen of Control
« on: October 06, 2008, 08:33 AM »
Cool! I just hope people test Window Extractor out before using it for presentations or they may find out that some programs don't like having their elements extracted.

I left a note on Martin's page just in case and noted that they can try out Present This Window instead, which doesn't have the risk of crashing.

113
Circle Dock / Re: [Language Tranlation File] --- Traditional Chinese
« on: October 06, 2008, 12:27 AM »
Hello,
Thanks for the translation. I see that you are using an older version of Circle Dock. Someone has already made a traditional Chinese translation for Circle Dock 0.9.2 Alpha 8 but I don't read Chinese that well so it's always good to have a second translation. I recommend you get the newer version of Circle Dock because it fixes some file opening issues for some non-English operating systems. Since you are in China, I know that you probably can't get access to the Circle Dock website at http://circledock.wikidot.com, but I've posted an alternatively download link for Circle Dock 0.9.2 Alpha 8.1 here: https://www.donation...ex.php?topic=15066.0

Eric Wong

114
LOL!  ;D

I don't have a definitive date about when I will be releasing Alpha 9 but it will be before the month ends. It primarily depends on when I get the multi-threaded aspect of the code working. It's getting busy with university classes and midterms (already)! But I'll do my best.

115
Post New Requests Here / Re: IDEA: Toggle Fullscreen of Control
« on: October 05, 2008, 07:20 PM »
Got the second program coded: Present This Window. This one will take a static screenshot of an embedded or standalone window and present it to the screen. This one won't crash since it doesn't change anything about the original windows.
http://presentthiswindow.wikidot.com/

Word_Regular.jpg1
Word_Ribbon_Presented.jpg2
Firefox_Boomarks_Regular.jpg3
Firefox_Bookmarks_Presented.jpg4
Present_This_Window_V1.0.jpg5

Present Embedded & Standalone Windows From Programs

  • Present This Window allows you to quickly take a screenshot of embedded or standalone windows and present them in a pleasing manor. The screenshots are shown without title bars or borders and is automatically sized to fill up as much of your screen as possible.
  • Places a translucent background behind the screenshot to provide better contrast. The color and opacity of this background can be changed.
  • Great for presentations where you want to show off a CAD drawing, accounting spreadsheet, or other software that don't support a fullscreen mode.
  • Can be used in conjunction with ZoomIt from Windows Sysinternals for a very professional and complete presentation system.
  • It is open source and the code is available for download.
  • Present This Window is activated by using two hotkeys that can be changed in the settings panel.
  • Hold your mouse over a window or window title bar and press F10 to present it.
  • Press F11 to close the screenshot of the presented window. Alternatively, you can right-click on the screenshot or press ESC to close it.



116
That LifeHacker article seems to point to the easiest way to get OS X running on a virtual machine although it's not 100% certain if the emulations virtual machine software provide will do the trick. I will have to test it out if I ever get myself some OS X software or do some development for OS X.

I agree that it would probably be breaking the EULA for OS X but this just seems as illogical as when Microsoft said you couldn't use virtual machines to run Windows and later reversed their decision. If Apple wants a better chance of taking over the operating system market share, the least they could do is make it easy for developers to run OS X on a virtual machine so that you don't have to buy an Apple machine just to run OS X. It also makes life easier for programmers so that you don't have to double/triple boot your system or you don't care to switch over to OS X when you already like the operating system you have.

Apple should follow the foot steps of Microsoft and release their own version of VirtualPC along with providing demo virtual machine images for OS or support the open source VirtualBox project.

117
General Software Discussion / Re: Circle Dock
« on: October 05, 2008, 04:04 AM »
What happens after you double-click on the CircleDock.exe file. Can you post a screenshot? Also, ensure you have Microsoft .Net 2.0 or later on your computer. If you are unsure about that, go to http://www.microsoft...om/net/Download.aspx and download the latest version of .Net and install it.

118
General Software Discussion / Can You Run OS X on a Virtual Machine?
« on: October 05, 2008, 04:02 AM »
Since I've been playing around with Microsoft VirtualPC and the open source VirtualBox, I've noticed that they support hosting Windows, Linux and OS/2 as guest operating systems. What's missing in this picture is OS X. I've not heard of anyone running OS X on a virtual machine so I am wondering if it is possible to do it.

It's quite possible that OS X has been crippled by Apple to only run on hardware that contains one of their chips that say it's an Apple machine and I fear that this is a very high possibility from my knowledge. OS X uses the PC architecture so there is no real reason it can't run in a virtual machine.

Any one know?

119
Circle Dock / Easy Unicode Paster 2.1 is Released
« on: October 03, 2008, 08:09 PM »
  • Version 2.1 of Easy Unicode Paster is released.
  • There are two primary improvements: (1) I have modified AMS.Profile.dll so that it can now read the full range of unicode characters from the .ini character files without having to type in their XML/ANSI number equivalents. (2) When you click on the tray icon to toggle the visibility, the previous window you were working with will be brought back into focus, just like as if you used the hotkey to toggle Easy Unicode Paster.
  • The source code for Easy Unicode Paster 2.1 is not released yet because I'm seeking permission from the original author of AMS.Profile.dll to allow me to post my improvements to the AMS.Profile.dll source code.

You can download the new version at the website: http://easyunicodepaster.wikidot.com.

Edit: Removed attachment. Download the latest version from the program website.

120
From my experience, Word 2007 does support transparency in PNG images and it also has a transparency tool that lets you select a color in your image and use that as the transparency mask.

121
General Software Discussion / Re: Circle Dock
« on: October 03, 2008, 02:08 PM »
Double-click the CircleDock.exe file in the folder you just unzipped. This video should show you how to use the program: http://www.youtube.c.../watch?v=9ko36ebOg9U

122
General Software Discussion / Re: Circle Dock
« on: October 03, 2008, 10:57 AM »
It should take less than 1 minute to extract the zip file you downloaded. It might be a problem with your zip utility. Try using: http://www.izarc.org/

123
General Software Discussion / Re: Creating a document template..
« on: October 03, 2008, 09:15 AM »
Select all your document content, then right-click, and select "Update Field" and that should update everything in one step. Alternatively, close and open the document.

124
General Software Discussion / Re: Circle Dock
« on: October 03, 2008, 04:46 AM »
Did you double-click on the CircleDock.exe file? Also, are you using Circle Dock 0.9.2 Alpha 8 or above?

125
General Software Discussion / Re: Creating a document template..
« on: October 03, 2008, 04:44 AM »
In Word 2007 it is under the "Developer" portion of the ribbon -> Controls -> Text. You could also use the legacy version of the text form field under -> Controls -> Legacy Tools -> Text Form Field

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 19next