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...
Show off your group to the world. Share a photo of your group with us.

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 3120 - 3149 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3120
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
Oct 3, 2005
9:30 pm
3121
I'd love to have some feedback on this modification to the Macro Library expert. With the Macro Library editor you can record a library of keyboard macros...
Hansen, John
afanofosc_99
Offline Send Email
Oct 4, 2005
10:44 am
3122
Hi John, ... I meant to have a look at it since you posted it but so far have not found the time. Please don't let the lack of feedback discourage you. I have...
Thomas Mueller
s2hbbs
Offline Send Email
Oct 9, 2005
1:49 pm
3123
I'm almost satisfied now by behavior of Rename Components expert concerning autoassignment of initial property except the next two points: 1) No space should...
Alexander Golovko
algol_ua
Offline Send Email
Oct 25, 2005
9:52 am
3124
... OK, if you have a patch for this, please post the file to Yahoo. ... I don't know how to detect this easily, unless you look at what is currently on the...
Erik Berry
ErikBerry
Offline Send Email
Oct 25, 2005
4:35 pm
3125
I would like to wrap up GExperts 1.30 and get it out there for everyone at the same time Borland Developer Studio 2006 (Dexter) is released later this year....
Erik Berry
ErikBerry
Offline Send Email
Nov 6, 2005
8:53 am
3126
Hi Eric, ... What about the source formatter? The current state of the Engine is this: It works with Delphi 2005 and Delphi 7 sources and I have fixed quite a...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 6, 2005
11:32 am
3127
... Yeah, after starting that I changed jobs and houses. Too much happening on a short time and I couldn't do anything more on this. Sorry. I don't think we...
Leonel Togniolli
burninbr
Offline Send Email
Nov 6, 2005
8:44 pm
3128
Hi @ll, perhaps it is a solution to offer it as a additional "experimentell" download? Because I guess many people are very interested in a Code Formatter and...
Ralf Grenzing
grenzi_r
Offline Send Email
Nov 7, 2005
1:56 pm
3129
... I think an optional extra download for the formatter would be a good approach :) Glenn Crouch mailto:glenn@... ESB Consultancy...
Glenn Crouch
esbglenn
Online Now Send Email
Nov 7, 2005
2:40 pm
3130
Hi, ... Bloody real life! Always intruding into the fun. ;-) ... I that case I think we should make the wizard available together with the new formatter dll as...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 7, 2005
9:53 pm
3131
Hi, I have had some time on my hands today so I created a preliminary integration of the formatter into GExperts. Should I just check it into CVS? It should...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 10, 2005
7:03 pm
3132
Hi, * I have now made the source formatter work without the dll (enabled the conditional define that was there again and made it work). * The formatter now not...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 12, 2005
6:53 pm
3133
... I'm making several changes to the integration source. Mainly it was being sure we share more code, produce error messages when appropriate, and ...
Erik Berry
ErikBerry
Offline Send Email
Nov 13, 2005
2:10 am
3134
Hello Erik, ... That was part of the original expert which I haven't looked at for months. I have removed the whole "expert" directory from cvs now. ... I'll...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 13, 2005
5:20 pm
3135
... Great. The fewer files we have in CVS, the easier it is for people to jump into the project and find what they need, so CVS cleanliness is a big plus,...
Erik Berry
ErikBerry
Offline Send Email
Nov 13, 2005
7:44 pm
3136
The Replace Components tool now has custom mappings between properties of different component classes. This means, for example, that you can map TOldQuery.SQL...
Erik Berry
ErikBerry
Offline Send Email
Nov 14, 2005
12:30 am
3137
As far as I know, all of the important reported bugs are fixed in the current source snapshots. Are we now ready to release a beta build of GExperts 1.30? If...
Erik Berry
ErikBerry
Offline Send Email
Nov 14, 2005
12:53 am
3138
Hello Erik, ... I used it most times to convert between very similar components: * TEdit <> TMemo, which should map TEdit.Text to TMemo.Lines.Text * TEdit <>...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 14, 2005
10:18 am
3139
I have a modification to the Component Grid expert which might be worth getting into the official GExperts suite. It adds a toolbar button / action which lets...
Hansen, John
afanofosc_99
Offline Send Email
Nov 14, 2005
2:39 pm
3140
... Thanks for your list. I'll try to add the TMemo/TEdit and TGroupBox/TPanel mappings to the defaults. If you come up with anything we can do to help...
Erik Berry
ErikBerry
Offline Send Email
Nov 14, 2005
11:10 pm
3141
Hi, I just installed 1.30, after uninstalling 1.22 from the control panel. I get this error when starting Delphi (6.02): "PrivateGXMenuActionManager is not nil...
Thomas Due
aberrant_due
Offline Send Email
Nov 15, 2005
7:07 am
3142
Ah ok... scratch that report. The uninstallation hadn't removed the old gexperts from the registry, so Delphi loaded it twice. Once I removed the old entry, it...
Thomas Due
aberrant_due
Offline Send Email
Nov 15, 2005
7:19 am
3143
Hi Thomas, any changes I make to the settings of the Code Formatter are lost after an IDE restart. Do you have an idea what I could try to remedy this? Maybe...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Nov 16, 2005
5:30 pm
3144
Hi Ulrich, ... I can reproduce this and will try to fix it. Meanwhile you can use the import/export function in the configuration dialog to store your ...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 16, 2005
6:53 pm
3145
Hi Ulrich, ... Ouch! That was a stupid one, I forgot to assign the just read settings to the formatting enigne. :-( Should be fixed in a minute. twm...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 16, 2005
6:56 pm
3146
... Thanks a lot, Thomas! I'll try it as soon as the next daily zip is available. Uli....
Ulrich Gerhardt
uligerhardt
Offline Send Email
Nov 17, 2005
9:48 am
3147
Hi all! I changed the GExperts config dialog such that the experts are sorted alphabetically if the option for sorting the GExperts menu is checked. Also I...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Nov 17, 2005
6:29 pm
3148
Hi, ... Certainly twm...
Thomas Mueller
s2hbbs
Offline Send Email
Nov 17, 2005
7:59 pm
3149
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
Nov 18, 2005
7:53 am
Messages 3120 - 3149 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