Enterprise architect: Get center values of opened viewed diagram - scripting

I have open and active diagram in EA (15.2). And I want to get [x,y] position of viewed part of this diagram. The goal is to place class here by scripting (VBS).
Do you have any suggestion where is this information stored?
Thank you

Related

User input range for XY graph

I'm a beginner user of labview so bear with me, please. I'm working on a project that takes a data text file with columns and rows as an input. I have the project set up so far to take the data from that file and display it in an XY graph.
I want to add a feature where the user inputs a set of values that represent a range in the x-scale. The program should take those two values and make a new graph (or use the old one, that works too) with the proper scale.
I greatly appreciate your time and help .
Thanks
Edit :
A snippet of the txt file.
The red arrow shows what I tried to use from the help section of labview. Yet I have little to no idea on how to integrate it into my diagram or vet if its the right tool to use.
These numeric values input in the front panel is what I thought could work, but I'm all ears to any suggestions.
You already found the correct property node value :)
You have to connect a minimum and a maximum value to the property node. If you click on the function on the node, you can select the min and max option.
I made this little example for you to see what you need to do.
Property nodes are in genereal very useful as you can set and change so many settings programatically.
A nice feature of LabVIEW: You can drag&drop .png pictures in your Block Diagram. So if you want to test my VI-Snippet, just drag&drop it :)
I hope that I could help you, feel free to ask if you have any more questions.

Blue Badge with sprint name

I've created a project using the Scrum template and don't change the default configuration. I have some issues in the backlog with the Epic->User Story->Task hierarchy. User Stories are displayed as swimlanes and I move a User Story to the board and It stays in the backlog with a nice blue badge with Sprint name.
Just like the one in the picture
But then I move another User Story to the board and it just disappears from the backlog. At first glance, both User Stories look the same, so I can't figure out what it depends on. Could you give me a hand with that?
Thank you in advance.
To help you find out why it happens, I need to take a look at the board settings and issue's properties. So please share the following details:
a screenshot of the board settings (General, Columns and Swimlanes)
a screenshot of the issue page that disappears
You can send the details to Youtrack support directly at https://youtrack-support.jetbrains.com/hc/en-us/requests/new

Double numeration invoice Odoo v8

I'm working for a company as a scholar. And they've asked me to implement an ERP to handle their invoices.
I've selected odoo coz its the only one I can somehow handle. Im not an expert developer and im even worse in ERP/Odoo.
The thing is, that the company has 2 different numeration mask(L2M000 & IW000) for invoices and i can just set one from the account module configuration.
I've tried many things and ive manage to get 2 different print pdf layouts, but i dont know how to set 2 different numeration masks.
Hope someone can help me, thanks!
Hello follow these steps to change Sequence numbers for desired apps.
You now have to activate Developer Mode to get access to the Technical sub menu within Settings, where all of the familiar administrative management menus are.
First, click the arrow next to the question mark inside the circle (this is found on the right hand side of the screen within the purple bar {Enterprise} or black bar {Community}), and select About.
Next, click Activate Developer Mode.
Finally, visit Settings -> Technical --> Sequences and Identifiers --> Sequences.
You will get options as shown below.
Then edit the one which you want to.

Calcuatled Area missing from PowerPivot after upgrade

I've been using PowerPivot 32-Bit version with my Excel 2010 for months with no issues.
Today I installed MS Office 2010 64-Bit so I installed PP 64-Bit as well. My problem, though, is the Calculations Area at the bottom is completely missing (the place where you enter measures). For good measure, the Data View is gone too.
Any thoughts on what I could do to make the Calculations Area visible again?
TIA,
Kevin
You can enable the calculation area in the home tab from MSDN help:
You must be in Data View. On the Home tab of the PowerPivot window, click Calculation Area in the View area. The Calculation Area appears below the table’s columns, and the Calculation Area button is highlighted and active.
see this help topic:
http://msdn.microsoft.com/en-us/library/hh272048(v=sql.110).aspx
Also see the attached picture below:
What does it mean that you say there is now Data View? What do you see when you open the Power Pivot window?

Dynamic JFreechart

I have a project where I read values from a file. I'd like to create a Dynamic chart where the user will have the ability to choose sections of the graphs and these sections will zoom - in in order to see the results. This functionality is similar to what the Excel does.
For example in the initial graph the user is able to see the graph of the whole year but I'd like to be able to zoom in and to see the graph of a specific day in the same panel,labelm frame.
Is it possible to be done via JFreechart???
In the Java Web Start demo, most examples have zooming enabled. To zoom, right-click to see the context menu, click and drag a selection or use the mouse wheel. TimeSeriesChartDemo1, found in org.jfree.chart.demo, is a good starting point.