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 - GrahamL

Pages: [1] 2 3 ... 8
1
General Board / Re: FInd all elements of type Issue
« on: November 12, 2021, 02:18:22 am »
Copied and pasted into new model search's SQL editor - still get the same

2
General Board / Re: FInd all elements of type Issue
« on: November 12, 2021, 12:57:03 am »
Thanks but I get 'Invalid column name 'issue'

3
General Board / FInd all elements of type Issue
« on: November 11, 2021, 10:51:30 pm »
Hi
Been away from EA for a while
How do I use model search to find all elements that are of type Issue

Thanks

4
General Board / Re: disable code generation
« on: June 18, 2021, 05:01:30 pm »
Thank you

5
General Board / disable code generation
« on: June 18, 2021, 01:09:01 am »
Hi
Is there a way to disable code generation fro a model?

THanks

6
Probably   :(

8
Hi
I want to get the code generation path
I have this
Code: [Select]
       private string getGenerationPath(EA.Repository Repository, string className)
        {
            XmlDocument results = new XmlDocument();
            string sql = "SELECT File FROM t_files WHERE  name = " + className;
            string xml = Repository.SQLQuery("SELECT File FROM dbo.t_files WHERE  name = Class1");
            results.LoadXml(xml);

But when it is executed in my addin I get incorret syntax near the keyword 'File' File

9
Hi
I have limited sql experience but have a need to get the access to the t_files table for a give class
I would appreciate some help in getting started

thanks

10
Automation Interface, Add-Ins and Tools / code generation path
« on: June 16, 2021, 07:43:15 pm »
Hi
is it possible to obtain the code generation path for a class from within an EA addin?

Thanks

11
General Board / Re: Importing c# does not import comments
« on: June 16, 2021, 06:00:28 pm »
I have those features turned on
If I create a cs file and import it the class comment is ignored
If I then add a class note to the class in EA and generate the code the original class note remains and the on created in EA is also included

12
General Board / Importing c# does not import comments
« on: June 14, 2021, 07:50:13 pm »
Hi
I am importing c# code into my model and my comments are not imported as the element notes
For example
Code: [Select]
  public class AddManualTrackEventArgs : EventArgs
   {
      ///-------------------------------------------------------------------------------------------------
      /// <summary>  Altitude (metres AMSL). </summary>
      ///-------------------------------------------------------------------------------------------------
      public GeoLocation m_location;
In this example the comment for m_location is not imported
Can any one suggest a way doing this?

Thanks

13
General Board / Re: HTML export
« on: June 10, 2021, 01:48:26 am »
Thats the conclusion I have made

14
General Board / HTML export
« on: June 09, 2021, 11:38:28 pm »
Hi
I have exported my model in html format but have run into the 'local files' issue.
I have found a work around for Firefox and Chrome but cannot get it to work in MS Edge
Has anyone managed this?

Thanks

15
General Board / swimlanes
« on: April 13, 2021, 09:16:09 pm »
Hi
I have a diagram divided into several swimlanes
I would like to add a title to the diagram above the swimlanes
Is this possible?

Thanks

Pages: [1] 2 3 ... 8