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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2807 - 2836 of 3850   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
2828
this post its because i send the last attach with a dirty probe i send the goo one ... unit GX_OtaUtils; {$I GX_CondDefine.inc} {$IFDEF GX_BCB} {$IFDEF VER130}...
Gami
gamiclases
Offline Send Email
Mar 7, 2005
2:04 am
2829
New Modification. I've Made the GxOtaSetComponentPropertyAsString can work with tkSet property but some problems with this. this is the code tkSet: begin ...
Gami
gamiclases
Offline Send Email
Mar 7, 2005
4:29 am
2830
Sorry my last's mails i dont know my thunderbird add the attach code to the message body I'm really sorry i've try the next time dont do it. i send you again...
Gami
gamiclases
Offline Send Email
Mar 7, 2005
4:38 am
2831
In my last post i've send a zip why don't arrive whit the zip????? Gami wrote: > Sorry my last's mails i dont know my thunderbird add the attach code to >...
Gami
gamiclases
Offline Send Email
Mar 7, 2005
11:26 am
2832
Yahoo usually strips off attachments. I would suggest going to the gexperts yahoo web site and putting your zip file there. Paul ... From: Gami To:...
Gardner, Paul G.
paulggardner
Offline Send Email
Mar 7, 2005
3:53 pm
2833
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
Mar 7, 2005
4:07 pm
2834
thanks Paul. If somebody probe this modification and have/hane'nt any problem with them PLEASE tell me. Gami PD:Sorry my english Gardner, Paul G. wrote:...
Gami
gamiclases
Offline Send Email
Mar 8, 2005
8:46 am
2835
well i do new things In the CVS readme.txt i see that, you wanna add some kind of close the editor tabs with 1 click of the middle mouse button is'nt???...
Gami
gamiclases
Offline Send Email
Mar 9, 2005
9:55 pm
2836
... You can't have any active reference to the editor (and possibly the module) when you close the module. Try setting the editor interface reference to nil,...
Erik Berry
ErikBerry
Offline Send Email
Mar 9, 2005
10:12 pm
Messages 2807 - 2836 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