gmarshall56
gmarshall56
In a React functional component, my code: ` var style = { "clickable": true, "color": "#00D", "fillColor": "#00D", "weight": 1.0, "opacity": 0.3, "fillOpacity": 0.2 }; var hoverStyle = { "fillOpacity":...
Hello: Is this expected behavior? I have used this slider two ways: One way is by coding two flex-slider tags where one uses the "sync" property pointing to the other...
For this project I have completed the following steps using Intellij 20 IDE three times: one time each on two different Ubuntu OS machines and one time on a Windows...
Hello: I have installed this per you sample OnChange handler code. This works great but, what if the user were to select the same file again? When selecting file "a.xlsx"...
I'm getting this error: TypeError: undefined is not a function at refresh (http://localhost:9000/assets/javascripts/app/directives.js:249:30) at init (http://localhost:9000/assets/javascripts/app/directives.js:254:21) at link (http://localhost:9000/assets/javascripts/app/directives.js:278:17) at nodeLinkFn (http://localhost:9000/assets/javascripts/lib/angular/angular-1.2.27.js:6736:13) at compositeLinkFn (http://localhost:9000/assets/javascripts/lib/angular/angular-1.2.27.js:6130:13) at compositeLinkFn (http://localhost:9000/assets/javascripts/lib/angular/angular-1.2.27.js:6133:13) at compositeLinkFn...
I have implemented the sample provided here on a Weblogic 12c server. I have this directory established: C:\nrdImagesDir\slideshow, and \slideshow is populated with, among others, a file named USDA.jpg and...
I have found this feature to be not reliable. I managed to get it working in projects that were very small and simple. But in projects that were in depth,...
Hello: In Lesson 190, once I add the line of code: `const postData = getPostData(slug);` Immediately I'm getting an 'ERR_REQUIRE_ESM' that keeps looping in the terminal. I have copied the...
Hello: For this to work do the column definitions and the data have to be defined and exported from a separate javascript file? The DataTableExtensions does not work in my...
This all works great however when a user clicks and drags the pointer to create a buffer around a shape on the map and clicks "Save" what should event in...