Display edges setting disabled on translated model from Rhino - settings

I've translated a Rhino model and when viewing it in Forge Viewer 7.* the "Display edges" option in the viewer settings is disabled. When viewing a translated Revit model this option is available in the same viewer application.
Translated model from Rhino
Forge Viewer showing display edges option on Rhino model
Translated model from Revit
Forge Viewer showing display edges option on Revit model
Thanks
Viewing a translated model from Rhino and expecting it to have the same options in the viewer settings available as with any other translation of models from different CAD applications.

Related

Widgets change places when running from design tab

I am building a visual studio application and have designed it using visual studio windows form. I am using the siticone library for the GUI but when i lay widgets out on the designer and then run the application all the widgets move. The buttons do not but the labs on them do. Also i have added a user control page that moves aswell. Please Help.
Cheers.enter image description here
Make sure that your Winform Font style and size match with all child controls including all Siticone controls.
Verify that you have anchored your controls accordingly on your form or panel control.

How to hide Assistant/Activities tab and Attach button in Notes section on Social Pane in Dynamics 365?

Has anyone had an experience modifying the Social Pane in Dynamics 365?
Hiding the Assistant and Activities Tab
Hiding the Attach button in the Notes Tab
Googling shows unsupported way by accessing and hiding by DOM manipulation. Has tried Security roles, Ribbon Workbench but still tabs and Attach button are showing. The Notes form also cannot be customized.
We tried also the Intelligence Configuration by following this: https://learn.microsoft.com/en-us/dynamics365/customer-engagement/sales-enterprise/configure-enable-embedded-intelligence
But nothing changed.
Can you share your experience on this?
The social pane is a disappointing feature. The only two things you can change is the order of the activities displayed and the default tab.
If you want to prevent your user from attaching files to notes, you can make a plugin on the creation of the note and throw an exception.
To hide the other tabs, the only way I can think of is unsupported. Using javascript. I don't like it but when my clients are asking for it, I do it.
Unfortunately we don't have lot of control over there to customize Social Pane the way we want. Maximum we can configure that what should be the default tab (Supported Customization).
Dynamics 365 got Timeline control (Social Pane 2.0) which has more doors open like: Timeline is available in Mobile, Dashboards, unified experience, filtering options, etc. But only catch: it is available only in Unified Interface (UCI App aka model-driven PowerApp & Hub apps) and not on Standard Web client.
Read more
Embedded Intelligence will enhance Relationship Assistant experience.

How to add a 360 degree viewer module in my app?

i want add a 360 degree viewer in my app.The panormic image format of the object is available(generated using google street view).
I just need a viewer to display 360 degree images.
Here are four open source viewers to consider, not in any order of priority: A-Frame, the leading open source project for WebVR, backed by Mozilla, excellent for education projects. Google VR View, works especially well on Daydream and Cardboard. React VR, backed by Facebook and optimized for Facebook apps, it's WebVR API compliant, and works with Carmel Developer Preview browser from Oculus. Photo Sphere Viewer, stable, has been around for a while, most viewer controls. More details here: http://lists.theta360.guide/t/4-top-free-360-image-viewers-for-developers/1391?u=jcasman

Seperate UI Responsively for web and Mobile ADF Application

We have a adf fusion application developed in 12c,I want that application to show the components responsively in different devices. I am using Oracle Alta UI,but the problem is,it is showing the panel boxes properly but the components such as SelectOneChoice are not displaying responsively. May i know how can i do this? I need seperate UI based on mobile.
Responsiveness is something you'll need to build into your code.
You can use the af:matchmediabehavior tag to control properties of components on your page based on screen sizes.
Example:
https://blogs.oracle.com/shay/entry/responsive_ui_in_oracle_adf
More samples:
https://pinboard.in/search/u:OracleADF?query=responsive

What is the best option for creating an in-browser UI-editor?

I want to create an simple UI-editor that can be used within the browser. It basically should have a UI-control palette and a canvas to layout and modify the controls. The resulting user-created UI model should be stored in some kind of backend and comply to an (abstract) UI description language (e.g. XForms). The UI-model should be downloadable as file (e.g. XForms document). A visual in-browser XForms-designer is probably a good example of what I want to achieve. The UI-editor should be usable cross browser.
Please keep in mind that i mentioned XForms only as an example. I don't want to rely on the browsers capabilities wrt. my target model. The target model (e.g. XForms) should only be used as storage format. The cross browser rendering of the desgin-time UIs in the editor should be ensured by the toolkit/framework.
Possible canditates are probably:
GWT
Adobe Flex 3
Eclipse RAP
The UI-editor will not be used in production. My focus lies on a rapid development of the editor.
The extjs JavaScript library is good for implementing GUIs in JavaScript. It can also be used with Adobe AIR or Google Gears for creating offline applications, and works well with different browsers.
Here is an example of a GUI editor for extjs: http://tof2k.com/ext/formbuilder/

Resources