Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - exsypher

Pages: [1]
1
General Board / Add a scrollbar to ListView without Edit Mode
« on: December 01, 2018, 01:05:22 am »
Hi,

is that possible? I couldn't find a way to get a scrollbar without going into Edit Mode. Some Users are only allowed to view so they can't go in the Edit Mode of the ListView and thus can't see all entries when the list is too long.

Thank you

2
General Board / Re: Display project path
« on: May 09, 2018, 06:36:30 pm »
Ok thats annoying, then I have to open the Open oder Save As Dialog then to see which project I actually opened.
thanks anyway

3
General Board / Display project path
« on: May 09, 2018, 04:00:34 pm »
Hi,

is it possible to show the currently open project path in the upper menu? It shows only the project name but I'd like to see also the full path or the directory since we have mulitple dirs in which the same eap file name is used.

Greetings
ex

4
General Board / Project differences/changes
« on: February 21, 2018, 10:50:38 pm »
Hi,

is there a way to check which changes were made to a project? I found the Project Compare function but that lists only which tables has been changed. Isnt there some way to check differences between two projects in detail?

Kind regards
ex

5
Alright got it thank u

6
Hi,

thanks for the quick reply. Yes it is done by "Link to Element Feature". Can you pls explain in detail what this t_connector is and how to access the linked attribute with it? I couldnt find it within the Connector class or anywhere and StyleEx seems to be just a string, I couldnt find out what to do with it.

7
Hi guys,

i have a connector linked to a attribute of an interface. I am trying to determine the attribute to which the connector is linked.
I just managed to get the target by GetElementById(Connector.SupplierID) but this returns only the Interface element.

When I open the property window of the connector I can see the Connector Properties and there it has a "Target" with the value <InterfaceName>.<AttributeName> (which i am trying to get).

I'd appreciate any help, thanks alot.

Kind Regards

8
General Board / Re: C# EA.Interop: Visualizer for Visual Studio 2010
« on: February 06, 2018, 01:35:53 am »
Thx but my problem is not how to install, but if there is a visualizer for EA.Interop.

9
General Board / C# EA.Interop: Visualizer for Visual Studio 2010
« on: February 03, 2018, 01:46:10 am »
Does something like that exists? It's a bit hard to debug the code.

Thanks

10
General Board / Re: EA.Interop C#: Return values of methods at failure?
« on: February 03, 2018, 01:07:48 am »
Thanks for the intel.
@Geert Bellekens: Yes I was missing that in the documentation.

11
General Board / EA.Interop C#: Return values of methods at failure?
« on: February 02, 2018, 08:18:51 pm »
Hi,

i couldnt find any information on the return value of methods if they fail, like:
        Element GetElementByID(int ElementID);

Does it return null or what?

Thanks in advance

Pages: [1]