eivindbakkestuen
Members-
Content Count
109 -
Joined
-
Last visited
-
Days Won
6
Everything posted by eivindbakkestuen
-
Greetings from NexusDB, the home of great database components and Quality Assurance tools for Rad Studio/Delphi/C++ Builder. We have a great EOFY (End of Financial Year) offer for you! Take advantage of the following until the end of June: For any purchase made of new licenses, on all products, take 30% off the normal price. Yes, that is 30% off any full price product, even including our Full Monty Pack which bundles all products! To receive the rebate, make sure you enter the following coupon code during checkout: EOFY2020 Visit our webshop here: http://www.nexusdb.com/support/index.php?q=pricing Please also note, all our prices are in Australian dollars. If you are purchasing from outside Australia, take advantage of the extra 25% "rebate" provided by the favourable USD/AUD exchange rate! Our main products: NexusDB Database http://www.nexusdb.com/support/index.php?q=nexusdb Nexus Quality Suite http://www.nexusdb.com/support/index.php?q=qualitysuite regards, The NexusDB Team
-
Are you sure that option does not exist anymore? 🙂 I'm pretty sure I didn't dream this up.
-
No, you didn't miss anything, exact same thing happened to me. I'm absolutely certain I had Help checked during the first install, because this also happened to me during 10.3. Worse part of it was, even though I'm absolutely sure I left the "remove registry entries" option in the "keep" position during uninstall, after the reinstall the IDE came up pristine, and left me with installing a ton of 3rd party libraries a second time. Ugh.
-
You are describing a wizard UI...
-
You are doing R&D. Are you saying your R&D process does not allow you to use an exception stack trace logging solution to figure out where it happens?
-
Prevent WM_VSCROLL on TScrollBox to be executed twice in a row
eivindbakkestuen replied to Mike Torrettinni's topic in VCL
Have you looked at the Message parameter values to see what you're actually getting? -
We are aware that the UI isn't modern anymore, and work is underway to improve that. However, @Tom F is right to say it just works (up to and including the latest Rio version!). Which allows the users to get their work done and move on. 🙂
-
Responsive UI with heavy background threads running in idle priority
eivindbakkestuen replied to Yaron's topic in General Help
Out of idle curiosity, does this happen no matter how many cores you have in the CPU? What do the CPU core graphs look like in the Task Manager? -
Have a look at this which was just posted: UberFrame panels
-
You may want to test docking. You're not locked to docking the windows in particular places, they can float around on the "desktop" inside your application. You decide what kind of docking etc operations are applicable (perhaps you have a few child windows where it would be appropriate to only see one of them at a time, so would work in a tabbed child window, etc). I'm attaching an image of an application using the DevEx docking library; could just as well have been done with MDI.
-
SQLBindParameter error with TFDQuery / ODBC
eivindbakkestuen replied to Nathan Wild's topic in Databases
Are you still using version 10.1? The issue was apparently fixed in 10.3.1, perhaps test with the Community version to make sure before you go for the upgrade. -
Here's an unusual one: I'm using TIdHttp.Get(<IP:port of local network machine>\somepath) inside a short lived thread (if that matters); no specific ports or anything is set in the IdHttp instance before the call. The other day, we got a number of exceptions like below on this call. I'm just wondering if anybody else has seen it, or has an idea what may have caused it? Not intending to blame Indy here, at a guess the OS doesn't reuse ports quick enough (limited resource) or something of that nature. However as part of a customer critical system, it'd be good to know if there's anything that can be done about it? (forgot to say, the application runs many instances on a Terminal Server) Exception: EIdCouldNotBindSocket Message: Could not bind socket. Address and port are already in use.
-
Address and port are already in use error after TIdHttp.Get
eivindbakkestuen replied to eivindbakkestuen's topic in Indy
Ah, your BoundIP reference got me thinking. After some sleuthing, It turns out that my client had been misinforming me; BoundIP was put into use some months ago, and I was told that version worked for them. In reality, they were still running an older version which did not set BoundIP, which then caused confusion when a new update was delivered and this error immediately triggered. Lesson: don't trust clients (check), always use exception stack tracing (check) and log everything (check). -
Address and port are already in use error after TIdHttp.Get
eivindbakkestuen replied to eivindbakkestuen's topic in Indy
The thread (and the TIdHTTP instance inside it) are destroyed as soon as the result of the Get() call is available. The number of threads would not have been great (less than 10) since this happened shortly after restarting the application. This exception never happened in the previous 3 months of intensive application use, hence I'm puzzled. 🙂 -
Just grab NexusDB Embedded Free from GetIt, compiles directly into your windows app, only your exe to distribute.
-
Any Good tutorial on Parallel Programming Library?
eivindbakkestuen replied to Tommi Prami's topic in RTL and Delphi Object Pascal
Er... the OmniThreadLibrary zip is only 8.8Mb, so... seriously... 😉 -
The latest dev snapshot comes with batch files for Delphi 2007 and older, but the packages can't be compiled (first problem, stops on UInt8 etc types in idBuffer.pas which doesn't exist in D2007). Is D2007 meant to be supported still? I couldn't find a definitive document to say what IDE/compilers are currently supported.
-
In this primary English forum, it'd be nice to have the translation of those messages... 🙂
-
Advice on searching within nested records
eivindbakkestuen replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
Have you considered if using a real database would be an alternative? -
Service Location Protocol API pascal unit?
eivindbakkestuen posted a topic in Network, Cloud and Web
Before starting to convert the C API header for the Service Location Protocol, does anyone know of a recent conversion already available? Found one on Torry's, but it is positively ancient. 🙂 Failing that, any suggestions on a good tool for converting the header? Eivind -
Perhaps explain what the problem is / what is the goal here?
-
Hi, and welcome to NexusDB's "Spring Cleaning Down Under" Sale! Until end of Monday 18th November, take 33% off any purchase of new licenses. Use coupon code SPRING2019 during checkout to receive your discount. Sale extends to all NexusDB database products, and Nexus Quality Suite. Don't miss out. Oh, and if you are overseas, you also benefit from the weak AUD currency, which means right now you just can't get better value for your money. 🙂 www.nexusdb.com regards, The NexusDB Team
-
What happens if you don't use that automatic scrolling at all? First guess is, it's still kicking in.
-
https://community.idera.com/developer-tools/b/blog/posts/rad-studio-10-3-2-runtime-packages-compatibility-patch-released
-
Funny Code in System.Types
eivindbakkestuen replied to Fritzew's topic in RTL and Delphi Object Pascal
Post the Quality Portal link, so we can vote and perhaps it'll be fixed...