-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't edit any package details boxes #6
Comments
Hi Hermyt, i'm not following anymore this project. You can ask at @AleksandarDev , he made some breaking changes. I don't know exactly what is changed in the ui, maybe the textbox are now readonly. |
Yes, @ChrisPulman Made all textboxes read-only. Idk why. @hermyt You can change all textboxes by changing info in your project's Properties/AssemblyInfo.cs and rebuilding the your project. Data for textboxes is retrieved from .exe details hence the Assembly info changes affect textbox data. Version and connection source can be changed manually. |
Still not fixed 👎 |
@vgregor Edit your |
@AleksandarDev In my case, it is necessary to add additional description, app id, etc and not just info that is available in asseblyinfo. I guess, I am not the only one. |
@AleksandarDev thx for your answer |
Re-Enabled text boxes value will only be overwritten if textbox is empty when exe file is added
@vgregor I have made the textboxes writable again, the initial values will be read from the assembly when you add the EXE from there on you can edit them to be as you wish. If you created a new project then you can fill the fields in prior to adding the project files there is a check to see if the textboxes are empty before filling them with the assembly information. V1.1.24 has been published and should update the next time you use it. |
I'm trying out the auto squirrel project for deployment but I can't seem to edit (within the gui) and of the actual boxes such as APP ID, TITLE, DESCRIPTION, AUTHORS.
The VERSION is editable if I use the 'set version manually' check box, and the upload location can be edited via dropdown and edit connection box though.
I have been able to edit the necessary fields by manually editing the 'asproj' file for the project and the changes seem to stick but I can't edit them from within the gui.
The text was updated successfully, but these errors were encountered: