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...
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...
... 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...
... 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...
... 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...
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...
... 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...
... 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...
... 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...
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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
... That is one of the big distribution problems. Another is that some people have midas.dll version issues and occasionally see cds corruption. Another...
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...
... 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...
... 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...
... 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 ...
... 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...
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...
... 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...
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...
... 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...
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...