![]() |
|
IntraWeb 15.3.0 is out! - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IntraWeb 15.3.0 is out! (/thread-3113.html) Pages:
1
2
|
RE: IntraWeb 15.3.0 is out! - Mikhael - 04-06-2023 (04-06-2023, 06:53 PM)davidbaxter Wrote: Running Delphi 11.3 and getting this message after installing 15.3.0: Hi David You have to recompile the tms intraweb component. I have to do it for each new version of intraweb. Hi Alexandre, Great ! But there is now a bug with TIWFileUploader component. Very easy to reproduce, just test with your demo 'FileUploader'. Just the upload with a Stream work. I have always have an error message in the navigator. Regards Mikhaël RE: IntraWeb 15.3.0 is out! - valmeras - 04-06-2023 (04-05-2023, 05:44 AM)Alexandre Machado Wrote: Hi guys, Does this update resolves also the TIWListbox issue I posted? https://www.atozed.com/forums/thread-3111.html This question is a priority support question. But I never got any answer up to now! RE: IntraWeb 15.3.0 is out! - Alexandre Machado - 04-06-2023 (04-06-2023, 06:53 PM)davidbaxter Wrote: Running Delphi 11.3 and getting this message after installing 15.3.0: TMS packages need to be built from the sources. Then they will load as normal. RE: IntraWeb 15.3.0 is out! - Alexandre Machado - 04-06-2023 (04-05-2023, 10:09 AM)Comograma Wrote: Ok, great update. Thanks!! When you say that you are loading like this, does it mean that you are loading it yourself with your own code in your forms or are you letting IWBootstrap code deal with it? IWBootstrap code has been adjusted to use the same jQuery version as core IW is using now (3.6.4). It will work correctly with the new jQuery version RE: IntraWeb 15.3.0 is out! - davidbaxter - 04-07-2023 (04-06-2023, 09:50 PM)Alexandre Machado Wrote:(04-06-2023, 06:53 PM)davidbaxter Wrote: Running Delphi 11.3 and getting this message after installing 15.3.0: RE: IntraWeb 15.3.0 is out! - JuergenS - 04-07-2023 Hi Alexandre, TIWFileUploader no longer works in 15.3.0 and generates an exception. Attached is an example. Regards Jürgen RE: IntraWeb 15.3.0 is out! - Alexandre Machado - 04-08-2023 Whoever had issues with the 15.3.0 version, please update. The new update allows users from 11.0, 11.1 or 11.2 to select a different fileset to be installed. This is an exceptional workaround to avoid the internal compiler errors of those compilers https://www.atozed.com/2023/04/intraweb-15-3-1/ RE: IntraWeb 15.3.0 is out! - Comograma - 04-11-2023 (04-06-2023, 09:54 PM)Alexandre Machado Wrote:(04-05-2023, 10:09 AM)Comograma Wrote: Ok, great update. Thanks!! I'm loading it like I metioned, myself, with those public IWBS variables. Must I remove those loads? |