About Store Forum Documentation Contact



Post Reply 
Last update to EE - list of "issues"
Author Message
RedcrowProd Offline
Member

Post: #1
Last update to EE - list of "issues"
Hi,

Since the release of the binary last night there is a couple point:
-editor keep saying that there is an update available
-what is the blend range for the skel.clear(blend) ... 0 to 1 ?
-what happened with the UI for the panel ? seems like i dont get the same result as before
on Window the close panel image is now twice the size of the panel editor bar size
https://gyazo.com/c44a60c08987cf5cb8d587305d6cc43e
this is made from one panel editor, with a bar size, and a custom close panel image
without the panel editor it looks like this
https://gyazo.com/0ccd1a4e6fdb34031a74d85478fcfb0d
and with reduced bar size
https://gyazo.com/65ce9bb24823199b5af5e8354f50202c

good news tho, the border seem to not be annoying anymore when we create/setpos of children in windows( which before i had to off set IIRC )

thanks
(This post was last modified: 04-27-2021 05:14 AM by RedcrowProd.)
04-27-2021 04:52 AM
Find all posts by this user Quote this message in a reply
tipforeveryone Offline
Bronze Supporter

Post: #2
RE: Last update to EE Q&A
Some of my custom motions broke too
I created an object > manually add bones > do some key animation, everything worked fine before update
04-27-2021 04:55 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Last update to EE - list of "issues"
-editor keep saying that there is an update available
Thank you, fixed just now.

-what is the blend range for the skel.clear(blend) ... 0 to 1 ?
yes, but if you want the old animate(.., bool replace=true) behaviour, then it's better to call animateReplace function instead.

-what happened with the UI for the panel ? seems like i dont get the same result as before
There were some changes, it would help if you could attach a small EsenthelProject with just the UI elements.

-good news tho, the border seem to not be annoying anymore when we create/setpos of children in windows( which before i had to off set IIRC )
Just the border sign was changed, you can still get the old behaviour by setting negative border size

Thank you
04-27-2021 08:12 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #4
RE: Last update to EE - list of "issues"
Im all good now i had to fix some of the border and minor other few things, took me a while to see all that changed

I still have the issue with the close button for the window, can you look into why its twice the normal size ?
04-27-2021 03:43 PM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #5
RE: Last update to EE - list of "issues"
been having issue with my swiss keyboards. did something changed there ?

{} for example doesnt work anymore on the latest update, which is a bit of a trouble when you program lol
(This post was last modified: 04-28-2021 01:49 AM by RedcrowProd.)
04-28-2021 01:46 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Last update to EE - list of "issues"
"I still have the issue with the close button for the window, can you look into why its twice the normal size ?"
I will check but please attach the files.

"been having issue with my swiss keyboards. did something changed there ?"
I will investigate, for now you can switch to US keyboard layout in the Windows Settings.
04-28-2021 03:35 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Last update to EE - list of "issues"
"been having issue with my swiss keyboards. did something changed there ?"
I'm fixing this right now
04-28-2021 09:42 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Last update to EE - list of "issues"
Fix is now available.
04-28-2021 11:19 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
RE: Last update to EE - list of "issues"
I've uploaded an update for the window bar issue, please check.
04-29-2021 08:42 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #10
RE: Last update to EE - list of "issues"
swiss keyboard has been fixed smile

window close button size is fixed as well !

thanks for your help !

PS: what is "Input Method Manager" in the GuiSkin new ? i don't recall seeing that... ?

i have noticed a "property" as well ?
(This post was last modified: 04-30-2021 04:11 AM by RedcrowProd.)
04-30-2021 01:39 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #11
RE: Last update to EE - list of "issues"
IMM is for chinese/asian languages.
Property is c++ EE::Property used in editors.
04-30-2021 04:36 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #12
RE: Last update to EE - list of "issues"
i have sent you a PM about the new panel, having issue making a decorated window now.

thank !
05-18-2021 04:08 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #13
RE: Last update to EE - list of "issues"
Fix is now available.
05-18-2021 02:52 PM
Find all posts by this user Quote this message in a reply
Post Reply