Jump to content
Andrea Magni

Looking for beta testers of TFrameStand and TFormStand

Recommended Posts

I'm about to release TFormStand as a form-oriented twin of TFrameStand.

To add support for TForm I had to refactor quite heavily TFrameStand code (now there is a common ancestor that is TSubjectStand and two inherited components TFrameStand and TFormStand).

 

I am looking for:

- people willing to test TFrameStand functionalities (regression tests) are still functioning;

- people willing to test TFormStand

 

Please reply to this message or contact me directly if you like to be involved.

 

The new version is available in the TSubjectStand branch of TFrameStand GitHub repository: https://github.com/andrea-magni/TFrameStand/tree/TSubjectStand

(Beware: uninstall any previous version of TFrameStand before installing the new one)

 

Thanks

 

Sincerely,

Andrea

  • Like 1

Share this post


Link to post

Would like to test new features and versions.

Do use it in one of my products.

Share this post


Link to post
19 hours ago, dummzeuch said:

Btw: Your github page says:

 

##Get started

Unfortunately that link seems to be broken.

http://www.andreamagni.eu/wp/tag/tframestand/

 

It should probably be

https://blog.andreamagni.eu/tag/tframestand/

instead.

 

Thanks, I relocated the blog some time ago and I set up a rewrite rule that for some reason is not working well.

I changed the links and updated also the demo list. That document will change again soon however, I'll add section for TFormStand soon.

 

Sincerely,

Andrea

Share this post


Link to post
17 hours ago, Ruslan said:

Would like to test new features and versions.

Do use it in one of my products.

 

Great, please check out the new version from https://github.com/andrea-magni/TFrameStand/tree/TSubjectStand (you can use Git or download a zip file if you are not confident with Git). Just beware to uninstall any previous version of TFrameStand before proceeding.

 

Some changes in your code may be needed especially if you used TFrameStand events. For example where you had TFrameInfo<TFrame> as event handler argument, now you'll find TSubjectInfo (that is a new superclass of TFrameInfo<T>).

 

If you encounter issues, just drop me a line.

Thanks.

Sincerely,

Andrea

Share this post


Link to post

Trying to find Release Notes or Change log.

Is there some of this?

Share this post


Link to post

Unfortunately not...

The TFrameStand functionalities should be the same, there are some changes due to refactoring (i.e. if you had event handlers for TFrameStand events, some argument changed type like TFrameInfo<TFrame> now being TSubjecTInfo, so you may need to adjust them on your side).

TFormStand is the same concept but supporting TForm instead of TFrame.

 

If you already have projects using TFrameStand, it would be helpful if you could confirm I broke nothing.

 

Sincerely,

Andrea

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×