Skip to content

Commit

Permalink
temporarily remove dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Jul 9, 2018
1 parent babf934 commit 1e669fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BBjGridExWidget.bbj
Original file line number Diff line number Diff line change
Expand Up @@ -404,14 +404,14 @@ class public BBjGridExWidget extends BBjWidget
html$="<html><body><script></script><div id='eventTransporterDiv' onClick='window.basisDispatchCustomEvent(event, event.payload)'></div><div id=""grid"" style=""height: 100%"" class=""ag-theme-balham""></div></body></html>"
htmlview! = #getCanvas().addHtmlView(101,0,0,#getCanvas().getWidth(),#getCanvas().getHeight(),"")

if (htmlview!.getClientType() <> "Chromium" AND INFO(3,6)<>"5")
htmlview!.setText("<html><center>Error: Need the Chromium Engine in BBj 18.10 or later. Please check your BBj SAM coverage!</center></html>")
else
REM if (htmlview!.getClientType() <> "Chromium" AND INFO(3,6)<>"5")
REM htmlview!.setText("<html><center>Error: Need the Chromium Engine in BBj 18.10 or later. Please check your BBj SAM coverage!</center></html>")
REM else
htmlview!.setCallback(BBjAPI.ON_PAGE_LOADED,#this!,"onLoad")
htmlview!.setCallback(BBjAPI.ON_NATIVE_JAVASCRIPT,#this!,"onNativeEvent")
htmlview!.setOpaque(0)
htmlview!.setText(html$)
fi
REM fi

#HTMLView!=htmlview!

Expand Down

0 comments on commit 1e669fe

Please sign in to comment.