AutoHotkey Community

It is currently May 22nd, 2012, 12:02 pm

All times are UTC [ DST ]


Search found 120 matches
Search these results:

Author Message

 Forum: Support   Topic: GUI +alwaysontop Z-Order and Overlaying Multiple GUIs

Posted: December 23rd, 2009, 7:23 pm 

Replies: 5
Views: 836


Very, very cool. Looks like this alternative works as well. Thanks.

 Forum: Support   Topic: Which Media Player allows "jump/seek to location"?

Posted: December 23rd, 2009, 7:13 pm 

Replies: 12
Views: 1538


Thanks, still looking for a solution if anybody has one.

 Forum: Support   Topic: GUI +alwaysontop Z-Order and Overlaying Multiple GUIs

Posted: December 22nd, 2009, 5:45 pm 

Replies: 5
Views: 836


Very, very, very helpful. I really appreciate it. This is exactly what I was looking for (I had surmised that I could use +owner somehow, but I didn't know how to use it).

I just got back from Paris, and I can assure you, your english is far better than my french. Thanks again!

 Forum: Support   Topic: GUI +alwaysontop Z-Order and Overlaying Multiple GUIs

Posted: December 22nd, 2009, 1:12 am 

Replies: 5
Views: 836


I'm designing a "Main GUI" and think it would be simpler to overlay other GUIs as needed. It seems easier to do this than to code for the Main gui to handle lots of different types of information. I need the gui to be on top of everything but GUI 2 & GUI 3 (in other words, the 3 guis w...

 Forum: Support   Topic: Which Media Player allows "jump/seek to location"?

Posted: December 4th, 2009, 8:37 pm 

Replies: 12
Views: 1538


I've been using the MCI library. It works ok, and I'm able to jump around just fine within a file, but its flaws are 1) MCI library does not, to my knowledge, allow you to set the initial video window (e.g., you can't launch a vid at 0,0 h400 w400-- it just starts in the middle of the screen, and yo...

 Forum: Support   Topic: Which Media Player allows "jump/seek to location"?

Posted: December 4th, 2009, 5:42 pm 

Replies: 12
Views: 1538


I still haven't found a way to jump using either program. MPC uses a dialog box that allows you to populate a "jump to" edit control, and then execute the jump, but it certainly not a workable solution. I'm not good enough to figure out if there is another way to control it, through POSTME...

 Forum: Support   Topic: Gui, Add, Button,vVariable gLabel - How to name ClassNN?

Posted: November 25th, 2009, 8:06 pm 

Replies: 4
Views: 384


Appreciate both your help. I was not aware that A_ThisLabel was a variable. Also, I've never used ListView, which could come in useful in the future. Thanks, guys.

 Forum: Support   Topic: Gui, Add, Button,vVariable gLabel - How to name ClassNN?

Posted: November 25th, 2009, 12:03 am 

Replies: 4
Views: 384


I want the ClassNN created with the following code to be meaningful, like A, B, C, instead of the default classNN: Button1, Button2, Button3. #SingleInstance, Force PseudoArray := "arizona|ohio|colorado" loop, parse, PseudoArray,| { Variable := A_Loopfield Label := "Button" ...

 Forum: Support   Topic: "Jump to" video frame (i.e. "seek"). Ne

Posted: November 19th, 2009, 9:58 pm 

Replies: 0
Views: 270


I need to play video and jump to specific locations (backward and forward) while the video is playing. Using the MCI ahk wrapper, I was able to jump around .avi files, but I need something that works with more codecs, specifically, .mkv. I was hoping that the BASS Video library would work for me but...

 Forum: Support   Topic: Which Media Player allows "jump/seek to location"?

 Post subject: Re: Go to time
Posted: November 6th, 2009, 8:44 am 

Replies: 12
Views: 1538


Zoom player is my favourite - search their home page for additional documentation. It can do LOTS more than that.. Zoom player looks nice, and it may do. However, ultimately, I'd like to distribute my project (along with links to download the media player that is required). I really like mplayerc a...

 Forum: Support   Topic: Which Media Player allows "jump/seek to location"?

Posted: November 6th, 2009, 8:37 am 

Replies: 12
Views: 1538


Z_Gecko wrote:
VLC alows seek through the additional console-interface.

VLC console-interface looks interesting, but can it stay hidden?

I'm also not quite sure how I'd be sending commands to a console.

 Forum: Support   Topic: Which Media Player allows "jump/seek to location"?

Posted: November 6th, 2009, 3:23 am 

Replies: 12
Views: 1538


Not getting much love here , so I thought I might be asking the wrong question. I want to create an a basic script that jumps to different timestamps within a video, preferably using freeware like Media Player Classic, VLC, or (gulp) Windows Media Player. Media Player Classic allows this via the com...

 Forum: Support   Topic: Media Player Classic (MPC) Use Messages to Jump to Location?

Posted: November 5th, 2009, 5:39 pm 

Replies: 1
Views: 681


FYI, this attempts to get your media player classic path from the registry, and then runs the clock.avi file that is at least in winXP and win2k (dunno about vista and newer). You could replace this avi with any media file of your own.

 Forum: Support   Topic: Media Player Classic (MPC) Use Messages to Jump to Location?

Posted: November 5th, 2009, 8:47 am 

Replies: 1
Views: 681


I want to jump around a file that is playing in media player classic. I have the following sloppy source. I realize that one can load a file w/ command line arguments to go to a certain point, but I'm sure that there is a better way. I'm not to read up on sendmessage, so maybe I'm missing an obvious...

 Forum: Support   Topic: Detect MSWord Toolbar/Menu Visible and Direct Menu Hotkeys

Posted: September 18th, 2009, 5:53 am 

Replies: 4
Views: 908


Appreciate the response, but the problem seems to be that the control is always visible. I can get a list of controls with WinGet, as in my example, and one can check the status of the control with ControlGet, but the text controls appear to always have the Visible attribute set, even when they aren...
Sort by:  
Page 1 of 8 [ Search found 120 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group