Know-Legal Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Solved: eDraw widget - Esri Community

    community.esri.com/t5/web-appbuilder-custom-widgets-questions/edraw-widget/td...

    Brandon, The widget opacity is a mixin that can be added to any panel widget by reference. It's one of the few enhancements I've made that requires editing the widget code, but it only affects three lines of code.

  3. Solved: eDraw widget - Page 25 - Esri Community

    community.esri.com/t5/web-appbuilder-custom-widgets-questions/edraw-widget/td...

    The FIX for me (inspired by other comments in the previous 25 pages) was to edit the Widget.js file and o n lines 1496, 1498, and 1500 of the Widget.js file, change "3857" to "102100". The "4326" values could stay as they are. Linear and areal measurement are now both correct. @Nadia @Barned01.

  4. Eraser in eDraw Widget? - Esri Community

    community.esri.com/t5/arcgis-viewer-for-flex-questions/eraser-in-edraw-widget/...

    2. 10-14-2011 02:30 PM. by City_of_Port_Angeles_GIS. Occasional Contributor. Robert, Is there a way to add an eraser to the eDraw widget? I have been getting feed-back from our water and sewer crews about not being able to erase or delete a drawn graphic. The problem is the crewman doing the drawing has put a lot of text and graphics on the map ...

  5. Solved: eDraw widget - Page 22 - Esri Community

    community.esri.com/t5/web-appbuilder-custom-widgets-questions/edraw-widget/td...

    Jeremie Cornet‌ thank you!I downloaded the new widget.js to try. I grabbed the file off Git and swapped it for my existing widget.js.

  6. Enhanced Draw Widget - Esri Community

    community.esri.com/t5/web-appbuilder-custom-widgets-documents/enhanced-draw...

    Tim, This will be a great addition as you develop this widget. I think if you change the widget name and references from "Draw" to something that is not already in the default widget list like "advDraw" then when you download the code you dont have to replace the esri existing "Draw" widget.

  7. Call activity action is indicated by a rake-style symbol within the action symbol. Note, that though UML 2.4 specification provides this notation, there is no official call activity action in the UML specification. However one can find many examples where the rake symbol is used and discussed. Also, I cannot find the symbol within 'Edraw Max'.

  8. Draw Widget EB 1.7.0 - 1/28/22 - 1/28/22 - Esri Community

    community.esri.com/t5/experience-builder-custom-widgets/draw-widget-eb-1-7-0-1...

    Note: This is an EB 1.7 Widget (not backward compatible). Live Preview Site Details : The widget allows you to draw in a 2D map view.

  9. Draw widget custom list reverting to esri default once published

    community.esri.com/t5/arcgis-web-appbuilder-questions/draw-widget-custom-list...

    Draw widget custom list reverting to esri default once published. Hello, I am having some trouble with the Draw/eDraw widgets. I added some custom images (rough details below): Everything works perfectly in the WAB. Once I export this app from the WAB, toss it into wwwroot, and register it in portal, the Draw/eDraw widget reverts back to esri ...

  10. document.OA1.HttpAddPostOpenedFile (sFileName); //save as the same file format with the sFileName then upload. //document.OA1.HttpAddPostOpenedFile (sFileName, 16); //save as docx file then upload. //document.OA1.HttpAddPostOpenedFile (sFileName, 0); //save as doc file then upload.

  11. you can invert the positions before plotting. pos = {city:(long, lat) for (city, (lat,long)) in nx.get_node_attributes(G, 'pos').items()} nx.draw(G, pos, with_labels ...