POST
|
Turned out that this was the users "Favorite" Group that is automatically created against each users profile, but is not searchable as an "organisational" group.
... View more
05-02-2019
02:36 AM
|
0
|
0
|
12
|
POST
|
Hi, We have a user who is a member of the organisation and is the owner of a group (can directly access group item and see them listed as owner, with no other members), however looking at there profile, the group is not listed as being owned by them and the group is not listed under the organisations groups. How does this happen? I would like to be able to query the group item and see if somehow it is listed to another organisation, but there is not that option to look back from an item to an organisation, as far I am aware? Cheers, Todd
... View more
04-25-2019
09:55 PM
|
0
|
1
|
71
|
POST
|
I could have several different z values along the line, and currently the expression would only allow me to create one z value for the whole line. I am stressing currently, because it would be great if you could create an expression where the 'attribute' that was actually the geometry and some type of expression against it, therefore altering the z values at each point. The anchor preset would be the perfect answer but I can't say I have thought about any details that may negate the use of it. Like you say, I could recalculate the z value to make the z value the centre of the pipe but I was hoping to do it dynamically, as many system use this data, so we would have to extract it from the data source and apply the change just for our own purposes. I am more keen to be able to work with the original data source of course. Thanks Below is an image where you can see the pipe extend beyond the bottom of the manhole, when in reality it is actually just above the bottom of the manhole.
... View more
09-17-2015
05:54 PM
|
0
|
0
|
32
|
POST
|
Hi, We are using Arcpro to show an underground wastewater network and its doing a nice job. The 3D point symbol works nicely as we can set the bottom invert of a manhole as the elevation and then build a 3d structure based on the height of the Lid, using a anchor preset of "centered above". This means the manhole lowest point is the manhole invert, were as usually doing this would build the 3d structure equally up and down around the z value. But for the pipes, the Z value we have is based on the bottom of the pipe (not the center of the pipe). However, the 3d lines builds the pipe around that Z-value and we can't set the Z-value as the bottom of the pipe. So we would specifically like a anchor point option for 3d lines. Is this possible? We have looked at getting around it by setting a elevation expression, to add half the diameter of the pipe to the Z elevation. But again there doesn't seem to be a way, remembering that the Z values of the pipe have differing values? Is there any way of doing this dynamically?
... View more
09-13-2015
04:20 PM
|
0
|
2
|
2652
|
POST
|
Hi Dan, The code is achieving the same result. That is, the service itself is been made visible but the underlying sublayer checkboxes are not been altered. Any more ideas would be appreciated. Thanks, Todd
... View more
01-30-2013
10:20 AM
|
0
|
0
|
2
|
POST
|
Hi, I have an issue with a session restore widget. The widget is based on a post that Robert did quite a few versions ago. The widget is designed to restore the layers that users had on. At version 3 the widget isn't working; the correct layers are becoming visible on the map, however the layerlist is not updating the sublayer checkboxes for dynamic services. Can anyone give me an idea of how to make the widget update the layerlist checkboxes to reflect the layers on the map? This is the restore portion of the dynamic services if (layer is ArcGISDynamicMapServiceLayer) { layer.visible = acVisLayers[cLayId].visible; ArcGISDynamicMapServiceLayer(layer).visibleLayers = acVisLayers[cLayId].visarray; Thanks, Todd
... View more
01-29-2013
08:20 PM
|
0
|
5
|
690
|
POST
|
Thanks Robert, I found that using widgetContainer.clipAndEnableScrolling = false; worked at making sure they didn't go past the top of my page on loading, but then I found it causes some weird scrolling issues were it can jump the widgets left when you scroll up or down. case "vertical": { var vLayout:VerticalLayout = new VerticalLayout; vLayout.horizontalAlign = "right"; vLayout.paddingBottom = 10; vLayout.paddingRight = 25; vLayout.paddingTop = 10; vLayout.gap = 35; widgetContainer.layout = vLayout; widgetContainer.clipAndEnableScrolling = false; isDraggable = false; isResizeable = false; break; Cheers, Todd
... View more
04-20-2011
06:30 PM
|
0
|
0
|
21
|
POST
|
Hi, I am having trouble with preloaded widget in the widgetcontainer loading off-screen and then having to be scrolled down to be seen. Is there anyway that I can force the first preloaded widget to load in the middle of the screen or to load a specific distance away from the top? I am using a vertical alignment in 2.2 Thanks, Todd
... View more
04-20-2011
04:59 PM
|
0
|
3
|
503
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|