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 2798 - 2827 of 3850   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2798
Dear All, I have some pascal files with .IMP and .INT extension, I can't use "Procedure List" in these files. "This expert is for use in .pas... only" will...
fxam
Offline Send Email
Feb 3, 2005
3:27 pm
2799
... I made some minor updates to this and checked it in. Thanks for your work on this feature! Erik...
Erik Berry
ErikBerry
Offline Send Email
Feb 5, 2005
8:19 pm
2800
... That seems reasonable to me. I'll make the change in CVS. Thanks, Erik...
Erik Berry
ErikBerry
Offline Send Email
Feb 17, 2005
6:52 am
2801
Hi all, I've been enjoying the new powerul Macro Template feature in GExperts v1.20+, making good use of them for my standard procedure and unit headers, for...
Kristofer G. Skaug [h...
kgskaug
Offline Send Email
Feb 18, 2005
9:49 pm
2802
... GExperts ... nifty? For the start, try the following page - there are some real-life template examples: ...
Piotr L
vpiotr
Offline Send Email
Feb 20, 2005
6:58 pm
2803
Hi Paul, opening units with the Open Unit expert seems to change their file extension to an uppercase ".PAS". This shows in the caption of the editor window....
Ulrich Gerhardt
uligerhardt
Offline Send Email
Feb 21, 2005
9:17 am
2804
... New version of the Open Unit Expert is posted (viewunits.zip). This has the fix for the bug that Uli found, along with a couple of other things: 1) The...
paulggardner
Offline Send Email
Feb 28, 2005
9:38 pm
2805
... I think this will be one of the more useful new features GExperts has seen over the last few years, based on customer requests, and my own feel for what...
Erik Berry
ErikBerry
Offline Send Email
Feb 28, 2005
10:05 pm
2806
... Actually, the thanks should go to you for maintaining GExperts as a viable DELPHI add-on. Given what I've read, I'm sure you're not exactly being ...
Gardner, Paul G.
paulggardner
Offline Send Email
Mar 1, 2005
1:14 am
2807
It seems that the ToDo Expert (using CVS 2005-Jan-12, D7) does not properly read multi-line comments. Would someone please verify this, so I know if it's my...
patiinthehat
Offline Send Email
Mar 1, 2005
4:36 pm
2808
One Question ? Why the Replace Component in 1.22 it's diferents of version 0.9 beta. The 0.9 have more options (logs, ...) and don't have problems with link...
Gami
gamiclases
Offline Send Email
Mar 2, 2005
9:54 am
2809
... We made many changes to replace components after releasing GExperts 1.2x. The latest changes are only available in the CVS source, so try that if you want...
Erik Berry
ErikBerry
Offline Send Email
Mar 2, 2005
5:13 pm
2810
... It depends on what you mean by "properly", I guess. It should detect multiline comments in .pas files (such as (* *) delimited ones) and show the first...
Erik Berry
ErikBerry
Offline Send Email
Mar 3, 2005
12:02 am
2811
... I, for one, always disable the todo expert, and exclusively use the one in Delphi. Best regards / Med venlig hilsen Thomas Due Software Developer Scanvægt...
Thomas Due
aberrant_due
Offline Send Email
Mar 3, 2005
6:56 am
2812
Hiya, I was testing the SetComponentProperty expert, as I am currently revising one of our projects at work. This project is rather large, with many forms. ...
Thomas Due
aberrant_due
Offline Send Email
Mar 3, 2005
9:47 am
2813
... Sorry, but enumerated properties are not fully supported as the error indicates. It might work specifying the desired value as an ordinal value. If...
Erik Berry
ErikBerry
Offline Send Email
Mar 3, 2005
4:01 pm
2814
... It should work using the functions below. function GetEnumProp(Instance: TObject; const PropName: string): string; overload; procedure...
Leonel
burninbr
Offline Send Email
Mar 3, 2005
4:21 pm
2815
Erik Berry wrote: > Thomas Due wrote: > > I was testing the SetComponentProperty expert, as I am currently > revising > > AfgiftFrm3.pas(1): Language1...
Gami
gamiclases
Offline Send Email
Mar 3, 2005
5:12 pm
2816
tried to update ! When performing a CVS update : 8< cvs [update aborted]: EOF in value in RCS file /cvsroot/gexperts/gexperts/unstable/Src/GX_ProjDepend.pas,v ...
Per-Eric Larsson
emwtur
Offline Send Email
Mar 3, 2005
6:48 pm
2817
... http://sourceforge.net/tracker/index.php?func=detail&aid=1107502&group_id=1&atid=200001 -- Leonel...
Leonel
burninbr
Offline Send Email
Mar 3, 2005
6:54 pm
2818
I can't compile GExperts... Required package 'designide' not found. I have ToolsAPI and Delphi6\Bin in my library path (designide60.bpl), but no go. I do not...
jayfaubion
Online Now Send Email
Mar 4, 2005
4:40 pm
2819
I'm try to modify GxOtaSetComponentPropertyAsString but 3 Questions where is SetComponentProperty expert i cant find it. whats supouse to pass in this...
Gami
gamiclases
Offline Send Email
Mar 4, 2005
8:26 pm
2820
... GX_SetComponentProps.pas. Make sure you are using a recent CVS zip or the latest CVS code. See the developer FAQ for some hints. ... The original request...
Erik Berry
ErikBerry
Offline Send Email
Mar 4, 2005
9:10 pm
2821
Erik Berry wrote: > Gami wrote: > > I'm try to modify GxOtaSetComponentPropertyAsString but 3 Questions > > > > where is SetComponentProperty expert i cant...
Gami
gamiclases
Offline Send Email
Mar 4, 2005
9:51 pm
2822
Erik Berry wrote: > Gami wrote: > > I'm try to modify GxOtaSetComponentPropertyAsString but 3 Questions > > > > where is SetComponentProperty expert i cant...
Gami
gamiclases
Offline Send Email
Mar 4, 2005
11:07 pm
2823
See the developer FAQ for some background on this error. Or search the mailing list archives for some more help with it. Erik...
Erik Berry
ErikBerry
Offline Send Email
Mar 4, 2005
11:11 pm
2824
... D6 is on my other computer only, but I'd guess the .dcp is in the Delphi6\lib directory. And it is not designide60.dcp, but designide.dcp. -- Rudy Velthuis...
Rudy Velthuis
rudy_velthuis
Offline Send Email
Mar 5, 2005
8:13 am
2825
... I haven't looked into this yet. ... I think the fix for this is to open the module for the form instead of the form directly, and then show the form, like...
Erik Berry
ErikBerry
Offline Send Email
Mar 5, 2005
8:39 am
2826
I've write this piece of code: tkEnumeration: begin PropInfo := GetPropInfo(TObject(AComponent.GetComponentHandle), PropertyName); EnumInfo...
Gami
gamiclases
Offline Send Email
Mar 7, 2005
12:28 am
2827
It's Ok i find the solution i send the code for Emun types i hope the next week end the set type i have the function already done. this is the code ...
Gami
gamiclases
Offline Send Email
Mar 7, 2005
1:46 am
Messages 2798 - 2827 of 3850   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