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 your group to be featured on the Yahoo! Groups website? 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 2542 - 2571 of 3849   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2542
Hi, I've been working on a different sourceforge project, using a source code parser that distributes with GExperts. I've found a small bug in 3 units...
Rik Barker
CaptainRik
Offline Send Email
Jun 11, 2004
1:35 pm
2543
... Please post the updated files to the Yahoo Files area for the mailing list. Be sure and include a sample file or code it parses incorrectly now, so we can...
Erik Berry
ErikBerry
Offline Send Email
Jun 11, 2004
1:46 pm
2544
Hi Erik, ... Done. ParserBug.zip in the Files Section. There's source code for a console app that demonstrates the bug, and a renamed version of...
Rik Barker
CaptainRik
Offline Send Email
Jun 11, 2004
2:53 pm
2545
... I made the same fixes in our CVS code. Thanks, Erik...
Erik Berry
ErikBerry
Offline Send Email
Jun 11, 2004
10:06 pm
2546
Not sure if this is fixed yet... Basically I need to insert procedure/function/unit headers in the code that I write. The problem is that the latest beta does...
gharris_35
Offline Send Email
Jun 25, 2004
4:42 pm
2547
I have implemented a delete item button to remove an item from the clipboard list. The code can be found at the following: ...
gharris_35
Offline Send Email
Jun 25, 2004
4:42 pm
2548
I am trying to improve/upgrade the GX_ComponentGrid component. It uses utility functions to set and get property values these are declared in GX_OtaUtils.pas. ...
Warren
charanga.geo
Offline Send Email
Jun 26, 2004
11:24 am
2549
Hi All, Subj uploaded to file zone of the group (bin and src) Andrey V. Shtukaturov...
Штукату...
ash_ray_555
Offline Send Email
Jul 1, 2004
5:04 am
2550
Hi I use Delphi 7 in work, and Delphi 6 Personal use in house. I like use in delphi 7 Ctrl + Shift + Up / Down to move from prototype to implementation and...
frjaangu
Offline Send Email
Jul 1, 2004
11:15 pm
2551
... In general, we have tried not to implement features present in the "normal" Delphi versions and the most recent Delphi version. The main reason is that...
Erik Berry
ErikBerry
Offline Send Email
Jul 2, 2004
12:32 pm
2552
... I don't know the cause of the problem offhand, but try declaring aString as a WideString instead of a string. Also, you might test and see if see if ...
Erik Berry
ErikBerry
Offline Send Email
Jul 2, 2004
12:51 pm
2553
... prototype ... version ... Yes, I'm voting for this feature, too! I can live without MS XML, dbExpress, DataSnap, BDE and Internet Express, but lack of the...
Piotr L
vpiotr
Offline Send Email
Jul 2, 2004
4:52 pm
2554
... I made some bugfixes to this and checked it into CVS. Thanks, Erik...
Erik Berry
ErikBerry
Offline Send Email
Jul 3, 2004
7:37 pm
2555
... Your submission appears to be based off an ancient (probably a year or more old) source version of GExperts. You'll need to convert it to be based off the...
Erik Berry
ErikBerry
Offline Send Email
Jul 3, 2004
10:05 pm
2556
... I'm not aware of any versions of GExperts that deleted the current line of code before inserting the expanded template. I would guess most people have...
Erik Berry
ErikBerry
Offline Send Email
Jul 4, 2004
2:57 pm
2557
1.I'm working alot with procedure list it will be nice to have it in a combobox on the tool bar instead (and) of a form 2. And how about To add Source formater...
abuisak
Offline Send Email
Jul 7, 2004
11:33 am
2558
It's probably too late for this version of GExperts, but I finally finished breaking out the file parsing code from GX_ProcedureList into its own file...
paulggardner
Offline Send Email
Jul 12, 2004
12:19 am
2559
What is the policy for using or not using Frames? I've noticed that they aren't used by any of the experts currently written. I'm going to attempt to create...
paulggardner
Offline Send Email
Jul 12, 2004
12:30 am
2560
... I'd suggest that if your plans can be accomplished just as well using form inheritance (which we do use all over) you try that first. That said, I have...
Erik Berry
ErikBerry
Offline Send Email
Jul 12, 2004
6:51 am
2561
Hi Erik ... any ETA for that? best regards Ralf Grenzing...
Ralf Grenzing
grenzi_r
Offline Send Email
Jul 12, 2004
8:49 am
2562
... place. ... need to ... I know this question shows my ignorance, but what is a nested class as it related to DELPHI? I only use D5, so my guess is that...
paulggardner
Offline Send Email
Jul 12, 2004
4:15 pm
2563
... so you ... outside of ... Looking through the code for eUsesManager, you are right about sharing the GUI. The GUI I was thinking of would be similiar the...
paulggardner
Offline Send Email
Jul 12, 2004
4:54 pm
2564
... That all sounds reasonable to me. ... The generic utils unit might be the best place, so we don't couple the two tools together except through the shared...
Erik
Anagoge
Offline Send Email
Jul 13, 2004
12:42 am
2565
In the Uses Manager, the GetProjectFiles procedure and the GxOtaGetProjectFileNames call in the SearchPathReady function (both in the GX_eUsesManager.pas file)...
Gardner, Paul G.
paulggardner
Offline Send Email
Jul 27, 2004
8:01 pm
2566
... It looks to me like you can use the shared function if you be sure and not send in a nil project interface and post-process the returned list to make sure...
Erik Berry
ErikBerry
Offline Send Email
Jul 28, 2004
1:22 am
2567
GExperts 1.2 Beta 5 is now available for Delphi 5/6/7/8 and C++Builder 6. This release includes some minor bugfixes since the public beta 3, but no new...
Erik Berry
ErikBerry
Offline Send Email
Jul 30, 2004
4:33 pm
2568
GExperts 1.2 Beta 5 is now available for Delphi 5/6/7/8 and C++Builder 6. This release includes some minor bugfixes since the public beta 3, but no new...
Erik Berry
ErikBerry
Offline Send Email
Aug 1, 2004
3:18 pm
2569
Hello Erik, ... what are the reasons not to support C++Builder 5? I'm still using it and more or less happy. Due to the uncertain future of C++Builder I don't...
udoweiksw
Offline Send Email
Aug 1, 2004
6:40 pm
2570
... You are welcome to try and update the BCB5 project and get it compiling again, but nobody has tried it in the last few months, as far as I know. There...
Erik Berry
ErikBerry
Offline Send Email
Aug 1, 2004
10:21 pm
2571
I've post this in borland.public.delphi.opentoolsapi and i get this answer, i wanna test and (if is posible) see source of this what i have to do? ... but i...
Gamaliel Toro
gamiclases
Offline Send Email
Aug 3, 2004
5:50 pm
Messages 2542 - 2571 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