Search found 510 matches

by PepsiHog
Fri Jan 27, 2012 2:20 pm
Forum: General Discussion
Topic: Tabs from script
Replies: 3
Views: 8281

It's funny

It's funny. I right click all the time to copy or paste, and yet I never noticed the "open in new tab" right click option. Thanks.

I'll probably start using that.
by PepsiHog
Thu Jan 26, 2012 2:09 pm
Forum: General Discussion
Topic: Tabs from script
Replies: 3
Views: 8281

hello

@Dimmak,

Are you trying to automate it opening or do you just not know how to do it in editor?

If you want to load more scripts in editor, click File, then click "Open In New Tab" Below the current script will be tabs you click on to change view. Right click tab to close.

L8tr G8tr :)
by PepsiHog
Thu Jan 26, 2012 1:57 pm
Forum: Technical / Scripting
Topic: RegEx Help
Replies: 1
Views: 2367

hello

This guy is a pumkin IDIOT!! It's right in front of him!! And he can't get it!!!

.......or did he?

8) 8) 8) 8) 8) 8) 8) 8) 8) 8)
by PepsiHog
Thu Jan 26, 2012 1:38 pm
Forum: Technical / Scripting
Topic: How can i make a right click event for popupmenu command
Replies: 2
Views: 3954

hello

Hello olllllliii

Code: Select all

OnEvent>Key_Down,VK2,0,yourSRT
Also here is the key code list page. Make note, it comes in handy.

http://www.mjtnet.com/vkcodes.htm

All key codes must begin with VK. As in the sample script above.

L8tr

BTW - I do not have PopUpMenu in version 12, so can't help you there.
by PepsiHog
Thu Jan 26, 2012 5:59 am
Forum: Technical / Scripting
Topic: filebrowse???
Replies: 1
Views: 2623

gee-wis

Ooops....

I figured it out.

SetDialogProperty>Dialog1,MSButton4,Filter,Text Document|*.txt|All Files|*.*

I was missing the discription.
by PepsiHog
Thu Jan 26, 2012 5:50 am
Forum: Technical / Scripting
Topic: filebrowse???
Replies: 1
Views: 2623

filebrowse???

Hello Everyone, I haven't done this in a while. I'm not sure I ever have done it in v12. You know filebrowse= that you had to manually type into the dialog. I thought it would be the Filter property but I can't get it to display in the drop down box more than one option. So how do you do that? I tri...
by PepsiHog
Tue Jan 24, 2012 4:16 am
Forum: Technical / Scripting
Topic: RetrievePOP3 -help please
Replies: 2
Views: 2626

hello

Hey! Thanks a lot for your help Marcus! I did some research on this topic. I managed to find a FREE e-mail service that supports pop3 for FREE. And SMTP. I just tried using retrievePOP3> and it worked. It's not a great e-mail service, but if you want to retrieve e-mail without having a special progr...
by PepsiHog
Tue Jan 24, 2012 2:34 am
Forum: Technical / Scripting
Topic: Binary registry values
Replies: 5
Views: 5428

hello

Not what I meant. I know MS has had vbs, but if memory serves, I thought with the release of version 12 there were newly supported functions or other commands. So that is what I am refering to. It doesn't matter, but I was searching for a way to do the same and you replied NO. I would have to use an...
by PepsiHog
Mon Jan 23, 2012 6:04 am
Forum: Technical / Scripting
Topic: Binary registry values
Replies: 5
Views: 5428

hello

I'm curious. Is this possible because of the newly added VBS support? Or would this have worked when I originally asked?
by PepsiHog
Mon Jan 23, 2012 6:01 am
Forum: Technical / Scripting
Topic: RetrievePOP3 -help please
Replies: 2
Views: 2626

RetrievePOP3 -help please

[edit] This post was changed. I see multiple cases on this forum where people say they were successful at using retrievePOP3>. I can not get it to work. I search the web for the right server to use for dif e-mails, but still it won't work. I tried aol,mail, and hotmail.com without success. If you kn...
by PepsiHog
Sun Jan 15, 2012 1:55 am
Forum: Technical / Scripting
Topic: Binary registry values
Replies: 5
Views: 5428

hello

:D THIS I KNOW. Nop. Not directly through MS. However there is a little known DOS command called reg. It's the precursor to Regex. But it is a command line utility. Run CMD. Then type reg /?. Using this through runprogram> is the way I do those sorts of things. Otherwise Marcus has stated "No" in an...
by PepsiHog
Sun Jan 15, 2012 1:44 am
Forum: Technical / Scripting
Topic: RegEx Help
Replies: 1
Views: 2367

RegEx Help

Hello Everyone, I am trying to place a zero in front of a two digit number with regex. Is it even possible to do this? Here is what I was thinking. (that didn't work) let>Value=12 RegEx>^\d\d$,Value,0,SCV,SCVnum,1,\0%1%2,Test RegEx>^??$,Value,0,SCV,SCVnum,1,0%1%2,Test And I tried others, but they fa...
by PepsiHog
Sat Jan 14, 2012 9:25 pm
Forum: Technical / Scripting
Topic: Include Problem
Replies: 4
Views: 5200

hello

Thanks JRL! I think you're right. It just appears to be frozen. I didn't think of this because it loads so quickly when all in one, but now that you said that, the process of importing the macro probably does take a lot of time. I'm just sticking with one script. No real benefits (in this case) to h...
by PepsiHog
Sun Jan 08, 2012 8:00 pm
Forum: Technical / Scripting
Topic: Include Problem
Replies: 4
Views: 5200

Include Problem

MS v12, WinXP Sp3 Hello, I know normally you'd like to see my script, but in this case my script is approaching 3000 lines long. My dialog is extensive taking up nearly 2000 lines. I tried placing the dialog in a sep file and then including it in my main macro. But it causes it to freeze up. If all ...
by PepsiHog
Sun Jan 08, 2012 4:43 pm
Forum: Technical / Scripting
Topic: RegEx help
Replies: 5
Views: 5398

whew!

BINGO!

I thought I was close, and I was.

RegEx>!(0)\d|\d\d,CardMove,0,matches,mn,0

That's the answer.

But what about that $1?
Sign up to our newsletter for free automation tips, tricks & discounts