You might have seen that Mathias has kicked off a study group, where a few of us are going to evaluate TMS Web Core and come together occasionally to compare notes, problem solve, etc. Think of it like a trial where you have people who are doing it at the same time to ask questions of.
Anyway, if you saw Holger’s Symposium session and you are kinda sorta interested, but maybe need a little push to get involved, Bruno at TMS has very kindly offered a 50% discount on a commercial license for anyone who attends the study group.
Note, you don’t need to buy it in order to take part in the study group, you can use the trial version for that. But if at the end of the trial you are keen to buy a license, your involvement in the study group will get you 50% off.
Note this is good for both TMS Web Core for Delphi and also VS Code.
I can also add to that offer. In a recent upgrade we found ourselves with left over hosts.
We can offer a Windows 10 Pro 64 bit, physical host, 100Mbps fibre and a single static IP address.
Each machine is a Core i5 3.3GHz with 4GB of RAM and 128GB of HDD.
These are physical machines, not virtualized or shared in any way and no time based usage. 24 x 7.
We can offer these at a flat $60 per month ($2 per day) on a month by month arrangement.
Note as it’s Windows Pro you are limited to 20 connections as per the licensing terms.
Thanks for the discount offer, I already have one full licence at the moment
So far I have managed to get all my test projects to work on my local machine but have not tested them on our windows iis server
While I have installed Bootstrap 5 through the web core IDE I have not tested running any HRML/Css3 specific user scenario’s in the specific app I have decided to test functionality on.
I have recreated their demo’s though and all works as expected
Hey Rainer, sounds like you might be further along than me. I’ve done the basics just to get familiar, and as of a couple of nights ago I managed to get a super-simple app integrated into our wordpress site, so the page is served up by wordpress but one section of it is a TMS App. About to tackle styling.
What has impressed me so far is how often when I’m solving a problem, I just solve it like I would in Delphi. For example, there was one issue I hit with wordpress where the page url was not equivalent to the app location and as such it was having issues looking for my form html in the wrong place. I found the method where it was building the path in TCustomForm, replaced it with an override in my form, problem solved. It was only afterwards I realised I didn’t even think about the fact that this was javascript under the covers. I just did what I’ve been doing for 25+ years and it worked.