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 3547 - 3576 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3547
I've completed the Delphi 2007 support for GExperts. You can download the test release below. Also, these 1.31 builds have a new form enhancer feature under...
Erik Berry
ErikBerry
Offline Send Email
Mar 23, 2007
10:07 am
3548
Hi Erik, thank you very much for your work! GExperst just safes man hours of my time! Any chance for a "offical" version that include the Delphi reformater? ...
Ralf Grenzing
grenzi_r
Offline Send Email
Mar 23, 2007
12:01 pm
3549
... We probably won't be moving it into GExperts until it has support for non-English files loaded into Delphi 8 or later. Those IDE versions convert many...
Erik Berry
ErikBerry
Offline Send Email
Mar 23, 2007
5:36 pm
3550
Hello * ... I've installed GExperts using my "Admin" account, which is member of Administrators Group. Installation worked without problems. After switching to...
Achim Kalwa
akalwahome
Offline Send Email
Mar 24, 2007
6:04 pm
3551
Hi Erik, ... I don't know which help system you're using. Using "Help and Manual" V3.6 I was able to decompile the HLP file and produce a new CHM file. Should...
Achim Kalwa
akalwahome
Offline Send Email
Mar 24, 2007
6:15 pm
3552
... Thanks for your help testing this. I also use Help and Manual. It can produce a chm, and I'd love to use that format by default. Is anyone experienced...
Erik Berry
ErikBerry
Offline Send Email
Mar 25, 2007
12:56 am
3553
... This same thing should happen for all Windows versions with multiple developers on them. We could add a new GExperts registry reference to the HKLM key,...
Erik Berry
ErikBerry
Offline Send Email
Mar 25, 2007
4:43 am
3554
Hi, Why not move the code formatter in conditionally for Delphi up to 7? That way already a lot of people can use it instead of waiting for volonteers. ... Wim...
G.W. van der Vegt
wvd_vegt
Offline Send Email
Mar 26, 2007
10:33 am
3555
Hi, Got a strange error during a D7 compilation: In TGXZipper I had to change the constructor because it differs from it's base class: constructor Create(const...
G.W. van der Vegt
wvd_vegt
Offline Send Email
Mar 26, 2007
11:14 am
3556
Hello Erik, ... On Vista, "MS Shell Dlg 2" is still mapped to Tahoma :-( Setting DesktopFont := True seems to work. All controls with ParentFont := True are...
Achim Kalwa
akalwahome
Offline Send Email
Mar 27, 2007
6:23 pm
3557
Hello GExperts developers. I have a plans to some of GExperts tools to Lazarus IDE (lazarus.freepascal.org). For the first time I have big interest in...
paulishenin
Offline Send Email
Mar 28, 2007
2:12 pm
3558
Hello Erik, ... Done :-) The changes to GX_GxUtils.pas to support CHM files are minimal: procedure CallWinHelp(const Command, ContextID: Integer; const ...
Achim Kalwa
akalwahome
Offline Send Email
Mar 30, 2007
6:55 pm
3559
... The GExperts source code is available for other projects to use, as long as you strictly follow our license. I recommend you read the full license for all...
Erik Berry
ErikBerry
Offline Send Email
Apr 1, 2007
2:23 am
3560
... I'm happy enough with that for now. I don't want to have to re-verify all of the font metric changes on Vista with Segoe UI 9 point won't cause problems...
Erik Berry
ErikBerry
Offline Send Email
Apr 1, 2007
3:12 am
3561
... Thanks for looking into this. It seems to work nicely. I did change the help ControlHandle to be always 0 so the help can drop behind the IDE (maybe some...
Erik Berry
ErikBerry
Offline Send Email
Apr 1, 2007
3:34 am
3562
... I'm not seeing this in Delphi 7: TGXZipper = class(TAbZipArchive) public constructor Create(const FileName: string; Mode: Word ); override; TAbZipArchive =...
Erik Berry
ErikBerry
Offline Send Email
Apr 1, 2007
3:56 am
3563
Hi Eric, ... That's difficult to tell for me since I never used Delphi 6 (apart for compiling rxlib and GExperts) and don't use Delphi 7 any more. As for...
Thomas Mueller
dummzeuch
Offline Send Email
Apr 1, 2007
11:37 am
3564
When do you think Gexpert with support for D2007 will be released? -- < - Roland Bengtsson Delphi Developer - > Email: roland.bengtsson@... WWW:...
Roland Bengtsson
rolandbe
Offline Send Email
Apr 2, 2007
5:34 am
3565
I'll publicize this to everyone if there are no serious problems found over the next couple of days. In particular, I'd like to know if enabling the IDE Form...
Erik Berry
ErikBerry
Offline Send Email
Apr 8, 2007
2:15 am
3566
Is there a way to run gdebug standalone machine. I need to do some debugging of an app on another box which does not have delphi installed. When I run ...
boardtc
tomjcorcoran
Online Now Send Email
Jul 12, 2007
5:39 pm
3567
... You will need to deploy the rtl and vcl packages by copying them from the windows system directory of a machine with those packages installed (such as your...
Erik Berry
Anagoge
Offline Send Email
Jul 12, 2007
5:58 pm
3568
T, - Another option is to use TraceTool (http://www.codeproject.com/csharp/TraceTool.asp) - It is stand alone and include GExperts wrappers...
Donovan J. Edye
dedye2us
Offline Send Email
Jul 12, 2007
10:47 pm
3569
Donovan, Fantastic, worked out of the box for me! Thanks a lot. The project I am currently working on has delphi apps talking to a java applet over sockets, ...
boardtc
tomjcorcoran
Online Now Send Email
Jul 13, 2007
10:38 am
3570
Hi Donovan, ... Have you looked at SmartInspect? It is a trace/logging tool for Delphi, dotNET and Java which looks quite interesting especially when working...
Thomas Mueller
dummzeuch
Offline Send Email
Jul 13, 2007
12:53 pm
3571
Why not add a Autosave every n minutes to a choosen directory in GExperts?...
Roland Bengtsson
rolandbe
Offline Send Email
Jul 16, 2007
8:04 am
3572
Hi Roland, ... There is an autosave wizard for Delphi on code central. I have taken that project and enhanced it a bit (years ago, I don't even remember what...
Thomas Mueller
dummzeuch
Offline Send Email
Jul 16, 2007
12:13 pm
3573
Hello all, is there a way to make the Procedure List non-modal? Of course I have additionally some wishes, like - maybe dockable - a user definable...
WeikEngOff@...
udoweiksw
Offline Send Email
Jul 27, 2007
10:19 pm
3574
... A dockable procedure list is something I've seen requests for a few times. I'd certainly welcome any patches to implement this. If anyone wants to work on...
Erik Berry
ErikBerry
Offline Send Email
Jul 27, 2007
10:50 pm
3575
Hi all! This is just a "omnium-gatherum" (?) of some ideas about the code formatter. (a) Today I discovered the {GXFormatter.config=...} thingy on twm's ...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Jul 31, 2007
10:43 am
3576
Hi Uli, ... Hm, interesting. This would allow to exclude 3rd party units from formatting which is a problem I get quite often. I am so used to pressing...
Thomas Mueller
dummzeuch
Offline Send Email
Aug 1, 2007
7:14 pm
Messages 3547 - 3576 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