|
POST
|
Hi Matej, Thank you for reporting this. I will log this for us to fix. Cheers, David
... View more
10-07-2020
04:50 PM
|
0
|
2
|
1508
|
|
POST
|
Hi Karen, Here are some comments and answers to your question. 1. Is there a plan to integrate Node.js into Experience Builder? As of today, we have no plans however, we are always looking at ways to improve the developer experience. 2. Do you need to "run as administrator" to run Node.js with Experience Builder? (hopefully not as I wont be able to do that where I work). Yes, to install node you will need to have someone with admin rights install node.js. 3. Is the requirement to run node.js version 12.x required? Yes, the current version is 12.x.
... View more
10-07-2020
03:54 PM
|
1
|
1
|
2780
|
|
POST
|
Hi Benny, Are you only using a map widget in your template? Or do you have other widgets in your template like the feature info widget?
... View more
10-07-2020
12:16 PM
|
1
|
5
|
2556
|
|
POST
|
Hi Bryan, We are working on this and it will be available in the next couple of releases. David
... View more
10-07-2020
12:12 PM
|
0
|
2
|
7017
|
|
POST
|
I would first start with how your widgets are sized, positioned, and aligned. Are you using absolute positions or %? If you change the size layout in experience builder design mode you will be able to see the difference when changing from 1536 x 864 to 1024 x 768. If you're still having issues, maybe we can take a look at your experience. David
... View more
10-07-2020
12:10 PM
|
2
|
1
|
19032
|
|
POST
|
Amanda, Can you provide us some steps to help us reproduce the issue? From your screenshot, it looks like you're using a list widget with a static tooltip, are there any other settings like data view, etc.? The tooltip configuration shows up for me in the content panel. Thanks, David
... View more
10-07-2020
12:02 PM
|
0
|
1
|
2806
|
|
POST
|
Hi Phil, We have this logged as an issue for us to fix user prop. Cheers, David
... View more
10-06-2020
09:19 AM
|
1
|
1
|
4917
|
|
POST
|
I can see what's happening. I made a copy of the experience so I can use it for testing. You can change it back now. Will take a look and track down the bug. Thanks, David
... View more
10-02-2020
12:44 PM
|
1
|
1
|
4030
|
|
POST
|
Hi Emma, So this is what I discovered trying to reproduce what you're describing please correct me if I am wrong. You have a list (one) widget that allows users to select an area that should filter the map and the second list based on that selection. For example, if I select Ketchikan then I should only see those features associated with that query. This works on my end. You also have an extent query on the map that should filter the second list which it does. However, what I have noticed is that once I have list one selected and I move the map that action is being ignored. It will show all records within the correct extent. Is this what you're experiencing as well? This is a bug and will take a look. Can you share your experience with me? My username is dmart. Cheers, David
... View more
10-02-2020
12:00 PM
|
0
|
4
|
4030
|
|
POST
|
Hi Phil, That makese sense because there are no globals yet since you haven't authenticated. What you can do is do something like this where you can detect the null value of the token before the login and then check if the token exists in the componentDidUpdate function. I will check with my team to see if we have some kind of prop for successful login. static mapExtraStateProps = (state: IMState, props: AllWidgetProps<IMConfig>): Props => { if (!state.token) { return{ userLog: state.token }; }; componentDidUpdate(){ const {userLog} = this.props if (userLog) { do something }else{ do something else` } }
... View more
10-01-2020
02:59 PM
|
0
|
3
|
4917
|
|
POST
|
Hi Jeremy, If the user is in your organization and you have admin rights you can change the ownership for each item under my content. Another option is to use the python api to use the reassign_to method to change the other user. I guess my question is are you looking just to clone or change ownership? If change ownership you can do the above. If you need to clone there is a clone method in the python API. However, I noticed there are issues when the experience has images. The last time I used that method it had some issues with SVG. You could try that method and see if it works. Cheers, David
... View more
10-01-2020
08:51 AM
|
0
|
0
|
7877
|
|
POST
|
Hey Phil, You can use a global to check if there is a value for the user. For example, to see if there is a username available use getAppStore().getState().user.username; getAppStore is part of jimu-core. David
... View more
09-30-2020
01:24 PM
|
0
|
7
|
4917
|
|
POST
|
By the looks of that panel, it looks like you're adding the button widget through the controller widget. Add a button widget through the widget panel, not through the controller, and in the settings-->content-->advanced-->corner enter in 100 px for all those settings to give you the circle shape. In the style tab, set the width and height to 32px. You will have to adjust the position settings to find that right alignment with the widget controller. I found it easier to add that widget to the end of the controller because you cannot add that widget inside the widget controller. David
... View more
09-30-2020
12:02 PM
|
2
|
0
|
2377
|
|
POST
|
Hi Susana, Can you share the experience so we can take a look? If you can't share it publicly, can you share it within a group and add me? My username is dmart. Thanks, David
... View more
09-30-2020
10:07 AM
|
0
|
0
|
8083
|
|
POST
|
Hi Dan, The background color of the widgets on the map is controlled by the theme (light color setting) with the exception of the Ink theme, it cannot be changed. The positions of the default tool widgets are located in the pc-layout and mobile layout.json as you have discovered. Each widget is part of a group layout that controls the position of the widget and direction (horizontal and vertical). Here is an example below of the position. Also, we have tested these positions between all three layouts so if you change these you will need to make sure you test thoroughly. I would also recommend that you copy the map widget so you have one non-customized one if you decide to go down this road. In regards to your question about the highlight options, we will have this feature as an option to change the selection highlight for the feature selected. So I would just wait for that to come out in the next release of the developer edition. Cheers, David layout: { 'leftTopContainer': { children: ['navigator', 'Select'], position: { top: 15, left: 15 }
... View more
09-30-2020
10:04 AM
|
0
|
0
|
1787
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-25-2020 04:35 PM | |
| 1 | 09-08-2020 10:27 AM | |
| 1 | 10-20-2020 02:01 PM | |
| 1 | 03-02-2020 02:17 PM | |
| 2 | 10-07-2020 12:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-01-2022
06:44 PM
|