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 to share photos of your group with the world? 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 2887 - 2917 of 3850   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2887
... What was the original goal of the VCL/RTL tab? It seems to search the IDE\lib\ dir, but there it should only find DCU files that can't be opened anyway....
Erik Berry
ErikBerry
Offline Send Email
Apr 8, 2005
7:14 am
2888
... They came from my starting point of the Uses Clause Manager. However, you can find .dfm files there. ... The Search On combo was originally designed so...
Gardner, Paul G.
paulggardner
Offline Send Email
Apr 8, 2005
2:25 pm
2889
... I see the the reasoning now, though I don't think those dfm files are ones we should be opening, since they don't have an associated source file with them....
Erik Berry
ErikBerry
Offline Send Email
Apr 9, 2005
10:31 pm
2890
What was happened with Editor Toolbar in the latest source code available through CVS? We have procedure TEditorEnhancements.Install; begin ... ...
Alexander Golovko
algol_ua
Offline Send Email
Apr 21, 2005
9:52 am
2891
... Try the latest CVS again - I think this is fixed. It was a class name typo. Thanks, Erik...
Erik Berry
ErikBerry
Offline Send Email
Apr 22, 2005
6:19 am
2892
Hello, Erik. I did not find any differences in my local code and CVS today, but seems that I have found the source of the problem. It's hidden in ...
Alexander Golovko
algol_ua
Offline Send Email
Apr 22, 2005
9:18 am
2893
I recently removed the Delphi 5 support, projects, and workarounds form the GExperts CVS source. I know some people are still using Delphi 5, but I just...
Erik Berry
ErikBerry
Offline Send Email
Apr 22, 2005
9:38 am
2894
... I may be wrong and the above change is a typeo, but I think that the change to EditorControlName was needed when I changed the hook from HCBT_Activate to...
rholleri
Offline Send Email
Apr 22, 2005
11:19 am
2895
... EditorControlClassName, ... editor. ... I'm sorry, my mistake. When I looked at it this morning, I looked at GX_EditorFormServices.pas and found const ...
rholleri
Offline Send Email
Apr 23, 2005
3:59 am
2896
phooey. I was hoping you wouldn't do that until after the next official release, but I understand. ah well, unfortunately I don't have the time to maintain...
Gardner, Paul G.
paulggardner
Offline Send Email
Apr 25, 2005
8:50 pm
2897
... You can CVS checkout by date from April 3 or so to get the last bits of Delphi/C++ v.5 support. Erik...
Erik Berry
ErikBerry
Offline Send Email
Apr 25, 2005
9:08 pm
2898
I think that's an error in current GX_Search module that prevents search of text in dfm files stored as text. Lines since #253: if Bytes >= 3 then begin if...
Alexander Golovko
algol_ua
Offline Send Email
Apr 26, 2005
9:54 am
2900
And protect the source code from memory leak using begin FormStream:=nil; try ... finally FreeAndNil(FormStream); end; end; or using...
Alexander Golovko
algol_ua
Offline Send Email
Apr 26, 2005
10:19 am
2901
... If you have verified the fix works along with your other suggestions, please post the entire file to the Yahoo files area or email it to me, so I can work...
Erik Berry
ErikBerry
Offline Send Email
Apr 26, 2005
2:03 pm
2902
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
Apr 27, 2005
12:06 pm
2903
... suggestions, ... me, ... Unfortunately I have not time right now to change FSearchStream Create points, but uploaded file is enough to provide text DFM...
Alexander Golovko
algol_ua
Offline Send Email
Apr 27, 2005
12:09 pm
2904
... I see the bug now and I'll put this fix in CVS. I'll probably not make the other change, since I think the original code is a little faster, even though I...
Erik Berry
ErikBerry
Offline Send Email
Apr 28, 2005
6:18 pm
2905
... I put this in CVS with some changes. If you can make the record/stop toolbar buttons work and verify it still works as intended, we can consider adding it...
Erik Berry
ErikBerry
Offline Send Email
Apr 28, 2005
8:52 pm
2906
Filters in Favorite Files expert (when selecting File, New File in the expert) are missing at least *.bdsproj and *.bdsgroup. Primoz...
Primo€ ¢Å¾ Gabrijel€ ...
gabr42
Online Now Send Email
May 4, 2005
8:33 am
2907
... I'll add these file types. Thanks, Erik...
Erik Berry
ErikBerry
Offline Send Email
May 4, 2005
4:33 pm
2908
The caption for "Print..." function in Grep Results window suggests that there will be a confirmation dialog window after the command execution. But there is...
Piotr L
vpiotr
Offline Send Email
May 11, 2005
11:29 am
2909
... I'll fix this caption. We recently removed ACE Reporter support to get rid of the last commercial component in GExperts. Because of this, we no longer...
Erik Berry
ErikBerry
Offline Send Email
May 12, 2005
11:21 pm
2910
Is anyone interested in creating a small logo for GExperts? We would need something in 64x64 and 32x32 16bit format for use in icons, etc. If it isn't too...
Erik Berry
ErikBerry
Offline Send Email
May 14, 2005
11:14 pm
2911
This is a D5 question, and I am aware that GExperts doesn't support D5 anymore. I'm just looking for some debugging direction. Every time I use the Replace...
paulggardner
Offline Send Email
May 19, 2005
6:09 pm
2912
Erik, On the Open file expert, you have two tabs with a "v" accelerator key (Favorite and VCL). I checked the web interface for CVS, and I think it's still...
Gardner, Paul G.
paulggardner
Offline Send Email
May 19, 2005
6:26 pm
2913
Hello eric, Have you seen the latest version of lazarus? If you place a component on a form, you get some lines, that make the aligning to an another component...
Wok
nooitvrij
Offline Send Email
May 19, 2005
6:41 pm
2914
... It is possible to do, but it isn't something that is easy for third party addins. Every attempt I've seen to do custom painting on the designers has been...
Erik Berry
ErikBerry
Offline Send Email
May 20, 2005
5:42 pm
2915
... It works for me in D7, but you might try to rollback/checkout by date in CVS and see if older releases work. If you find the cause and it isn't D5...
Erik Berry
ErikBerry
Offline Send Email
May 20, 2005
5:43 pm
2916
... Apparently it's not GExperts. I tried removing GExperts from the startup, and DELPHI still hooked into the clipboard, so I assume it's a function of the...
Gardner, Paul G.
paulggardner
Offline Send Email
May 23, 2005
2:29 pm
2917
Hello Erik and * Now that Upd3 makes D2005 usable, I've compiled and installed latest GExpert snapshot GXSource-2005-05-15.zip. Something weird is going on in ...
Achim Kalwa
akalwahome
Offline Send Email
Jun 1, 2005
7:04 pm
Messages 2887 - 2917 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