Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWBootstrap 3.4.1 error
#5
(09-05-2019, 10:14 AM)Alexandre Machado Wrote: In your example I found a mix of IWBootstrap 4 and IWBootstrap 3 components. They can't be used together. 

IWBS 4 and IWBS 3 are independent implementations which are based on different versions of Bootstrap. 

After changing your project, I built it with IW 15.1.4 + IWBootstrap 3 (only) and seems to be working for me.

Can you please test it?

Thanks for the reply.
I downloaded and tried the new demo with the correction attached but I always have the same error. I am attaching a photo to understand the problem.

Thanks for your help

P.S.
Trying to find the cause of the problem in the IWBSCommon unit, the SetAsyncVisible procedure on line 650 is structured as follows
IWBSExecuteAsyncJScript (AApplication, '$ ("#' + AHTMLName + '"). Css ("visibility", "' + iif (Value, '', 'hidden') + '");', False, True) ;. Replacing with
IWBSExecuteAsyncJScript (AApplication, '$ ("#' + AHTMLName + '"). Css ("visibility", "' + iif (Value, 'visible', 'hidden') + '");', False, True); ('' to visibible) the show method works. But I don't know if this is the right way to proceed without having a complete knowledge of the IWBootstrap Framework.

P.S. if i call in the demo attached IWBSTEXT1.AsyncRefrehControl; the text is not visibile again. (after i change the line above)

Thank you


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
IWBootstrap 3.4.1 error - by pierobonf@contal.it - 09-03-2019, 07:31 AM
RE: IWBootstrap 3.4.1 error - by pierobonf@contal.it - 09-05-2019, 01:20 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)