Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
http://groups.yahoo.com/group/BCX/files/BCX_Files/bc367c.zip I just posted a message about this, it didn't seem to take though. If a dup please ignore. - Scott...
Kevin and Wayne, My latest version takes care of your 4 examples. http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bc367c.zip Example 4 was taken with a...
... Scott -- I won't say "cheating" but I will say "dangerous". Although "hwnd" was found in my samples, there's a high probability that someone, even me, will...
... I see that the project has expanded beyond the orignal request. I haven't any time to do anything the last few days, work readed it's ugly head. My...
http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bc367d.zip You can almost smell it! (The wood is burning now) So, I changed the way I look for Windows...
FYI- I just remove the "$" from AppExeName and appexepath in BCX's code and tested it. This works flawlessly now with the examples you have provided. Can you...
Cool Kevin, As you can see I have spent most of the day removing all the last of the bugs. I will check out your code and see what you have changed, though I...
... Scott ... "ALL" is a big word and should be used sparingly :-) 3.67e barfs BADLY on this (so does my 3.67c2) IF UCASE$("a" & "b")& LCASE$("C" & "D")&...
http://WinMerge.sourceforge.net/ You can find out what has changed in your code by using this great free tool. I recomend it highly for Developers. This...
... 1st the good news ... ALL BCX GUI_DEMO samples translate with 3.67e Now the bad news ... Andreas Gunthers DlgEdit bombs out using 3.67e but translates and...
I have to try it before going. Here is my comment on Dlgedit_bcx I See one of the problems is "&&" translates to "&" "&". We need add something to out code to...
Kevin, FYI- ... a$ = UCASE$("a" & "b") & LCASE$("C" & "D") & UCASE$("e") PRINT a$ ... I don't let "=" go through the ampersand parser. The current & function...
... Very true. The official version of BCX does not support on-the-fly string concatenation (OTFSC). That's a quirk that new BCX user's must [currently]...
http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bc367h.zip This has got to be it??? I stayed up all night for this I sure hope it works. Now Equations...
Hi I cut this from the BC.BAS Version 3.67 Source '*********************************************************** ' Translate REMOVE UCASE$("aaa") FROM...
16266
BCX@yahoogroups.com
Jul 2, 2003 9:23 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File :...
Kevin and fellow BCXers, http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bcx367j.zip After spending 40 Hours on this project I believe it is ready for...
... It's the UNKNOWN bugs that I'm worried about :-) ... Bet on it! I hope I fail miserably in my attempt to break it so that I can hang a 3.68 label on it :-)...
I have tested everything I have with Scott's final 3.67j translator and I find that everything translates normally (albeit, a little bit slower due to the...
16271
BCX@yahoogroups.com
Jul 2, 2003 11:27 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /Wayne...
Cool! I just thought of a way to speed it up that I didn't include. Why not use ampcount to signal not to go any farther through the code. To make it even...