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@...
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...
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...
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...
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...
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...
... 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...
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...
... 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...
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, 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...
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,...
... Nothing prevents anybody to stuff in anything here - including an address obtained via GetProcAddress. There is some trickiness to this fun, though, like...
... 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...
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 ...
... 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@...
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...
... 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...
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...
... 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...
... 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,...
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...
... 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...
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...