Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
01-15-2020, 10:50 AM
(This post was last modified: 01-15-2020, 11:29 AM by Alexandre Machado.)
Hi guys,
there is a new IW 15 release available, the first of the year: IW 15.1.11.
It contains *TONS* of new features:
https://www.atozed.com/2020/01/15-1-11/
Version history:
https://www.atozed.com/2020/1/15-1-11-h/
New demos are on the works and should be published in no time, showing new input types, IWButtons with images (even web font icons!) new UI styles (themes) and new features of IWDBLookupComboBox/ListBox. Stay tuned!
Enjoy
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
01-15-2020, 11:31 AM
(This post was last modified: 01-15-2020, 11:49 AM by Alexandre Machado.)
First online demo: http://intraweb.net.br/ImageButtons/
This is an IW Http.sys application, showing IWButtons with images. Custom image files can be used (local, online). Or, as this demo shows, icon fonts can be easily used to display modern, nice looking icons using web fonts, like Font Awesome and others. Time to drop your old 3rd party controls and start using new cool IWButtons.
It also shows UI Themes, intruduced in this version (with 4 different themes).
Demo source code: https://github.com/Atozed/IntraWeb/tree/...ageButtons
Posts: 45
Threads: 15
Joined: Jul 2019
Reputation:
2
Location: Italy
(01-15-2020, 11:31 AM)Alexandre Machado Wrote: First online demo: http://intraweb.net.br/ImageButtons/
This is an IW Http.sys application, showing IWButtons with images. Custom image files can be used (local, online). Or, as this demo shows, icon fonts can be easily used to display modern, nice looking icons using web fonts, like Font Awesome and others. Time to drop your old 3rd party controls and start using new cool IWButtons.
It also shows UI Themes, intruduced in this version (with 4 different themes).
Demo source code: https://github.com/Atozed/IntraWeb/tree/...ageButtons Hi Alexandre,
i try to install the new version 15.1.11.
When i try to call a simply webapplication.showmessage("test") from iwbutton or iwbsbutton it doesn't fire. Seems to be a problem with the release.
Seems that the events are not recognized.
With the previous version no problem.
Any issues for other users?
thanks you
Andrea
Posts: 167
Threads: 17
Joined: Jun 2018
Reputation:
21
Location: US
01-15-2020, 03:54 PM
(This post was last modified: 01-15-2020, 09:48 PM by MJS@mjs.us.)
Same here. I get these errors in the console:
SCRIPT5009: SCRIPT5009: 'IWTooltip' is not defined
IWBase__1199727649.js (4,2)
SCRIPT5007: SCRIPT5007: Unable to get property 'Locker' of undefined or null reference
IWBase__1199727649.js (2,423)
SCRIPT5007: SCRIPT5007: Unable to get property 'Events' of undefined or null reference
IWBase__1199727649.js (5,2210)
Regards,
Mark
Posts: 18
Threads: 4
Joined: Mar 2018
Reputation:
1
Location: Colorado, USA
Hmmm. Since it seems this release needs a rebuild anyway, would you consider reworking AllowedStartParams so that it defaults to current behavior? Maybe add boolean to activate it? Otherwise, it becomes a breaking change for me.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
01-16-2020, 12:51 AM
(This post was last modified: 01-16-2020, 12:54 AM by Alexandre Machado.)
(01-15-2020, 03:17 PM)Anto90 Wrote: Hi Alexandre,
i try to install the new version 15.1.11.
When i try to call a simply webapplication.showmessage("test") from iwbutton or iwbsbutton it doesn't fire. Seems to be a problem with the release.
Seems that the events are not recognized.
With the previous version no problem.
Any issues for other users?
thanks you
Andrea
Can you please clear the browser cache and see if it fixes the issue? Seems that somehow a wrong IWData.res version is being linked with your executable.
We have been testing this version extensively and everything seems to be working as expected. We have customers with applications in production using this new version... So it is weird that you got something broken.
Also, if you can build this demo test and send me the executable (you need to make it available via G-drive, dropbox or something), it would be also good.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
(01-15-2020, 05:00 PM)pete@pdmagic.com Wrote: Hmmm. Since it seems this release needs a rebuild anyway, would you consider reworking AllowedStartParams so that it defaults to current behavior? Maybe add boolean to activate it? Otherwise, it becomes a breaking change for me.
As I explained via Telegram, this is not a breaking change. If AllowedStartParams is empty, IW won't check any parameters. It will just work as before.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
01-16-2020, 01:08 AM
(This post was last modified: 01-16-2020, 01:47 AM by Alexandre Machado.)
We had 3 customers with this same issue, although we (and others) couldn't recreate the same problem. I believe that it is not a simple cache issue, but we are still investigating. If one of you guys who had this issue can make a simple test project available (including the compiled EXE), via G-drive or dropbox, it would be valuable (you can add the file to gdrive or dropbox and send me the link through email: alexandre at atozed dot com)
Cheers,
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
Hi guys,
there was an issue with the release version of IWData.res which contains IW javascript files. Please update and it will be fixed:
http://downloads.atozed.com/intraweb/iw15.1.12.exe
Alternatively you can also just update your IWData.res files but I recommend you to update anyway.
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
|