Search the web
Sign In
New User? Sign Up
GExpertsDiscuss · Discuss development of the GExperts tools for Delphi and C++Builder
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1224 - 1253 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1224
Hi there \=-\=-\=-\= how can one trace what has happened to feature request that you have added and send in. Is there a way to see if it has been read. Taken...
Johannes Pretorius
johannes@...
Send Email
Jan 4, 2002
4:50 am
1225
... If you sent the suggestion to the SourceForge suggestion tracker, there is tracking built-in there. Suggestions sent using the wizard are all read, but I...
Erik B. Berry
Anagoge
Offline Send Email
Jan 4, 2002
7:11 am
1226
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GExpertsDiscuss group. File :...
GExpertsDiscuss@yahoo...
Send Email
Jan 7, 2002
7:38 pm
1227
Hello, All! I wrote a first release of my expert. Send it to you for testing. The given expert is intended for a convenient insert conditional defines. I have...
Constantin Lushnikov
lcmru
Offline Send Email
Jan 7, 2002
8:06 pm
1228
Normally when you have installed GExperts and start Delphi twice at almost the same time, then you get a message warning you (indicating that the last session...
Jeroen W. Pluimers (m...
jeroen_mailings
Offline Send Email
Jan 10, 2002
10:48 am
1229
Steps to reproduce: 1. Change the Editor Font to 'Lucida Console' (or something different from Courier New) 2. Click on a class 3. Click on a member. Now look...
Jeroen W. Pluimers (m...
jeroen_mailings
Offline Send Email
Jan 10, 2002
10:48 am
1230
... It would only be a performance hit if it would be performed for every line searched. I think it would not be a performance hit if you could handle this in...
Jeroen W. Pluimers (m...
jeroen_mailings
Offline Send Email
Jan 10, 2002
10:49 am
1231
Hi, This is the scenario: I have a Dataset component. I add the fields into it. Then I drop them on the form and Delphi puts them in a specific fashion. I want...
Fredrik Larsson
frla0000
Offline Send Email
Jan 10, 2002
6:19 pm
1232
... Could you please clarify in what respect this relates to GExperts? Specifically, what does your code intend to contribute to GExperts? Thanks!...
Stefan Hoffmeister
econos2001
Offline Send Email
Jan 10, 2002
9:01 pm
1233
... This setting was originally meant to control the font on the Interface Code tab, but I think it makes sense for it to control both fonts, so I modified it...
Erik B. Berry
Anagoge
Offline Send Email
Jan 11, 2002
12:58 am
1234
Hello all, I would like to know how to call a TObject's method. I can get the instance of the object from memory, I can call simple procedure by using ...
Rob Schoenaker
rschoenaker
Offline Send Email
Jan 11, 2002
12:28 pm
1235
Rob, the GetProcAddress is useful for dll but not for objects:-) As I understood your task, you need a MethodAddress instead: 1. declare a procedure type (for...
Shkolnik M.
mshkolnik
Offline Send Email
Jan 11, 2002
12:37 pm
1236
Working with a Type Library recently I noticed that the Uses and Unit Positions experts don't operate unless the file extension reported by the IDE is DPR,...
Hansen, John
afanofosc_99
Offline Send Email
Jan 11, 2002
12:48 pm
1237
... you can open your own branch of SynEdit at any time and make it better. Martin...
Martin.Waldenburg@...
mwaldenburg
Offline Send Email
Jan 11, 2002
1:20 pm
1238
... Nothing prevents anybody to stuff in anything here - including an address obtained via GetProcAddress. There is some trickiness to this fun, though, like...
Stefan Hoffmeister
econos2001
Offline Send Email
Jan 11, 2002
5:25 pm
1239
... [deletia] Your message reminded me of your form drawing code ;-) Any news on that? TIA!...
Stefan Hoffmeister
econos2001
Offline Send Email
Jan 11, 2002
5:28 pm
1240
... We should look into this later. For now, it is too late to verify all of the call sites would work properly with this change, and I don't think is what we...
Erik B. Berry
Anagoge
Offline Send Email
Jan 12, 2002
5:38 am
1241
Mike, Thanks for the info. ... The only problem is that the method I try to cal lis a virtual protected method... Any idea on how to that maybe? Cheers, /Rob ...
Rob Schoenaker
rschoenaker
Offline Send Email
Jan 14, 2002
7:50 am
1242
... To get the address of a virtual method you can use the procedure supplied in VMTUtils (in the Comps sub dir). To get the index to the specific method you...
Puthoon
lists@...
Send Email
Jan 14, 2002
8:44 am
1243
Hi ! I've published a new version of Macro Templates - it is placed on ftp://ftp.bms.com.pl/users/piotr/BMS_GExperts/ Changes: - based on latest GExperts...
vpiotr
Offline Send Email
Jan 15, 2002
9:55 am
1244
What do you think about adding "System" to the list of used units? [Non-text portions of this message have been removed]...
Hansen, John
afanofosc_99
Offline Send Email
Jan 16, 2002
12:29 pm
1245
... If it shows SysUtils (and Variants), it should should System and SysInit, too....
Stefan Hoffmeister
econos2001
Offline Send Email
Jan 16, 2002
5:56 pm
1246
... The issue with System is you cannot add it to your uses statement but it really is "used". This is not the case for SysUtils and Variants. It is the case...
Hansen, John
afanofosc_99
Offline Send Email
Jan 16, 2002
6:55 pm
1247
... Indeed. Before we continue the discussion, could someone please define the purpose of the "Uses list expert"?...
Stefan Hoffmeister
econos2001
Offline Send Email
Jan 16, 2002
7:04 pm
1248
The Uses List expert is an editor toolbar expert. It makes it easier to open a used unit in the editor. It pops up a menu listing the units used by the...
Hansen, John
afanofosc_99
Offline Send Email
Jan 16, 2002
7:12 pm
1249
... I don't have strong feelings either way, but my personal opinion is that most developers don't know or care much that the System unit is included even if...
Erik B. Berry
Anagoge
Offline Send Email
Jan 16, 2002
7:34 pm
1250
... This version is looking very nice. Now, what do other people think who have tried it? To try it quickly, just rename your Delphi 5 GExperts directory,...
Erik B. Berry
Anagoge
Offline Send Email
Jan 16, 2002
7:40 pm
1251
Hi ! 1. Grep search I've noticed that this expert is raising an error 'interface not supported' or something like that when project group has included batch...
vpiotr
Offline Send Email
Jan 16, 2002
10:45 pm
1252
... This is actually caused by a bug in the Open Tools API that was fixed in Delphi 6. At present, I don't see any workaround except to just swallow the...
Erik B. Berry
Anagoge
Offline Send Email
Jan 18, 2002
10:56 pm
1253
As far as I know, there are no reported but unfixed bugs in the current GExperts CVS source. Does anyone have any last minute issues we haven't already...
Erik B. Berry
Anagoge
Offline Send Email
Jan 22, 2002
8:38 am
Messages 1224 - 1253 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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