Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support retrieve value for the "Display on Timeline" field on Task. #148

Open
dargonwanglong opened this issue Feb 26, 2020 · 3 comments

Comments

@dargonwanglong
Copy link

From https://stackoverflow.com/questions/55946938/how-to-get-the-value-of-tasks-display-on-timeline.

MPXJ does not support retrieve value for the "Display on Timeline" field on Task.

@Anderen2
Copy link

Anderen2 commented Dec 2, 2024

From the stackoverflow it's mentioned the following:

I've had a quick look and it appears that this flag may be stored as part of the view data for a Gantt chart

Does that mean that it is possible to get this information through the views instead @joniles ? I've tried exploring the data stored through net.sf.mpxj.mpp.GanttChartView, however I cannot seem to find any link to tasks there.

@joniles
Copy link
Owner

joniles commented Dec 4, 2024

Hi @Anderen2, unfortunately the flag is part of the binary data "blob" within which the view data is stored. I still have some work to do in order to understand the structure so I can reliably extract the flag.

@Anderen2
Copy link

Anderen2 commented Dec 9, 2024

Hi @joniles, that's okay. Thank you for the clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants