Jump to content

dummzeuch

Members
  • Content Count

    2637
  • Joined

  • Last visited

  • Days Won

    91

Posts posted by dummzeuch


  1. Please file a but report on SourceForge, I always look at SourceForge when I find time to work on GExperts.

    Otherwise I might overlook/forget about this.

    (Obviously the problem does not occur on my computer, because if it did, I wouldn't have made that commit.)


    1. Dotted unit names were introduced with Delphi XE2, which was already a Unicode version, so the code probably will work fine with everything up to Delphi 12. If you want to find out which version was used the last time the project was saved, look at this page in the Delphi Wiki.
    2. No idea. I never used anything but the professional version since Delphi 6 (The company I worked for until Delphi 5 had the Enterprise version). If you have any Delphi version >=XE2 or the version you determined using the menthod mentioned in the Wiki, just try it. If not, one option would be to find somebody with Delphi 12 professional which you can trust and let him try to compile the source code. He can probably tell you whether it needs any units that are not part of the professional version but look like they are from Embarcadero.

    Don't forget that there might be some 3rd party libraries being used.


  2. 2 hours ago, m0njer0 said:

    I am using delphi rad studio 12. Does this version have a TextPrompt feature for the edit component?

    What do you mean by "TextPrompt"? Something like TEdit.TextHint (aka cue banner)?

    (for FMX the property is called TextPrompt)


  3. That was simple:

     

    The GExpertsGrep project includes a copy of the GX_Experts unit that differs from the one in the GExperts DLL. It's stripped down to the bare minimum that is required and when I changed the unit in the GExperts DLL to take that parameter, I forgot to change this copy in the GExpertsGrep project. Simply adding the parameter to the Configure methode made it compile.

     

    There also were some other compilation errors which I have fixed and committed to revision #4207


  4. The update does not change any of the IDE files, but it does change some runtime packages (rtlxxx.bpl is one that changed, looking into the backup directory will tell you the others) these changed packages also get a new version number.

    I guess the display in the about dialog only checks for a registry entry created by GetIt. It was the same with some of the Delphi 11 updates.


  5. 3 minutes ago, Uwe Raabe said:

    You may have a hard time getting this amount in these days.

    Until recently Japan used floppy disks in large numbers for submitting some documents (floppy disks seem to have been as essential for Japan as fax machines still are for Germany), so it might not be impossible. Or, if you settle for used ones, there might still be some companies that have such amounts lying around in various drawers.


  6. 20 minutes ago, PeterBelow said:

    It might be worth noting that XML documentation tags also work inside a normal Delphi comment (enclosed in braces {}) instead of these horrible triple slash comments copied from C# along with the XML tags themselves. Much easier to maintain in my opinion if a tag content spans several lines.

    If only the triple slash was the only horrible thing about it. Whoever came up with using XML tags when there was already a working solution with a lot less noise like PasDoc? (based on JavaDoc). Especially since XML in many other areas has already been superseeded with methods that also produce less noise, e.g. JSON.


  7. It's supposed to look like this:

     

    KeyboardMacros.thumb.png.6da8ca22f902041170b5fadbc4267940.png

     

    So the buttons should be on the left and not overlap the status bar.

     

    But the way it is designed seems a bit odd:

    There is a TEditorStatusControlForm containing all the controls and associated actions for this. This descends from TForm, so it isn't actually meant to be embedded. And apparently it isn't, because all the buttons heve been re-parented to the a TToolbar which over several intermediate panels are on a TEditWindow.

     

    KeyboardMacros-structure.thumb.png.96932ba284c50a4ffe76892ea61239a1.png

     

    Of course this doesn't really help you, sorry. I was just curious and looked at it.

    • Thanks 1

  8. Maybe it wasn't the downloads of Delphi 12 (ISO / Installer) but the downloads caused by Delphi 12 itself (GetIt + other stuff in the Startup screen) on every IDE start? That's a kind of plausible interpretation of the wording.

    It might not have the been the sheer data volume either but the number of clients that tried to connect.

     

    But unless somebody leaks the actual information (or maybe Embarcadero decides to be frank about it (fat chance)), we will never know. So this is just idle speculation.


  9. 8 minutes ago, Cristian Peța said:

    It is not somehow similar to having Delphi installed into a VM?

    If Delphi can call home then also ELC can call home at some point in time.

    ELC could call home, but if you don't give it internet access, it can't and still works fine. In that case you need to update the license file(s) manually when a new Delphi version is released, otherwise you can tell ELC to do it for you.

     

    I made that switch (from "named user license" to "network named user license") several years ago and never regretted it. If I remember correctly you can ask Embarcadero to switch the license at any time when you're on subscription.

     

    I blogged about the "experience" back then.

    • Like 1

  10. 25 minutes ago, softtouch said:

     

    DWScript seems to be up to Delphi 11.x only, but I use Delphi 12.

    I have the opposite problem: It apparently no longer supports Delphi 2007.

     

    Your problem is easier to solve: Just load the Delphi 11 package and let the IDE automatically upgrade it. Your chances are good that it will just work.


  11. 21 minutes ago, Brandon Staggs said:

    Excellent! It's good that this is a public link.

    Unfortunately Embarcadero doesn't want us to share these links publicly.

    Yes, I never understood why either.


  12. 44 minutes ago, Lars Fosdal said:

    Well, the blogs were affected too...

    OMG! The blogs! They should get the highest priority, not those totally unimportant other services. 😉

     

    Most of the people who blog for Embarcadero have an account right here and on the all important messaging service formerly known as - uh, I forgot the name, something to do with birds or was it mammoths? If they wanted to (and were allowed to), they could find ways to communicate.

    • Like 2
    • Sad 1
×