-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In app "Settings" button does not open uno's settings app #43
Comments
Hey @xperiandri could you give us more information about your issue:
Thank you for your help |
|
@sasakrsmanovic @xperiandri actually yesterday I have gotten a similar thing on my first uno HotReload app (wanted to add something) and it was showing also way more laggyness (the app) and not the Studio icon i seen there before. so I would like to share some details for you to inspect for matching:
|
@xperiandri Are you able to share some logs with us, especially those coming from the "Uno Platfrom" output? (With "Diagnostic" verbosity, don't forget to restart VS after enabling it) Thank you |
@DevTKSS This is interesting, did you face some cases where you had to do all of this to get the settings button to work? Are you able to find a scenario where you repro this "settings button not working" which is solved by doing those tricks? |
@dr1rrb Reading and seeing your screenshot... Never done anything there in my visual studio... Should I do that? Not knowing much about msbuild... Ah! And if you have any komments added in your code of xaml, delete it, the engine do read komments🤣 crazy things happened catched on video but not had the time to polish it up and/or push it up into my onedrive, sorry. And GitHub is not allowing me to invite someone to a currently private repo or change the modifyer with my not desktop device🥴 than you could clone it and see yourself. But its not explicitly a small repo its just pushed up and since the described issues and porting the content i am not planning do fixes on it. |
@DevTKSS thanks for the feedback - beyond the issue pertaining to the settings button, can you please log separate issues relating to what you're seeing for x:Bind, Navigation properties and xaml comments. We have some known issues with the x:Bind path picker; Navigation properties should be available (but you need to make sure Navigation is added to your application) and xaml comments should be supported (so raise an issue if this isn't the case). |
x:Bind is known to be not currently working properly for Binding to viewModel in mvux especially, coming from sourcegenerators can not depend on each other. For some a workaround is working but to me not, getting NullReferenceException as soon as i bind a command just only OneTime. |
Hi, @dr1rrb, sorry for a late reply, here are some answers, that @xperiandri didn't provide
Do you mean log from "Debug Console" or Terminal or both?
I'm using VS Code on Mac, not sure how to provide exactly what you described for Visual Studio.
Here is the output from Uno Platform - Hot Reload
If I create a new project from the template, hot reload works just fine and it doesn't ask me to sign in |
Hey @VolodymyrZaburmekha thanks for the logs. If you are using VS code, the most important output in our case is the "Uno Platform - Hot Reload" (and there is no additional steps to enable the verbose logging), so in the log you sent there is an interesting line:
When uno's "dev-server" starts (a helper process which detects files changes on disk to trigger hot-reload), we build your solution to determine few information like target frameworks, but here it failed to do so. Usually it's because your solution is in an invalid state. Could you open a terminal, navigate to the solution's folder (
And then send us the output of the command and the content of the file "/Users/admin/Projects/ecierge/PropertyManagement/target-frameworks.txt" ? |
Also @VolodymyrZaburmekha and @DevTKSS : a new version of the SDK 5.5.56 has been published yesterday, it might fix your issues. Please make sure to update first, thanks. |
any luck @VolodymyrZaburmekha @DevTKSS with the new SDK? |
New release? Actually i did not get time to proceed till now |
@sasakrsmanovic, @dr1rrb I guess, the problem might be related to how uno handles solution filter files ( At least on my machine, the solution file( The build of the In VS Code I open the Will try to fix this Here is the content of
Thanks |
Nothing there. 5.5.56 no effect This is our log
|
How to filter out events correctly?
only these work
|
this is our solution issue |
When click the
|
I mean maybe because build of |
@xperiandri would also need that information like you, with the event log to follow up this and other things that should not happen... But to check iut the source of that things which might nor be studio i would like to have some nessaging that is telling me. The logger docs is not really helpful on that as you see |
@sasakrsmanovic tryed today, as I said, using 5.54+ and desktop only is not having that issue on my side. But I am a bit confused why now theme switching stoped working using the today latest sdk. Updated and created new app and done exactly same code, theme switching not working with same code. I would have send a video but to my own frustration windows decided to just exit the recording without saving or anything after a tutorial video of about 2 h😭 so... All i could share is the old project where those things are working but (no i did not version up in that project) that is the really bad performance one. Bad performance in that way, you are clicking and have to wait for it to react😅 tomorrow will have to do some other stuff will see if i can do another video. So reading here that the uno app is one of many applications so a slnf file is needed, maybe that is the main issue on this and should not be done with studio as target at this point 🤔😅 |
@xperiandri did you try to just dont do that large multi project thing and try if your only target is desktop? As i said: I had this issue with not showing up this settings tab when I targeted windows for example in my case, so i would maybe recommend to try not to target other than this currently recommended one to see if that is Maybe the issue that is the reason for this |
so update from my side: created new project, using desktop AND Windows target just to test, using uno.sdk 5.5.56 in a regular Uno App single project:
Issues I am having: (please tell if I should open issue to that, might be listed)
in studio there is just a textBox to insert something, no idea how Settings could be navigated to using studio? but also no idea with HotReload |
Hey @VolodymyrZaburmekha @xperiandri So I created an issue for the Otherwise, you said that
Does this means that the settings button is now working as expected or still not? If not, do you see the Also does hot-reload is working? If you an issue with any of those, could you please send me the logs of the "Uno Platform - Hot Reload" output in VS code? |
@DevTKSS Glad to hear that HR is now working on your side.
This is more related to the "Hot design" feature of studio. @nickrandolph might have some tips here. |
Yes it works from the template. |
Current behavior
Reported here
unoplatform/uno#18833 (comment)
User cannot click on 'SETTINGS'
Expected behavior
User can open settings and log on
Which tool(s) are affected?
Hot Design™, Hot Reload
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Affected platforms
No response
Uno.Sdk version
No response
IDE used
No response
IDE version
No response
Uno Platform Extension version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: