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 2288 - 2317 of 3850   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2288
Greetings, I have been working on an expert that implements a flyout bar (a narrow window that 'docks' other windows such that they are out of the way, but...
codesuidae
Offline Send Email
Dec 3, 2003
10:02 pm
2289
Here are the remaining issues for GExperts 1.2, as I see things: Define 5-6 default Macro Templates and create them from an embedded record array when the...
Erik Berry
ErikBerry
Offline Send Email
Dec 3, 2003
10:41 pm
2290
... of ... I've finished these changes, and put a new version in the files section (procedurelist_4thdraft.zip). The code is stored by begin/end indexes. In...
paulggardner
Offline Send Email
Dec 4, 2003
1:11 am
2291
... options are ... embedded file ... BTree ... Please don't drop it!! I'd rather leave it as is. ... please ... I'm sure I'm biased, but I'm sure the...
paulggardner
Offline Send Email
Dec 4, 2003
1:16 am
2292
... I was just wondering about something. As I have understood it, the problem with CDS and paradox databases are that they are not supported in e.g. Delphi 6...
Thomas Due
aberrant_due
Offline Send Email
Dec 4, 2003
7:00 am
2293
Some issues with the expert: One code issue in GX_FlyoutBarConfig.pas. Line 106: ValueFromIndex property on TStrings does not exist in Delphi 6. The line needs...
Thomas Due
aberrant_due
Offline Send Email
Dec 4, 2003
7:47 am
2294
... Delphi 6. Thanks, I don't have any previous versions of delphi to compile this in. I agree re pointer typecasting, I'll put it on the list of things to...
codesuidae
Offline Send Email
Dec 4, 2003
4:02 pm
2295
... Oops, I didn't mean this to sound negative toward Castilia, its a great product, I just didn't think that my peculiar notions of efficent UI design were...
codesuidae
Offline Send Email
Dec 4, 2003
4:27 pm
2296
... I understand that, and it is fine. I mean that the expert has to take the height of the task bar into account. I have no problem with the window fill all...
Thomas Due
aberrant_due
Offline Send Email
Dec 5, 2003
7:22 am
2297
Hi David, first of all thanks for this expert. It might become one of my favourites. :-) ... Just a rough idea: Maybe you should make this an AppBar, so it...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Dec 5, 2003
7:43 am
2298
... which ... it ... One more idea: I'd like multiple flyout bars - say one at the left for "high" windows (e.g. the object inspector), one at the bottom for...
Ulrich Gerhardt
uligerhardt
Offline Send Email
Dec 5, 2003
7:53 am
2299
... I too think that would be great. Best regards / Med venlig hilsen Thomas Due Software Developer Scanvægt Nordic A/S Johann Gutenbergs Vej 5-9 DK-8200...
Thomas Due
aberrant_due
Offline Send Email
Dec 5, 2003
7:58 am
2300
... window fill ... Could you describe the problem you are having with it? I have tried this with my task bar in normal and auto-hide mode, and I'm not having...
codesuidae
Offline Send Email
Dec 5, 2003
5:19 pm
2301
... I considered that briefly, but it didn't seem very useful at the time, since I like having them docked to the code editor and always visible. But I can see...
codesuidae
Offline Send Email
Dec 5, 2003
5:19 pm
2302
... Glad you like it. ... Currently its a stay-on-top window, specificly so that it _would_ overlap maximized windows. I found that when I had the code window...
codesuidae
Offline Send Email
Dec 5, 2003
5:20 pm
2303
... I am running Windows XP Professional version 2002, Service Pack 1. I am not allowing other applications to steal focus. My takbar is locked, and it is set...
Thomas Due
aberrant_due
Offline Send Email
Dec 8, 2003
7:40 am
2304
... Great, I'll put that in. Thanks for the bug fix! DK...
codesuidae
Offline Send Email
Dec 8, 2003
2:46 pm
2305
... That is one of the big distribution problems. Another is that some people have midas.dll version issues and occasionally see cds corruption. Another...
Erik Berry
ErikBerry
Offline Send Email
Dec 8, 2003
9:03 pm
2306
If we want a solution that will work with Personal Edition then maybe we should look at MyLittleBase ( http://www.mylittlebase.org/ ). MyLittleBase is a "free...
Jim McKeeth
JimMcKeeth
Offline Send Email
Dec 8, 2003
9:57 pm
2307
... This is another interesting alternative I had not seen, but it has two disadvantages in that it needs to load all of the database into memory at once and...
Erik Berry
ErikBerry
Offline Send Email
Dec 8, 2003
10:43 pm
2308
... month, Is it necessary to have everything in one database? Could the data simply be stored in the OS filesystem? It would show up as individual files of...
codesuidae
Offline Send Email
Dec 8, 2003
11:21 pm
2309
... We would have consider file structure limitations. E.g. there are a limit to how many files FAT can be stored in the same library (I can't remember how ...
Thomas Due
aberrant_due
Offline Send Email
Dec 9, 2003
7:05 am
2310
... Hmm, I keep forgetting about Kylix and .Net. We'll in any event have difficulties (I think) supporting Kylix AND .Net in the future, unless Mono really...
Thomas Due
aberrant_due
Offline Send Email
Dec 9, 2003
7:21 am
2311
Hi Erik, I have a strange problem with "my" rename component expert: Given are two forms, the second one inherited from the first. Both forms/units are open in...
Achim Kalwa
akalwawork
Offline Send Email
Dec 9, 2003
8:26 am
2312
... Don't try to rename in this case: if csAncestor in Component.ComponentState then Exit; Erik...
Erik Berry
ErikBerry
Offline Send Email
Dec 9, 2003
5:15 pm
2313
... limit to ... remember how ... The root directory of a FAT file system only only hold 1-300 files, but subdirectories are not limited other than by the...
codesuidae
Offline Send Email
Dec 9, 2003
7:50 pm
2314
Or perhaps, we could store every file in a cab/zip library, then we are over the 300 files/dir, and as a side bonus, because it is text, the size of the file...
Stig Joergensen
sjrgensen
Offline Send Email
Dec 9, 2003
8:37 pm
2315
... Personally I'd prefer to just leave them uncompressed. NT, XP and *nix filesystems all support compression and I'm not inclined to go to much trouble...
codesuidae
Offline Send Email
Dec 9, 2003
8:55 pm
2316
Hmm, when all is said and done, I actually think storing the code snippets as individual files in a codelib library is best idea yet. Of course it would be...
Thomas Due
aberrant_due
Offline Send Email
Dec 10, 2003
7:14 am
2317
... Many thanks, I'll try that. Achim...
Achim Kalwa
akalwahome
Offline Send Email
Dec 10, 2003
8:14 pm
Messages 2288 - 2317 of 3850   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