Jump to content

gwideman

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. gwideman

    How to check for Delphi update?

    Hmm, OK I guess. For some reason, when I previously tried the Updates filter with Category All, it returned nothing. I see your screen cap shows Patches and Hotfixes, and that does return a result, so thanks for that. Problem is, GetIt muddles together 100's of offerings from multiple vendors, and the filters are ambiguous, so it's either hard to see the forest for the trees, or if you get rid of the trees (or is it the forest?) there's nothing left and hard to tell the meaning of "No result". I had also tried using the Search box set to "Embarcadero", but that only finds items that mention that name in the description, and doesn't find any items whose vendor is Embarcadero. I tentatively concluded that perhaps updates to RAD Studio were listed under some other vendor name. It wasn't clear what other term I could search for to bring up possible updates. Actually using "update" fetched two items that were irrelevant. I was hoping to find a feature that provides a positive statement "your installation of the IDE is at the latest version". The current "no search results" fails to distinguish between "your installation is up-to-date" and "you didn't guess the right filter and search terms". Anyhow, thanks for your help.
  2. gwideman

    How to check for Delphi update?

    Thanks for your reply. Your suggestion sound plausible, but how, exactly? Tools > Getit Package Manager gets me the Getit Package Manager window. Then what?
  3. In most products there's a Check for Updates function on the Help menu, but not in the Delphi 12 IDE. docwiki search finds this page "Check for Updates https://docwiki.embarcadero.com/RADStudio/Sydney/en/Check_for_Updates, last updated in 2015. But I can find no such Check for Updates Start menu item, link or function inside the IDE, in D12, (nor in D10.4 that this page supposedly pertains to). One could check the Release Notes at http://docwiki.embarcadero.com/RADStudio/Athens/en/Release_Notes ... except that page has loads of info about installation, but no actual release notes. Sigh. So how the heck do you check if your IDE is up to date?
  4. gwideman

    TPngImage help needed for vague docs

    Thanks for your rapid response! This seems like the key information. The docs for TPicture are also a little unhelpful: So does this apparatus expect us to first set the Graphic property to the desired type of TGraphic, and then perform operations like LoadFromFile? The description makes it sound like this causes LoadFromFile to convert from the file's type of image data to the type of image data you've preset in Graphic. Or is it OK starting with nothing set for Graphic, and then just calling LoadFromFile creates the object that Graphic points to, of a type that matches the input image data? And are the Bitmap, Icon, Metafile, and WICImage properties pointers to separate actual objects? Or are they just more-specifically typed pointers to the same object that Graphic points to (ie: at most one would be valid). What happens if the graphic type is not one of the default ones, as with TPNGImage and TJPEGImage? Thanks for any further clues on how to work with this apparatus rather than against it, or via random flounder :-).
  5. gwideman

    TPngImage help needed for vague docs

    The documentation for Vcl.Imaging.pngimage.TPngImage (http://docwiki.embarcadero.com/Libraries/Athens/en/Vcl.Imaging.pngimage.TPngImage) says: Say what?!? First it says to use TPngImage, then is says you don't need to use it. Then it goes on to say that if you add pngimage to the uses clause, something helpful happens, but doesn't say what. I'd appreciate if someone could spell out what is this favored method of using TPngImage without actually using it.
  6. gwideman

    Is Quality Central filtering broken?

    Yes, fair enough. It's not actually labeled as Quality Portal on its pages, but I see it's referred to as that elsewhere.
  7. gwideman

    Is Quality Central filtering broken?

    Hmmm, OK, never mind. Apparently logging out and logging back in fixed the problem.
  8. On Quality Central I was hoping to look up an issue I filed some time ago. But I got these messages: Query: reporter = currentUser() ORDER BY createdDate DESC Error: Field 'reporter' does not exist or you do not have permission to view it. This appears to be the underlying issue database saying that it can't find any records because it can't apply the WHERE clause. If the site offers the Reported by Me function, and can't execute it, that's a bug, right? I also could not figure out how to submit a bug about QC to QC.
  9. gwideman

    Delphi 10.4.2 first impressions

    Does the IDE editor Error Insight (red squiggles) work properly now with inline variable declarations? In 10.3.something, not only did it not work, but it seemed to block Error Insight from analyzing the rest of the file.
×