Skip to content
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

Open
hermyt opened this issue Apr 6, 2017 · 8 comments
Open

Can't edit any package details boxes #6

hermyt opened this issue Apr 6, 2017 · 8 comments

Comments

@hermyt
Copy link

hermyt commented Apr 6, 2017

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.

@tenacious
Copy link
Owner

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.

@AleksandarDev
Copy link
Contributor

AleksandarDev commented Apr 7, 2017

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.

@vgregor
Copy link

vgregor commented Apr 11, 2017

Still not fixed 👎

@AleksandarDev
Copy link
Contributor

@vgregor Edit your AssemblyInfo.cs.

@vgregor
Copy link

vgregor commented Apr 11, 2017

@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
Copy link
Contributor

AleksandarDev commented Apr 11, 2017

@vgregor You can use pre-buit (older) version. Download it here (link from README)

I guess we'll have to revert these changes.

@vgregor
Copy link

vgregor commented Apr 11, 2017

@AleksandarDev thx for your answer

ChrisPulman referenced this issue in ChrisPulman/Auto.Squirrel Apr 17, 2017
Re-Enabled text boxes value will only be overwritten if textbox is empty
when exe file is added
@ChrisPulman ChrisPulman mentioned this issue Apr 17, 2017
@ChrisPulman
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants