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

Pages: [1]
1
PCS General Board / Re: WebEA customization (html/css)
« on: August 14, 2020, 06:38:00 pm »
However for your requirement there is already the copy link option under the three 'hamburgers' to right of WebEA screen.

Thanks

2
PCS General Board / WebEA customization (html/css)
« on: August 12, 2020, 08:15:25 pm »
Hi,
1) is it possible to cusomize WebEA Look and Feel?
2) is it documented somewhere? (which file responsible for which element, and how to it safe and compatible with updated new versions)
3) is it possible to have different HTML/CSS/JS customization for different models?


PS. I would like to add button "Copy link to this diagram into clipboard", we alredy have this button in HTML export and we need same for WebEA.



3
The scenario I've seen reported before is that it is showing the https authentication dialog, which is separate from the EA security. Is that your issue?

No. it is login dialog from Sparx EA.

5
[quote authread only rights ic=40067.msg246270#msg246270 date=1530487856]
Are you using the default 'admin' user, we've seen that failing lately. If yes, please try another user.
[/quote]

I'm using separate user with read only rights

6
Of course checked.

It works with 13.0.1305.  (I downgrade and check again)

But not working with 13.5.

7
I have previously  13.0.xxxx and use following script for open cloud model:

eaApp = win32com.client.Dispatch("EA.App")
eaRep = eaApp.Repository
eaRep.OpenFile2(path, login, password)


Everything was ok.

after upgrade to 13.5 this doesn't work, I should enter password manually (login dialog appears).


 eaRep.SuppressSecurityDialog = True - also doesn't help.

Pages: [1]