-
Content Count
3416 -
Joined
-
Last visited
-
Days Won
113
Everything posted by Lars Fosdal
-
[IDidNotMadeThis] Delphi-DirectUI - a new set of UI controls based on Graphics32
Lars Fosdal replied to Edwin Yip's topic in I made this
If that is the case, I would suggest that we remove the reference to it, @Edwin Yip -
I checked our sources. We normally never use CoInitializeEx, explicitly, just CoInitialize, but I guess that depends on the requirements of the OLE control.
-
[IDidNotMadeThis] Delphi-DirectUI - a new set of UI controls based on Graphics32
Lars Fosdal replied to Edwin Yip's topic in I made this
I am struggling with the comments in the source code 😄 -
Seriously...
-
CoInit/CoUnInit should run only once per thread.
-
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Lars Fosdal replied to Yaron's topic in Delphi IDE and APIs
I'd consider running an old Windows in Hyper-V to host the Delphi 7. -
The API looks like standard REST and JSON format. https://developer.salesforce.com/docs/atlas.en-us.226.0.api_rest.meta/api_rest/intro_what_is_rest_api.htm Should be doable with Delphi. There also is a SOAP API, it seems.
-
where can I get general git process questions answered?
Lars Fosdal replied to David Schwartz's topic in General Help
GitHub and GitLab has forums, but I don't know of any "independent" git forums, as most people probably use one of the forementioned git services. -
looking for UI design ideas for tracking a process
Lars Fosdal replied to David Schwartz's topic in VCL
If I take the liberty of making some assumptions about these states Normal States Prepared On-boarded In Progress Completed Wait states On hold / problem / issue Waiting for more info Pending signoff I could consider the following grid view, with Id identifying f.x. an order of some sort. If you select a line and/or hover over a cell - you could have the details in a panel or popup. The "perfect" day would be all green and no icons. Edit: I clearly didn't read all of the initial post before starting my design - but well - the signoff stages could be more signoff cells. -
looking for UI design ideas for tracking a process
Lars Fosdal replied to David Schwartz's topic in VCL
Unless you are some sort of color blind? I also use color, but where there is a critical significance that requires attention, I usually add an icon or symbol in addition. -
That can happen with any service you subscribe to. I'd pick two large ones that have operations internationally. DropBox, Google Drive, Microsoft OneDrive, Apple iCloud, Amazon, Oracle to mention the obvious ones. Box, IDrive and SugarSync as runners up. Norwegian alternative: https://www.jottacloud.com/en/ - which has some of the best integration solutions that I've seen, and it operates under Norwegian law, which has stringent privacy rules. Don't trust any of these to not look at your data? Encrypt the shit out of it. Just don't place your bet on SD cards that unavoidably will go dead.
-
Spotted this So even that bank box will be a no go soon. We are inevitably headed for online storage.
-
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Lars Fosdal replied to Yaron's topic in Delphi IDE and APIs
OMG! Yes. -
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Lars Fosdal replied to Yaron's topic in Delphi IDE and APIs
It seems it still was a manual process to create manifests for D7: https://readmydamnblog.com/2010/02/12/creating-a-delphi-7-application-that-triggers-uac/ I have no idea if D7 itself had a manifest. -
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Lars Fosdal replied to Yaron's topic in Delphi IDE and APIs
Windows 7 was released in 2009, and Delphi 7 was released in 2007. I guess it was not Windows 7 ready/aware. -
Moved the storage media discussion to
-
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Lars Fosdal replied to Yaron's topic in Delphi IDE and APIs
Did it also attempt to take some liberties with regards to HKLM? -
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Lars Fosdal replied to Yaron's topic in Delphi IDE and APIs
It's been a long time, but IIRC it was some config files. -
SD cards are expected to keep data for about five years before they start deteriorating. They actually lose charge over time. http://www.datarecoveryspecialists.co.uk/blog/what-is-the-life-expectancy-of-an-sd-card Even CDs and DVDs may deteriorate within two to five years unless stored in a dark, dry, cool place. Blu-ray disks are supposed to be more robust. It is not hard to find reliable online storage. The real question is what value you put on your data, and if you are willing to invest that value.
-
Delphi 7 is a lot slower on Windows 10 (compared to Win7)
Lars Fosdal replied to Yaron's topic in Delphi IDE and APIs
If you have admin rights, you can exclude paths from the RTVP. There also is https://support.microsoft.com/en-us/help/15078/windows-10-make-older-apps-or-programs-compatible -
ANN : Continua CI Version 1.9.2 Beta - Continuous Integration Server
Lars Fosdal replied to Vincent Parrett's topic in Delphi Third-Party
I love this tool! There is not a thing you can't automate with it.- 1 reply
-
- continuous integration
- automation
-
(and 1 more)
Tagged with:
-
I love SSDs and I have not had one fail yet over the last six years. HDDs, on the other hand, has failed me numerous times. As for backups - Online, multiple services = redundancy.
-
A man in a hurry is always late.
-
Boolean short-circuit with function calls
Lars Fosdal replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
Ternary is the correct term for computer language operators with three parameters. https://en.m.wikipedia.org/wiki/Ternary_operation -
I wrote a small cookbook on getting Ubuntu up and running and setting up Rio and Sydney for compiling Linux applications.