Hi all! symptom: ======= The application hangs up, at execution of the menu command from the keyboard. For example <Alt> + <F> for "&File" option. file: ==== ...
2
Nenad Stefanovic
nenads@...
Apr 6, 2000 10:07 pm
Hi Yuri, Thank you for your bug report. I have to say that I haven't seen this problem myself, so I will have to put some more research in this. Thanks, Nenad ...
3
Orantas Gladkauskas
orantas@...
Apr 10, 2000 11:21 am
4
Daniel Eriksson
daniel_e@...
Apr 20, 2000 10:56 pm
Has anyone tried to use WTL from a DLL, or even better, from an inproc COM server (implemented in a DLL)? I've searched the web for information without...
5
dbowen@...
Apr 20, 2000 11:03 pm
We're using WTL in our inproc COM servers (in a DLL) to do property pages (and wrap the controls on the property page). What is it that you wanted to know? ...
6
John K
johnk@...
Apr 20, 2000 11:04 pm
We have. There does not seem to be any particular problem doing it. John Kienitz ... From: Daniel Eriksson [mailto:daniel_e@...] Sent:...
7
Daniel Eriksson
daniel_e@...
Apr 21, 2000 2:30 am
After writing this response (but before posting it) I did some additional tests. I now think I have figured out what was wrong with my original code. The...
8
Daniel Toloudis
dmt@...
Apr 22, 2000 11:34 pm
What is the best way to steal only the CString class with minimal other dependencies?...
9
John K
johnk@...
Apr 24, 2000 4:05 pm
There is a macro, I believe on CodeGuru.com that will extract the CString only stuff from the MFC headers. I've used it before, and it appeared to work fine....
10
Nenad Stefanovic
nenads@...
Apr 24, 2000 5:27 pm
There are no dependencies. Just include atlapp.h and atlmisc.h in your project, and use CString. atlapp.h is required for any WTL class, as is a module object....
11
Anton Smolyaninov
anton@...
May 2, 2000 12:03 pm
12
jeroent@...
May 3, 2000 1:17 pm
Hi, I've also sent this one to the Atilla mailing list but I'll post it here as well. When using multiple commandbars, the application will 'crash' when ...
13
Nenad Stefanovic
nenads@...
May 5, 2000 5:26 pm
Hi Jeroen, Multiple command bars are not really supported by design. That is not obvious, and since there are no docs it is not documented anywhere. The ...
14
Jeroen Thur
jeroent@...
May 5, 2000 6:20 pm
Hi Nenad, The reason I would like to have more than one command bar per thread is that my application has two modes with for each mode a different command bar....
15
Nenad Stefanovic
nenads@...
May 6, 2000 9:44 pm
Hi Jeroen, I thought that much easier way to achieve this is to keep two menus and only one command bar, and then switch between menus using AttachMenu method....
16
rtearle@...
May 9, 2000 8:27 am
I've been using WTL quite a bit since I found it, and came across the following bug, related to maximum menu widths, and a MRU. When you have longish filenames...
17
Nenad Stefanovic
nenads@...
May 9, 2000 4:58 pm
Hi Richard, I noticed that myself before and I was planning to use almost the same fix in the next version. Thanks for your report. Nenad ... From:...
18
Steve Maier
maier@...
May 9, 2000 6:17 pm
Nenad, Are changes to WTL going to be released separate from the Platform SDK or just with the Platform SDK. I know that this list will probably know when its...
19
Nenad Stefanovic
nenads@...
May 9, 2000 6:20 pm
Hi Steve, Future WTL releases will ship with the Platform SDK. Thanks, Nenad ... From: Steve Maier [mailto:maier@...] Sent: Tuesday, May 09, 2000 11:14...
20
Jose Wilson
josew@...
May 10, 2000 7:08 am
Hi, I have used CommandBar Menu in my Application. The menu comes fine but when I use the HotKeys it hangs,(ie) it goes into a infinite loop of Keypress...
21
Tearle, Richard
rtearle@...
May 10, 2000 7:23 am
I suggest you look at http://www.egroups.com/wtl, and look at the old messages within this group. This has been covered before (it was even the first ...
22
Jeroen Thur
jeroent@...
May 10, 2000 7:52 am
Hi, Posted this one in another thread but I think it deserves it's own. It's not possible to selecting menuitems via the keyboard (for example, Alt+V (View)...
23
Don Lance
Don@...
May 11, 2000 2:00 pm
... What do you guys thing about this? ... Osborn: On another subject, there seems to be a fair amount of developer interest in the Windows Template Library...
24
Steve Maier
maier@...
May 11, 2000 2:13 pm
Nenad, Does this mean you are going to be out of a job ;-) You had said that new releases of WTL would be in the Platform SDK. Of course Tony is the VC7 ...
25
Rainer Schütz
rainers@...
May 11, 2000 3:08 pm
26
Marion Nalepa
marion@...
May 11, 2000 3:10 pm
Another good example of how out-of-touch Microsoft is with their customers. WTL is obviously one of the most useful things they've put out in a long time, and...
27
Nenad Stefanovic
nenads@...
May 11, 2000 7:30 pm
WTL will continue to ship in the Platform SDK. I don't expect it to be in VC7. I don't know why Tony said that. Thanks, Nenad ... From: Steve Maier...
28
Dan Wygant
WygantD@...
May 11, 2000 7:44 pm
P'raps you should ask Mr. Bill to smack Tony in the back of the head. This is a bad deal for the loving company that *is* M$. Really, M$ is truly a company...
29
Teatime
teatime@...
May 22, 2000 10:33 am
Hi everyone, My name is Milen Angeloff. I'm quite new in WTL, but find it very interesting. I have a question about LPNMREBARCHEVRON. I try to find the...