-
Content Count
75 -
Joined
-
Last visited
Everything posted by sakura
-
We are looking for Delphi developers working on our existing and new products. Your tasks: development of backend classes based on DDD architecture development based on defined requirements working on risk analysis and test requirements Your profile: senior (Delphi) developer experiences working with current development tools working with teams and alone knowledge with common dmbs knowledge with mORMot advantageous German and/or English Further information can be found in our official job offer: https://www.psyprax.de/wp-content/uploads/2023/Stellenanzeigen/MA_Software-Entwickler_.pdf Feel free to contact me for any questions.
-
Sadly not, that's why I've posted parts of it above. Remote is fine. Not quite decided yet, but likely within Europe is fine.
-
Any way to get RTTI for non-zero-based enumerated types?
sakura replied to PiedSoftware's topic in RTL and Delphi Object Pascal
Saly: yes, that's the case. -
EULA declined installing 11.1 with Network Named license
sakura replied to Lachlan Gemmell's topic in General Help
Any and all fixing security holes. I do not follow them in detail, ๐ but remembering some news about some big ones within the last year. -
EULA declined installing 11.1 with Network Named license
sakura replied to Lachlan Gemmell's topic in General Help
Why would you continue to use Windows 7, which has absolutely no support since more than two years? I understand that you may not be interested in the newest features, etc. But security updates in those days is something I would not want to miss out on... -
Has anyone tried "DelphiLSP" for Visual Studio Code yet?
sakura replied to Perpeto's topic in General Help
They are very similar to each other, as they both use the same supporting services, however, I felt that VSCode - when it works, works a little better, due to the way the whole code completion system is designed. -
HTML/JavaScript is single-threaded by definition of all browsers at this point, therefore that shouldn't be a big problem. To get a two-threaded solution, you would need a background service-worker, but that's it as of now for JavaScript/HTML solutions.
-
Where is the Welcomepage directory in Delphi 11 Alexandria?
sakura replied to PeterPanettone's topic in Delphi IDE and APIs
For deactivation, just search the forum, that is possible. Changing HTM is no longer an option. -
Where is the Welcomepage directory in Delphi 11 Alexandria?
sakura replied to PeterPanettone's topic in Delphi IDE and APIs
The welcome page is no longer HTML/CSS/JS, but a VCL solution now, so there is no such directory any longer. -
Also, check out https://www.wpcubed.com/pdf/
-
Is anybody but me using monitors with different scaling?
sakura replied to dummzeuch's topic in GExperts
When I am in the office, I actually use three different scalings ๐ However, I do not use GExperts, but yes, strange setups are part of the Windows environment. -
Hi, since about 4 hours, the DP does not show any topics in the fluid display mode any more...? Usually, I have no categories selected, thus showing all of them...
-
eDP: Fluid Display showing recent topics broken?
sakura replied to sakura's topic in Community Management
That might have happened, thx. -
eDP: Fluid Display showing recent topics broken?
sakura replied to sakura's topic in Community Management
I am not sure, how I got it enabled like this, but here is a way to replay the problem. General Discussions as whole group was selected, which you cannot achieve manually - but by following this link: https://en.delphipraxis.net/?forumId=8 When in fluid view, you will notice (which I did not), that the group heading is slighty highlighted. Selecting any group, will show its contents, but removing that check mark again, will bring you back to my previous problem... Know, clicking on the "General Discussion" group header, will unselect that group and bring all back to its original state. I do not know, how I got into the problem in the first place, I just found a way to replay it... Anyways, all back to normal for me. -
eDP: Fluid Display showing recent topics broken?
sakura replied to sakura's topic in Community Management
Both, yes... ๐ -
Fastest Way to Read / Parse a large JSON File?
sakura replied to Steve Maughan's topic in Algorithms, Data Structures and Class Design
Alternatively try https://github.com/synopse/mormot2 - the mormot.core.json and mormot.core.variants units contain what you would need. -
What is the correct approach to "phone home"?
sakura replied to Der schรถne Gรผnther's topic in Project Planning and -Management
Number 3, and creating a simple HTTP web server is no magic work. You may do that with Apache/PHP, IIS/ASP.NET, or even Delphi and internet network protocols. For each way, there are simple solutions. -
virtualization VMWare Workstation PRO vs MS Hyper-V
sakura replied to Drewsky's topic in Delphi IDE and APIs
I am not sure, whether the Hyper-USB "problem" still exists, however, when I had to made this decision, Hyper-V did not support connection of USB devices into the virtual machine, while VMWare does that without any problems. I you require to develop to access hardware directly, Hyper-V might not be possible, This was three years ago, anyway. -
Do bug fix patches really require active subscription?
sakura replied to David Heffernan's topic in General Help
That's their money printing press, yes ๐ -
Would you mind writing a bit more about what you did, how can we reproduce that? Btw, you can copy&paste the messages from the message pane...
-
Double-dabble to convert binary to decimal
sakura replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
Take a look above the text editor, in the toolbar and look for the </> button, press that to insert code ๐ -
Can I use dynamically linked MPL 2.0 dll library for commercial purposes?
sakura replied to at3s's topic in General Help
Only, and only if your application does not depend upon that DLL to do its work. If it is an extension, giving extra features, not needed for the overall result, then you may use it that way. However, if the main purpose of your application depends on that DLL, it is to be published under GPL as well. -
Hi, I have a IDE plug-in which acts upon an opened file in the IDE (IOTAIDENotifier.FileNotification - aNotifyCode = ofnFileOpened). It loads the corresponding IOTAModule and the IOTAEditorContent for the PAS-File Before displaying, I want to do some formating for the viewer and set the content through the IOTAEditorContent interface. Nicely, as I do not call MarkModified, the editor view acts like the content has not been modified. However, the IOTAModule believes that the module has been modified and asks, whether the changes shall be saved (which I do not desire, when just viewing). Is there a way, to inform the IDE, that at this point, no changes have occurred. The question to save changes should not appear, when the user did not actually change anything ๐ Thanks, Daniel
- 3 replies
-
- ota
- open tools api
-
(and 3 more)
Tagged with:
-
Open Tools API - Mark Module as not Modified
sakura replied to sakura's topic in Delphi IDE and APIs
Any other ideas, anyone?- 3 replies
-
- ota
- open tools api
-
(and 3 more)
Tagged with:
-
Hi, just for you guys to weigh in, we have located a bug in the Delphi 10.4 compiler, that removes a totally valid assign statement in RELEASE mode, believing, that the code will never be executed. The actual method is from the mORMot library in releases before last week (unit SynCommons.pas, method TSynAnsiFixedWidth.AnsiBufferToUTF8. A full discussion is available at the mORMot-Forum: https://synopse.info/forum/viewtopic.php?id=5520 . I have reported the bug to Embarcadero: https://quality.embarcadero.com/browse/RSP-30088 . Please check out my report and try to confirm and weigh in there. It should be reproducible. --- Note, the compiler will tell you (Hint H2077), that the value assigned is never used and thus, in RELEASE mode, with optimizations enabled, drop the code completely. Thanks for your time and support ๐
- 7 replies
-
- optimization
- bug
-
(and 1 more)
Tagged with: