attachments not working in New Topic !?

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

attachments not working in New Topic !?

Post by Phil Hepburn »

Hi Robert,

The attachments is not currently working for me !?

I was to post something important I found out today regarding Circular Dependency. I have the images for later when attachments work.

First try I get an Error box telling me a can't set a cyclic referencing (makes sense and I expected it) - BUT - I can then retry it and it lets me do it and the app even runs OK - yes, because I have not use a reference to cause the cyclic part. This is not right however - feels all wrong.

Will send a couple of screen captures when the functionality returns.

Cheers,
Phil.
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

attachments not working in New Topic !?

Post by Chris »

Hi Phil,

Yes, you can trick VS I am sure to be able to use cyclic references, for example by using direct .dll references. Also there's no reason for it to not work at runtime, in VIDE I had been using that in purpose for some time in the past :)

But it's gonna be a nightmare if you some time need to make big changes to one of the dlls and you change the public interface it has (method names etc), so it should better not be used.

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

attachments not working in New Topic !?

Post by Phil Hepburn »

Chris,

Attachments button still not working for me here !

I will try again later today - I have a couple of images to show Robert and Fabrice re circular dependency in the VS IDE (I was using 2015).

I also have a short video clip of an expandable / collapsible report in X# written for/with Reporting Services (FREE with VS).

Regards,
Phil.
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

attachments not working in New Topic !?

Post by robert »

Phil,

I have no idea why the button is not working.

It works in this message as you can see:
ship.jpg
ship.jpg (37.29 KiB) Viewed 230 times
However I do see a problem that the toolbar in the editor is not always shown.
I will see what I can do about that.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

attachments not working in New Topic !?

Post by Phil Hepburn »

Nice Robert !

Which boat / ship were you on ;-0)

I will try an attachment - fingers crossed .............

Yep! - working now - but definitely wasn't yesterday (later) and this morning either.

Now I am posting in the wrong thread perhaps - BUT - hey! it is working.

In VS 2015 the screen dialog messaging about Circular Dependency showed when it should, but then at another try immediately after (I was trying to get a screen shot for my session eNotes) the error did not get shown and the process of adding the reference went ahead.

I have not got a problem as such, it just feels wrong, as if it should be preventing me from doing this - either that or the red cross icon and the message content should reflect a warning and not an error perhaps ?

Here is what I was trying out :-
CircularD_01.jpg
CircularD_01.jpg (81.18 KiB) Viewed 230 times
And here the 'one-time' message :-
CircularD_02.jpg
CircularD_02.jpg (61.85 KiB) Viewed 230 times
Let me know if you wish me to do any further testing.

Cheers,
Phil.
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

attachments not working in New Topic !?

Post by robert »

Phil,
I was on the sailing ship.
And your images seem to be working now.

I made one change:

The website uses a component to optimize the performance. It does this by compressing HTML data and doing some magic on the CSS and JS files.
I have set this component to be a little less aggressive.
The HTML is still compressed but some JS/CSS tricks have been disabled.
This seems to do the trick.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply