Search the web
Sign In
New User? Sign Up
boxer · The Boxer Software List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2632 - 2661 of 3885   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2632
Not sure why this doesn't work (see macro below). isdigit doesn't see its argument as a number, although it clearly is in the debug window. Therefore the if...
Carl Talley
ctalley@...
Send Email
Jun 2, 2005
7:29 pm
2633
Hi Carl, Thanks for your note... Carl> Not sure why this doesn't work (see macro below). isdigit Carl> doesn't see its argument as a number, although it...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 2, 2005
7:39 pm
2634
David> I don't know what sort of date you're running this against, but David> maybe that info will help some. Make that: I don't know what sort of data you're...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 2, 2005
7:48 pm
2635
David - I now understand that isdigit() operates on ASCII values, not decimal. A character literal (e.g., '1') is apparently converted to its ASCII value ...
Carl Talley
ctalley@...
Send Email
Jun 2, 2005
8:09 pm
2636
... That's why its name is "isdigit" and not "isnum". Walter -- Walter Loos <wloos@...> member of BalserLinuxUserGroup <http://www.blug.ch> -- No...
Walter Loos
wloos@...
Send Email
Jun 3, 2005
5:54 am
2637
I was wondering, I have a pretty fast computer, and when I paste things into v11 of the Boxer Editor, I seem to see a lag of some sort, as though it takes...
Arctic Fidelity
noorahabeer
Offline Send Email
Jun 8, 2005
2:09 am
2638
A> I was wondering, I have a pretty fast computer, and when I paste things A> into v11 of the Boxer Editor, I seem to see a lag of some sort, as though A> it...
Daniel van Rooijen [C...
danielvr68
Offline Send Email
Jun 8, 2005
2:28 am
2639
On Tue, 07 Jun 2005 19:27:51 -0700, Daniel van Rooijen [CopyCats] ... No, I only get it when I first start the program up, and it's not a big lag, mind you. It...
Arctic Fidelity
noorahabeer
Offline Send Email
Jun 8, 2005
2:46 am
2640
A> No, I only get it when I first start the program up, and it's not a big A> lag, mind you. It starts pasting immediately, but I can catch the lines A>...
Daniel van Rooijen [C...
danielvr68
Offline Send Email
Jun 8, 2005
3:14 am
2641
Hi Aaron, Thanks for your note... Arctic> I was wondering, I have a pretty fast computer, and when I Arctic> paste things into v11 of the Boxer Editor, I seem...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 8, 2005
3:31 am
2642
I had an issue in the past regarding ReplaceAll not doing its job when issued from a Macro. I would like to revisit that problem. Below is the setup to the...
joe
woodworkingj...
Offline Send Email
Jun 8, 2005
3:54 pm
2643
Hi Joe, joe> I had an issue in the past regarding ReplaceAll not doing its job joe> when issued from a Macro. I would like to revisit that problem. joe> Below...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 8, 2005
4:15 pm
2644
Hi David, occasionally my computer won't shut down unless I close down Boxer 11 first. I'm not sure yet when this occurs but I've so far observed this ...
Stephan Eichenlaub
stephan@...
Send Email
Jun 8, 2005
4:20 pm
2645
I have the same problem and it's connected to closing of files, occasionally there where general exceptions being thrown -- don't remember the full explanation...
Jonas Hammarberg
hammarberg@...
Send Email
Jun 8, 2005
5:44 pm
2646
I found custom keyboard enter can not be assign to another function how Can I do myEnter, I want to do some special filename with different use with enter ......
Lechee.Lai
lecheel
Offline Send Email
Jun 13, 2005
5:50 am
2647
Hi Lechee, Thanks for your note... ... The CopyFilename() function provides a macro interface to the editor's Edit|Copy-Filename function. This will put the...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 13, 2005
4:43 pm
2648
Hello, Why boxer change the file tab will refresh whole full screen (Desktop) ?? Thanks...
Lechee.Lai
lecheel
Offline Send Email
Jun 14, 2005
10:04 am
2649
I have been using templates to store pre-made shells for my documents, however, I ran into some issues when trying to use the "^^" and "||" conventions inside...
Arctic Fidelity
noorahabeer
Offline Send Email
Jun 15, 2005
1:35 am
2650
Hi Aaron, Thanks for your note... Arctic> I have been using templates to store pre-made shells for my Arctic> documents, however, I ran into some issues when...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 15, 2005
12:31 pm
2651
Does boxer support registry save/restore macro function (good for save varible use in boxer) ?? Thanks...
Lechee.Lai
lecheel
Offline Send Email
Jun 16, 2005
4:12 am
2652
Hi Lechee, Thanks for your note... Lechee.Lai> Does boxer support registry save/restore macro function Lechee.Lai> (good for save varible use in boxer) ??...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 16, 2005
2:29 pm
2653
... I like the idea of static variables for boxer macros. it was on the list of suggestions for a future version of boxer I was keeping (but as new versions...
tony summerfelt
snowzone25
Offline Send Email
Jun 16, 2005
5:09 pm
2654
On Thu, 16 Jun 2005 12:08:54 -0500, tony summerfelt ... [...] ... I have to agree on this point, while the ability to store variables and then retrieve them at...
Arctic Fidelity
noorahabeer
Offline Send Email
Jun 16, 2005
5:40 pm
2655
... +1 Something more along the lines of cookies would make sense, and reduce risk. ... -- Bill Guindon (aka aGorilla)...
Bill Guindon
webgorilla
Offline Send Email
Jun 16, 2005
5:43 pm
2656
... and int ReadVariable(var varname, FILE *filename); that pair of functions gets my vote. -- http://home.cogeco.ca/~tsummerfelt1 ...
tony summerfelt
snowzone25
Offline Send Email
Jun 16, 2005
7:09 pm
2657
Whether David's idea is used verbatim or some alternative scheme is used that doesn't access the registry really is irrelevant. Boxer writes the registery now...
Tim Spencer
tspencr
Offline Send Email
Jun 16, 2005
7:59 pm
2658
What Tim said. :-) If you-all only knew how many thousands (or even millions!) of registry writes were already being performed due to Boxer, I guess some of...
David Hamel [Boxer So...
boxer99dave
Offline Send Email
Jun 16, 2005
8:32 pm
2659
... Well, I trust your registry entries, I'm not so sure that I trust mine. ... right, I'd much rather be editing them with Boxer than RegEdit. ... -- Bill...
Bill Guindon
webgorilla
Offline Send Email
Jun 16, 2005
8:37 pm
2660
On Thu, 16 Jun 2005 15:07:47 -0500, David Hamel [Boxer Software] ... Heh, thanks, as they say, "Ignorance is bliss," and you just trashed by ignorance. :-)...
Arctic Fidelity
noorahabeer
Offline Send Email
Jun 16, 2005
8:47 pm
2661
You can download a utility (from SysInternals...if I recall correctly) that will monitor all reads and/or writes to the registry. It is absolutely astounding...
jcook@...
Send Email
Jun 16, 2005
9:03 pm
Messages 2632 - 2661 of 3885   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help