Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

GExpertsDiscuss · Discuss development of the GExperts tools for Delphi and C++Builder

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 705
  • Category: Delphi
  • Founded: Jun 2, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3988 - 4017 of 4095   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3988 Ulrich
uligerhardt Send Email
Jul 4, 2011
6:48 am
... Followup: If I revert the part of the case statement in GX_CodeFormatterFormatter that currently calls DetectGeneric to its previous state (i.e. rtOper,...
3989 Thomas Mueller
dummzeuch Send Email
Jul 4, 2011
6:44 pm
Hi, ... Hm, now that you mention it: Yes, at some time I added code I got from somebody else (don't remember who it was) which was supposed to add support for...
3990 andrechts Send Email Jul 13, 2011
9:33 pm
I'm running GExperts 1.35 under Delphi 2007 on a Windows 7 64 bit machine. When I try to do a Grep Search, I can't get the "Search Form Files" check box to...
3991 Erik Berry
ErikBerry Send Email
Jul 13, 2011
11:26 pm
... I'm not aware of any bugs like this in GExperts and haven't heard of any similar bug reports, so I'm not sure what might cause the problem. The other PCs...
3992 Ulrich
uligerhardt Send Email
Jul 14, 2011
9:12 am
... FWIW: It works for me with D2007 on W7/64. All our DFMs are stored as text. It even works when searching directories and specifying a file mask that...
3993 serg.barbery Send Email Sep 17, 2011
4:50 am
GExperts 1.35, Delphi 2010 Steps to reproduce. Create Form. Place TPanel. Replace it with TGroupBox. Log shows "Component replaced successfully: TPanel - > ...
3994 Erik Berry
ErikBerry Send Email
Sep 17, 2011
6:49 pm
... Thanks for your bug report. There is a limitation/bug in Delphi 2010 and XE where if you assign a Component.Touch property from one component to another ...
3995 serg.barbery Send Email Sep 18, 2011
6:20 am
Thank you! This really works (Tested with 2010, XE2). XE is not currently installed. BTW: Is it possible to make Source/Destination component names and...
3996 Erik Berry
ErikBerry Send Email
Sep 20, 2011
8:30 pm
... This isn't currently supported, but I agree it would be useful, mainly for the "Disabled"; properties, though the usefulness will be reduced a little in the...
3997 Kevin
jumpsfromplanes Send Email
Oct 17, 2011
6:46 pm
I find myself writing the same project over and over again, with massive amounts of commonality between projects. The customer obviously needs different forms...
3998 Erik Berry
ErikBerry Send Email
Oct 18, 2011
2:33 pm
... To add files to a project, you can open a bare DPR you generated (with no units added yet). Then call IOTAProject70.AddFile. See ToolsAPI.pas for some...
3999 Kevin
jumpsfromplanes Send Email
Oct 29, 2011
2:27 am
I have finished work on a RAD Studio IDE wizard that clones a complete Delphi project, creating a new customized one in a designated folder. The wizard is...
4000 Kevin
jumpsfromplanes Send Email
Oct 29, 2011
4:38 am
... I found that AddFile is not needed if you create completed, viable DPR source and pass it to the IDE via NewProjectSource / IOTAFile.GetSource. I needed...
4001 yes_know Send Email Dec 12, 2011
4:35 pm
I'm using Delphi on a Windows XP Pro pc w/o Admin privliges, and the install program says I need to be logged in as Administrator. Is there any way around...
4002 Erik Berry
ErikBerry Send Email
Dec 14, 2011
1:26 am
... You can copy a GExperts installation directory from another machine and then follow the steps in the "INSTALLATION&quot; section of the Readme.txt. If you or...
4003 yes_know Send Email Dec 14, 2011
12:39 pm
Thanks, that worked. I don't understand why it wouldn't install if I could install it manually. Larry...
4004 Erik Berry
ErikBerry Send Email
Dec 14, 2011
8:37 pm
... It is almost certainly possible to fix, but like everything, requires the time to actually do the work and then the testing. A big reason it hasn't been...
4005 Ulrich
uligerhardt Send Email
Dec 19, 2011
8:36 am
Hello Erik, I uploaded two files to http://tech.groups.yahoo.com/group/GExpertsDiscuss/files. The changes in GX_Configure.zip add a filter to the GExperts...
4006 Erik Berry
ErikBerry Send Email
Dec 20, 2011
10:01 am
... Thanks for your code and the screenshots. The filter changes look good and are in SVN now. I fixed a minor issue where the "template"; expert layout panel...
4007 Ulrich
uligerhardt Send Email
Dec 20, 2011
10:36 am
... Thanks, Erik. I'll have a look at these issues. Cheers, Uli....
4008 f.gaillard Send Email Dec 30, 2011
11:04 pm
Hi, it seems that "Replace Components" is not working anymore (v1.35 with XE or XE2). See this SO question: ...
4009 f.gaillard Send Email Dec 30, 2011
11:19 pm
Went digging into the messages and it seems the Touch property could be the culprit here. Anyone can confirm?...
4010 Erik Berry
Anagoge Send Email
Dec 30, 2011
11:35 pm
... I suspect it is the problem we fixed a few weeks ago. See my answer here: http://stackoverflow.com/a/8685049/72128 ...
4011 cantak3 Send Email Jan 11, 2012
5:59 pm
Hello, Under a previous version of Grep Search, there was an option to ignore comments. This was removed a few years back, but I had never noticed as I only...
4012 cantak3 Send Email Jan 11, 2012
6:48 pm
Too bad this didn't occur to me earlier, but I suppose the syntax for comments and/or quotations may be different in c++ code? I am not familiar with c++ at...
4013 cantak3 Send Email Jan 12, 2012
2:35 pm
Wow. I discovered another issue. Perhaps my code is not good enough to be included in your release! I tip my hat to whomever implemented the original...
4014 Erik Berry
ErikBerry Send Email
Jan 14, 2012
12:31 am
... Thanks for your work on this feature. I took a quick scan over the code, but didn't test it. Parsing C++ comments would be nice if you want to add it, ...
4015 cantak3 Send Email Jan 26, 2012
5:20 pm
I may take a look at the C++ option as well depending on time. I don't program in C++ nor use it, so I wouldn't be able to test it very thoroughly. Your...
4016 Stefan Bodingh
tassan359 Send Email
Feb 1, 2012
10:18 pm
Is there a formatter expert for 1.36? Regards, /Stefan ... --...
4017 Erik Berry
ErikBerry Send Email
Feb 8, 2012
6:30 pm
I added the changes from Ulrich Gerhardt to Subversion that allow a live preview of some sample generated code to the Components to Code configuration dialog....
Messages 3988 - 4017 of 4095   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help