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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2604 - 2633 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2604
Hi Erik! ... Ok, then I'll do my best... ;) ... Oh, I think the code is not a problem. It is just based on the _idea_ of the CR_ActiveDBAlerter, but there is...
Robert Wachtel
robertwachtel
Offline Send Email
Sep 1, 2004
7:25 am
2605
Hi all jusr ti let you know: I encounter no problems so far. Thank you very much for the very usefull new features! Very nice! best regards Ralf Grenzing...
Ralf Grenzing
grenzi_r
Offline Send Email
Sep 1, 2004
7:08 pm
2606
I would love it!!!!...
Ralf Grenzing
grenzi_r
Offline Send Email
Sep 1, 2004
7:13 pm
2607
Hi group! I finally managed to work on the case corrector expert again, here's the result: ...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Sep 2, 2004
4:46 pm
2608
Hello, today I tried to compile the sources (GXSource-Latest.zip) with C++Builder 5. I have gotten the following error message: [Pascal] Compiling: <all pascal...
udoweiksw
Offline Send Email
Sep 2, 2004
7:11 pm
2609
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
Sep 3, 2004
2:15 pm
2610
Hi! Finally I managed to get the above mentioned expert working. Now we need some beta testing and also some testing for other compilers beside Delphi 7.1 I'm...
Robert Wachtel
robertwachtel
Offline Send Email
Sep 3, 2004
2:21 pm
2611
Hi all! While adding tool message output to the case corrector expert, I noticed two things: (1) GxOtaClearToolMessages doesn't clear messages one added with ...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Sep 3, 2004
3:39 pm
2612
GExperts 1.2 has been released for Delphi 5/6/7/8 and C++Builder 6. You'll find many new features such as editor macro templates, Delphi 8 support, component...
Erik Berry
ErikBerry
Offline Send Email
Sep 3, 2004
4:26 pm
2613
It's me again... ;) I did some changes to ensure Delphi 5 and 6 compatibility. Now it compiles under Delphi 5 (I don't have Delphi 6 installed). Also I changed...
Robert Wachtel
robertwachtel
Offline Send Email
Sep 6, 2004
9:35 am
2614
Hi all! (1) The component packages (GxComponentsD5.dpk etc.) still contain {$R 'SortGrid.dcr'}. I think this should be removed as SortGrid isn't registered...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Sep 7, 2004
11:47 am
2615
... Yes, I will get rid of those. ... The machine that does the release builds uses some generated .res files to make sure the version information matches for...
Erik Berry
ErikBerry
Offline Send Email
Sep 8, 2004
3:33 pm
2616
... If you have such a function and end up needing it in a GExperts tool, it would probably be good to add to the OTA utilities unit. If ...
Erik Berry
ErikBerry
Offline Send Email
Sep 8, 2004
6:06 pm
2617
... I think we should try to come up with a more generic but short name for this. The reason is that I can imagine configuring it to run the action in another...
Erik Berry
ErikBerry
Offline Send Email
Sep 8, 2004
7:33 pm
2618
... What about never trying to correct the same identifier more than once, if it matches one checked previously, and it was the correct case. It isn't perfect...
Erik Berry
ErikBerry
Offline Send Email
Sep 8, 2004
9:46 pm
2619
Hi Erik, I'll have a look at these issues with D7 to see if there is different behaviour. Thanks, Uli....
Ulrich Gerhardt
uligerhardt
Offline Send Email
Sep 9, 2004
7:04 am
2620
... once, if ... isn't ... speedup to ... wouldn't ... I'll give this a try. If it speeds things up enough to make a difference we could offer an option "speed...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Sep 9, 2004
7:28 am
2621
I read the readme document before installing and was assured that all the settings of the 1.12 version would be maintained. Upon uninstalling 1.12 and...
Del Texley
deltexley
Offline Send Email
Sep 9, 2004
3:12 pm
2622
... There is a note in the pre-install memo during installation that says that says "you will not lose your saved preferences from any compatible version", but...
Erik Berry
ErikBerry
Offline Send Email
Sep 9, 2004
3:22 pm
2623
... The standard convention for version numbering is that 1.x to 2.x is a "major version update", and 1.1 to 1.2 is a "minor version update", with 1.11 to 1.12...
Michael J Marshall
king_stairs
Offline Send Email
Sep 10, 2004
10:36 am
2624
Hello I have a little problem with the new version: When I have the cursor on a procedure or function header. eg. procedure TMyForm.SetEditMode; <--- on this...
tsoyran@...
tsoyran
Offline Send Email
Sep 10, 2004
2:59 pm
2625
... I think you remember correctly, but it's not a bug, it's a feature ;) Macro Templates is inserting a template exactly (more or less) at the cursor position...
Piotr L
vpiotr
Offline Send Email
Sep 10, 2004
4:23 pm
2626
... You can configure the template to do whatever you want with whitespace. You should try to edit the template text and press enter (probably twice) at the...
Erik Berry
ErikBerry
Offline Send Email
Sep 10, 2004
5:06 pm
2627
Hi Erik! ... Ok, I changed the name to "Set Component Properties". If we run the action when components are added to forms we need another notifier, don't we? ...
Robert Wachtel
robertwachtel
Offline Send Email
Sep 11, 2004
9:33 am
2628
... You'd set it to change ActivePageIndex, not ActivePage. -- Leonel...
Leonel
burninbr
Offline Send Email
Sep 11, 2004
7:40 pm
2629
Hi! ... Ahh, I see (didn't work with page controls for a long time... ;). Setting the ActivePageIndex is no problem for the expert, since it is an integer...
Robert Wachtel
robertwachtel
Offline Send Email
Sep 12, 2004
8:42 am
2630
Thanks a lot. I inserted 2 enter twice and it is as I liked it. *********** STAR OF ORIGINAL MESSAGE ***********...
Tsourinakis Antonis
tsoyran
Offline Send Email
Sep 13, 2004
8:05 pm
2631
Hi. I'm still using BCB5 in some projects. There isn't a 1.2 build available for BCB5 ? I tried to compile from the sources, but I get some strange errors: ...
Sorin
spohontu
Offline Send Email
Sep 21, 2004
11:37 am
2632
... <snip> Hello Sorin, unfortunately I can't help you directly with your problem, but I'm a C++Builder 5 user too and my message 2608 C++Builder 5: Problems...
udoweiksw
Offline Send Email
Sep 21, 2004
1:31 pm
2633
... You will need to correct the errors in the source, whatever they may be. As far as I know, nobody developing GExperts has/uses C++Builder 5 anymore, so we...
Erik Berry
ErikBerry
Offline Send Email
Sep 22, 2004
6:34 am
Messages 2604 - 2633 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