Menu

#46 Adaptors control missing

Pipistrelle 2.1
closed
nobody
None
5
2014-01-06
2013-09-09
No

Adaptors control menu is not available in latest svn update. for more information see following image.

1 Attachments

Related

Bugs: #46

Discussion

  • Naveed Hussain

    Naveed Hussain - 2013-09-09
    • assigned_to: Adrian Harper
     
  • Adrian Harper

    Adrian Harper - 2013-12-23
    • status: open --> pending
    • assigned_to: Adrian Harper --> Paul Cleverley
     
  • Adrian Harper

    Adrian Harper - 2013-12-23

    Fixed with commit 666 (yes I know its my number).

    Close if OK.

     
    • Anonymous

      Anonymous - 2014-01-06

      Hi Adrian

      Can you remind me if the 2.1 version is going to require .NET 4.5 and VS 2012 or can I continue using VS2010 and .NET 4.0 for the tutorial example software?

      Thanks
      Paul

      From: Adrian Harper [mailto:adharper@users.sf.net]
      Sent: Monday, December 23, 2013 9:55 AM
      To: [fluidearth:bugs]
      Subject: [fluidearth:bugs] #46 Adaptors control missing

      Fixed with commit 666 (yes I know its my number).

      Close if OK.


      [bugs:#46]http://sourceforge.net/p/fluidearth/bugs/46/ Adaptors control missing

      Status: pending
      Created: Mon Sep 09, 2013 09:07 AM UTC by Naveed Hussain
      Last Updated: Mon Sep 09, 2013 09:07 AM UTC
      Owner: Paul Cleverley

      Adaptors control menu is not available in latest svn update. for more information see following image.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/fluidearth/bugs/46/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

      This message has been scanned for viruses by MailControlhttp://www.mailcontrol.com/, a service from BlackSpider Technology

      Click herehttps://www.mailcontrol.com/sr/fgZTRxztC6rGX2PQPOmvUv8Fcr8RSh1ByHQlJ+R7UMCrg5ws!XVmz11wClIyiIVx5ttNoyvGrWWqQH8FWVwkvA== to report this email as spam.


      HR Wallingford and its subsidiaries uses faxes and emails for confidential and legally privileged business communications. They do not of themselves create legal commitments. Disclosure to parties other than addressees requires our specific consent. We are not liable for unauthorised disclosures nor reliance upon them.
      If you have received this message in error please advise us immediately and destroy all copies of it.

      HR Wallingford Limited
      Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
      Registered in England No. 02562099


       

      Related

      Bugs: #46

    • Anonymous

      Anonymous - 2014-01-06

      :) The Tracking Number of The Beast ;-) !

      Hope you had a good break, Adrian! Happy New Year!

      From: Adrian Harper [mailto:adharper@users.sf.net]
      Sent: Monday, December 23, 2013 9:55 AM
      To: [fluidearth:bugs]
      Subject: [fluidearth:bugs] #46 Adaptors control missing

      Fixed with commit 666 (yes I know its my number).

      Close if OK.


      [bugs:#46]http://sourceforge.net/p/fluidearth/bugs/46/ Adaptors control missing

      Status: pending
      Created: Mon Sep 09, 2013 09:07 AM UTC by Naveed Hussain
      Last Updated: Mon Sep 09, 2013 09:07 AM UTC
      Owner: Paul Cleverley

      Adaptors control menu is not available in latest svn update. for more information see following image.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/fluidearth/bugs/46/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

      This message has been scanned for viruses by MailControlhttp://www.mailcontrol.com/, a service from BlackSpider Technology

      Click herehttps://www.mailcontrol.com/sr/fgZTRxztC6rGX2PQPOmvUv8Fcr8RSh1ByHQlJ+R7UMCrg5ws!XVmz11wClIyiIVx5ttNoyvGrWWqQH8FWVwkvA== to report this email as spam.


      HR Wallingford and its subsidiaries uses faxes and emails for confidential and legally privileged business communications. They do not of themselves create legal commitments. Disclosure to parties other than addressees requires our specific consent. We are not liable for unauthorised disclosures nor reliance upon them.
      If you have received this message in error please advise us immediately and destroy all copies of it.

      HR Wallingford Limited
      Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
      Registered in England No. 02562099


       

      Related

      Bugs: #46

  • Adrian Harper

    Adrian Harper - 2014-01-06

    Yes you can continue to use VS2010, I have no current plans to move to .NET 4.5.

    The main reason for doing so would be to take advantage of the .NET 4.5 asynchronous improvements in both Pipistrelle to improve responsiveness and SDK for run-time performance. The SDK could probably be first improved performance wise by usage of PLINQ which does not require .NET 4.5, however, I also have no current time scale for when I will be able to pursue this further.

     
    • Anonymous

      Anonymous - 2014-01-06

      Ok, thanks

      I am rebuilding the tutorial software with the latest trunk and get the following errors…

      Error 4 'FluidEarthTutorial.Pond' does not contain a definition for 'ArgumentTraceConvertors' and no extension method 'ArgumentTraceConvertors' accepting a first argument of type 'FluidEarthTutorial.Pond' could be found (are you missing a using directive or an assembly reference?) D:\work\FluidEarth\FluidEarthTutorial\Tests\CSharp\Part II\Adapters\FET_CSH_P2_ADAP_TEST\FET_CSH_P2_ADAP_TEST\Program.cs 54 26 FET_CSH_P2_ADAP_TEST

      Error 7 'FluidEarthTutorial.Pond' does not contain a definition for 'ArgumentTraceStatus' and no extension method 'ArgumentTraceStatus' accepting a first argument of type 'FluidEarthTutorial.Pond' could be found (are you missing a using directive or an assembly reference?) D:\work\FluidEarth\FluidEarthTutorial\Tests\Fortran\Part II\Components\FET_FTN_P2_COMP_TEST\FET_FTN_P2_COMP_TEST\Program.cs 48 22 FET_FTN_P2_COMP_TEST

      Code is:

      ...
      pondWest.ArgumentTraceStatus = true;
      ...
      pondWest.ArgumentTraceConvertors = true;
      ...

      and pondWest is a BaseComponentTimeWithEngine.

      What happened to these and can I just remove the references to deal with the errors?

      Thanks
      Paul

      From: Adrian Harper [mailto:adharper@users.sf.net]
      Sent: Monday, January 06, 2014 10:24 AM
      To: [fluidearth:bugs]
      Subject: [fluidearth:bugs] #46 Adaptors control missing

      Yes you can continue to use VS2010, I have no current plans to move to .NET 4.5.

      The main reason for doing so would be to take advantage of the .NET 4.5 asynchronous improvements in both Pipistrelle to improve responsiveness and SDK for run-time performance. The SDK could probably be first improved performance wise by usage of PLINQ which does not require .NET 4.5, however, I also have no current time scale for when I will be able to pursue this further.


      [bugs:#46]http://sourceforge.net/p/fluidearth/bugs/46/ Adaptors control missing

      Status: pending
      Created: Mon Sep 09, 2013 09:07 AM UTC by Naveed Hussain
      Last Updated: Mon Dec 23, 2013 09:54 AM UTC
      Owner: Paul Cleverley

      Adaptors control menu is not available in latest svn update. for more information see following image.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/fluidearth/bugs/46/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

      This message has been scanned for viruses by MailControlhttp://www.mailcontrol.com/, a service from BlackSpider Technology

      Click herehttps://www.mailcontrol.com/sr/r0Anb7bTmlXGX2PQPOmvUgfUspOYWKRbnLM4bZLKK!K4c0zhSlZeKD6QVo68Xr!7ePZMYqN4iH2sCq9I+zBdpQ== to report this email as spam.


      HR Wallingford and its subsidiaries uses faxes and emails for confidential and legally privileged business communications. They do not of themselves create legal commitments. Disclosure to parties other than addressees requires our specific consent. We are not liable for unauthorised disclosures nor reliance upon them.
      If you have received this message in error please advise us immediately and destroy all copies of it.

      HR Wallingford Limited
      Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
      Registered in England No. 02562099


       

      Related

      Bugs: #46

  • Adrian Harper

    Adrian Harper - 2014-01-06

    The Trace arguments have been deprecated a while ago in favor of the FluidEarth2.Sdk.BaseComponentWithEngine.Diagnostics argument. Which includes these, and other diagnostics, in a single argument with own dedicated editing dialog (see attachment).

    So bottom line is delete them.

     
    • Anonymous

      Anonymous - 2014-01-06

      Ok thanks!

      From: Adrian Harper [mailto:adharper@users.sf.net]
      Sent: Monday, January 06, 2014 10:48 AM
      To: [fluidearth:bugs]
      Subject: [fluidearth:bugs] #46 Adaptors control missing

      The Trace arguments have been deprecated a while ago in favor of the FluidEarth2.Sdk.BaseComponentWithEngine.Diagnostics argument. Which includes these, and other diagnostics, in a single argument with own dedicated editing dialog (see attachment).

      So bottom line is delete them.

      Attachment: Capture.PNG (319.4 kB; image/png)


      [bugs:#46]http://sourceforge.net/p/fluidearth/bugs/46/ Adaptors control missing

      Status: pending
      Created: Mon Sep 09, 2013 09:07 AM UTC by Naveed Hussain
      Last Updated: Mon Jan 06, 2014 10:23 AM UTC
      Owner: Paul Cleverley

      Adaptors control menu is not available in latest svn update. for more information see following image.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/fluidearth/bugs/46/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

      This message has been scanned for viruses by MailControlhttp://www.mailcontrol.com/, a service from BlackSpider Technology

      Click herehttps://www.mailcontrol.com/sr/MR6G7da4zznGX2PQPOmvUnWSlf6oUOY8aQJLnB54ivHT7axWJkf33OG9Ak5m+VjLePZMYqN4iH2sCq9I+zBdpQ== to report this email as spam.


      HR Wallingford and its subsidiaries uses faxes and emails for confidential and legally privileged business communications. They do not of themselves create legal commitments. Disclosure to parties other than addressees requires our specific consent. We are not liable for unauthorised disclosures nor reliance upon them.
      If you have received this message in error please advise us immediately and destroy all copies of it.

      HR Wallingford Limited
      Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
      Registered in England No. 02562099


       

      Related

      Bugs: #46

  • Paul Cleverley

    Paul Cleverley - 2014-01-06
    • status: pending --> closed
    • assigned_to: Paul Cleverley --> nobody
     
  • Paul Cleverley

    Paul Cleverley - 2014-01-06

    Closed as Adapters control menu now appearing

     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB