Display File Structure

0 views
Skip to first unread message

Dorthea Seate

unread,
Aug 5, 2024, 10:56:59 AM8/5/24
to cobitcontders
ihave added one moer event to my vi, where i want to displat all the "instructions " and "results" into two outputs.if i select "add" it should display "instruction and result" and if i select "sub"it should display "instruction and result " into the same place , where i have displayed the "instruction and results of "add".

Attached is a picture of the problem. This is a picture in a drawing in which the pipe network is DREF'd. It also does this in the parent drawing. The magenta line at the bottom of the profile view (it extends to the left for several hundred units), when clicked, comes up as part of the structure. The style shown uses a block (basically a vertical line of arbitrary length) to get a single line for the structure. It also does this when the style is set to display as boundary (but the line is a different length). The parts used for the structures are SI with a 0 mm floor thickness setting (one is a rectangular structure, circular frame; the others are 1200 mm cylindrical no-frame).


I have uninstalled and reinstalled C3D. I built a completely new test drawing using the default metric profile. Built a surface from points, draw a pipe network, created an alignment from it, cut a profile and created a profile view. The lines are still there. I exploded one of the structures, the lines are on the C-STM-PIPE layer. I have looked at every setting I can find.


Todd, I think that is what "Display as Block" is for, in the Structure Style. You have to create a block that has the shape you desire, which, in your case, is a section view of the structure at centerline. Get Civil 3D to do this automatically? I don't think so.


Using CONVERTTO3DSOLIDS and then projecting the solid might work in this situation, though it is still dependent on the part size. It should show correctly through the bend in the alignment though.


Hi all, I've set up a structure in Jira to show the progress of a particular task and all sub-tasks attached to it. When i add the structure to a confluence page it will initially show the task and sub-tasks I set up; however, after a few seconds it refreshes to show other items that have nothing to do with my task and sub-tasks. I must have missed a step when I created the structure. Any hints on how I can get the structure to stop refreshing to other work in confluence?


Sorry for all of the questions, but they will help determine what the next steps should be. Please also feel free to contact our support team directly via sup...@almworks.com or though our customer portal support.almworks.com.


If it's 6.3.0 or higher, something else may be happening and we will want to collect some logs. It will be best to do that, if necessary, directly through our support channel w/ your Jira administrator as a participant.


And here I hide it. The problem is that if I close left panel not, I will not be able to edit/select this anymore. To edit it, I would have to go to developer tools, change CSS there to become visible and then I could click on it in the builder. Which I guess it is not intended way to do it

slika1910724 185 KB


Unfortunately, I am not able to reproduce the issue, even with an updated site.

After updating, did you run the converter (Bricks Settings Convert)? If not, please do it and let me know if it fixes the issue.


Sorry if I cause you too much trouble with this. Do you think I should contact Bit Forms developers now and they can correct it, or is this something you could do? I think this should be corrected on Bit Forms side?


I know, but for what I need, Bit Forms was enough and quite simple to use. And of course, the pricing is better on Bit Forms.

I also have Piotnet forms, but I found that UX for creating forms is too clumsy to work on them.


Hi everyone, quick question. If this question is irrelevant to this thread please let me know so I can post it in the appropriate thread. When we use the display none in Bricks do the elements get rendered in the front-end with the css display:none property or do the elements actually not even render? If so what is the best way to disable elements from completely rendering on the front end?


I have copied this structure from another question. I am currently using eclipse and maven as well. If i amnot clear about my question.. here it is again. how to get project structure of a java project I am working on-like done above- ?? )Sorry for the bad english. not my first language)


In the pictures of Structure there is often a resource displayed to the right of the Gantt task bar. I would like to have that display. I set my resources to "Assignee" and searched for other controls but I can't get the name to display on the Gantt, what am I doing wrong?


Milestones are inherently different from Tasks. There's no "duration" per se, nor is there work done against the Milestone. Instead, you can say that a Milestone encompasses a certain amount of work through a release for instance. For these reasons, it is not possible to get the Resource Name next to a Milestone but rather a date.


I would like to create a structure formula column that shows the initiative's next milestone date by pulling from my open child Epic's min target end date. The next target date would be the min target end date of any still open Epic. (ie Closed epics mean the milestone has already passed/been completed. Open epics would be upcoming milestones and the min function would pull the upcoming nearest milestone)


and you ask one more thing I will really appreciate if someone help me understanding the concept of Fieldcatalog in ALV?this is very basic.....if you are fresher in abap then why you use oops concept ri8 now??? 1st you should use reuse_alv_grid_display...... this is is the basic question.......search in forum......


Hello everyone, i have a structure that has been populated with some data entries, and i have a page that displays a popup if there are any data entries in the structure. I will need to be able to edit said data entries within the structure via a popup that appears after the button has been clicked, but i don't know how i can get the data that is housed within the structure to be shown on the frontend.


A question, have you done any of the guided paths? just asking because if so, maybe you had enough practice to know what to do after you got to know how to get the data into a popup! I recommend you do it, they are insightful:)


It seems you're returning a list! and you are passing always the current which is going to be always the first record in your list, if you want to see other records you need to filter those records and assign the right one to your structure being used inside the popup!


Hi Morgan Kemp,



Not sure if I understood your requirements.



Probably the reason you are only seeing the first record is because you are assigning your local variable CODAChecks (which I assume is of data type Record) to the Current element of the list SQLCallForCODAMappings.CODAChecks.



You could try changing your local variable CODAChecks to the data type List and display the full List in the popup.



King Regards,

LM


Yes! If that on your requirement you would need to filter for the record you want to show on your popup! :) You would need to adapt your action to return the record you want or you can do it outside where you are calling the action and use the system action ListFilter to filter the list and to show the record you want!


Hi Luis, thanks for replying, i since understand that the fact im pointing towards a current entry would only show one entry, I have since changed my local variable to the list.variable data type changed. But i still have the issue regarding the frontend not being able to display all entries, as the expression requires a text value, and i can only get that from pointing towards the "current" value within the list, as the data type of the structure attributes are all text.


I'm afraid you've lost me, sorry. The SQL within the server action as it stands as a full output of the structure, the structure is getting read within the popup, as its only showing the first entry, I have created a variable that houses the list of the structure, but when i try and reference the local variables values within the expression, it will only allow me to select the "CODAChecks.List,Current,(structure attribute)" as its looking for a text.


I think it depends on what approach you want to use.



You can either:

1) Have a button on your page that opens a popup.

In that popup you run the logic to fetch all records from the SQL and assign to the local variable CODAChecks.

Add a List widget in the popup with the CODAChecks as its source.

Use expressions to show the values that you want CODAChecks.Current.xxxx.



2) Before you open the popup you select the record you want to display.

In this case, you probably will need to filter the output of your server action and assign to a variable of data type Record.



Kind Regards,

LM


Thank you all for your responses on this, i have since created a new list widget on the popup that has the source as the variable containing the structure datatype, and from there i have populated the list content with the expressions, thank you all for your help on this and sorry if i did a really poor job on explaining things!


I currently have a job that contains hundreds of segments of UI items in the .sdlxliff file. The UI items are already translated and I have to make sure my translation is consistent with existing UI list.


However, some UI items have the same source text but their translations differ. For example, "Settings" may be translated as "Settings1", "Settings2", and "Settings3". To tell which translation to use, I have to check "Additional Information" in "Document Structure Information" where unique string ID is provided. I then use the string ID to look up corresponding translation in the UI list.

3a8082e126
Reply all
Reply to author
Forward
0 new messages