![]() |
|
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
|
IntraWeb 15.3.0 is out! - Alexandre Machado - 04-05-2023 Hi guys, There is a new major IntraWeb update, with tons of new and enhanced stuff: https://www.atozed.com/2023/04/intraweb-15-3-0/ List of new and enhanced here: https://www.atozed.com/2023/04/15-3-0-h/ new demos will follow! Enjoy!
RE: IntraWeb 15.3.0 is out! - Comograma - 04-05-2023 Ok, great update. Thanks!! Regarding "IW jQuery updated to version 3.6.4", I'm ok. I'm loading it like this: gIWBSLibJQueryJs := 'https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js';, so, latest version, right??!!!!!!! Regarding Boostrap Normal Theme, I'm loading like this: gIWBSLibBootstrapCss := 'http://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css'; gIWBSLibBootstrapJs := 'http://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js'; Is this ok??!!!!!!!!!!!!! Regarding Bootstrap select component, I'm loading like this: PageContext.AddBodyScriptFile('https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js'); PageContext.AddLinkFile('https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css'); Is this update or is there a newer/better version??!!!!!!!!!! About jquery.jqgrid.min.js, ui.jqgrid.min.css and jquery-ui.min.css, where can I get the latest version for this files??!!!!!!! Thanks RE: IntraWeb 15.3.0 is out! - MJS@mjs.us - 04-05-2023 Using C++ Builder 11.1 After installing 15.3 application only runs in evaluation mode.
Created a new, empty IW project and tried everything above: still only runs in evaluation mode. Reverted back to 15.2.69 and everything works correctly. RE: IntraWeb 15.3.0 is out! - iwuser - 04-05-2023 D11.2U1, similar experience, rolling back RE: IntraWeb 15.3.0 is out! - MJS@mjs.us - 04-05-2023 I updated to C++ Builder 11.3 and reinstalled IW 15.3 - seems to be working correctly now. RE: IntraWeb 15.3.0 is out! - Alexandre Machado - 04-06-2023 All issues reported are from users on Delphi 11.0 and Delphi 11.2 (not 11.1 or 11.3). Most users are reporting this internal compiler error: F2084 Internal Error: URW8074 (Delphi 11.2) and F2084 Internal Error: URW8057 (Delphi 11.0) This has been fixed in Delphi 11.3 according to this issue: https://quality.embarcadero.com/browse/RSP-40449 If you are getting strange behavior and internal compiler errors, I strongly suggest that you update your Delphi to 11.3. We can't realistically support multiple minor versions (or updates) of the same IDE version, so we only use the latest available at the time of the build. Version 15.3.0 was built with 11.3 compiler and RTL/VCL DCUs. RE: IntraWeb 15.3.0 is out! - Alexandre Machado - 04-06-2023 (04-05-2023, 05:39 PM)MJS@mjs.us Wrote: I updated to C++ Builder 11.3 and reinstalled IW 15.3 - seems to be working correctly now. Thanks for your update on this, @MJS RE: IntraWeb 15.3.0 is out! - Comograma - 04-06-2023 (04-05-2023, 10:09 AM)Comograma Wrote: Ok, great update. Thanks!!Alexandre, please!!!!! RE: IntraWeb 15.3.0 is out! - ioan - 04-06-2023 "Built-in support for Microsoft Azure and Google OAuth authentication APIs" Such good news! I can't wait for the demos to test it out! RE: IntraWeb 15.3.0 is out! - davidbaxter - 04-06-2023 Running Delphi 11.3 and getting this message after installing 15.3.0: ![]() Continuing by clicking OK and Ignore on subsequent messages, I can get Delphi to load and can compile my program. Happens 3 times each startup. |