ISN Form Studio 2 seems to lose component control

Area for english topics
Antworten
meeoun
Beiträge: 4
Registriert: Mo 23. Aug 2021, 18:27
Kontaktdaten:

ISN Form Studio 2 seems to lose component control

Beitrag von meeoun »

I recently began using ISN AutoIT Studio, and for the most part, it is amazing compared to the default tool set. While using the ISN FormStudio 2 editor, I ran into an issue where one of the buttons can no longer be manipulated by the control editor. When selected the control editor changes none of its options and looks as if nothing has been selected. Is there some way to edit the code directly. I thought it might be an easy fix to go into the actual form code and simply delete the code creating the button, but I see no way to do that. Or is there some method to help avoid this outcome. Remaking a form because of a random issue such as this could get annoying pretty quickly.
Dateianhänge
Capture.PNG
Capture.PNG (334.9 KiB) 3736 mal betrachtet
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

Re: ISN Form Studio 2 seems to lose component control

Beitrag von ISI360 »

Hi

Hmm...strange. So the control can´t be "selected", right?
Can you select the control via the "control list" on the right side? (Double click should do it)

Editing the .isf manually is not recommend. The FormStudio will overwrite the source-code part of the file at very save operation.
meeoun
Beiträge: 4
Registriert: Mo 23. Aug 2021, 18:27
Kontaktdaten:

Re: ISN Form Studio 2 seems to lose component control

Beitrag von meeoun »

Same result when attempting to use the control list. The GUI will not allow me to target the control for manipulation.
meeoun
Beiträge: 4
Registriert: Mo 23. Aug 2021, 18:27
Kontaktdaten:

Re: ISN Form Studio 2 seems to lose component control

Beitrag von meeoun »

I was able to remove it by editing the isf file, which is not recommended. I targeted data that seemed to reside between two memory address and referenced the button. For example, I deleted the below from the file for the button I indicated.


[0x002821A6]
type=group
handle=432
locked=0
resize=
x=10
y=10
width=562
height=155
func=
font=MS Sans Serif
fontsize=8
fontstyle=400
fontattribute=0
tooltip=
bgimage=
textcolour=0x000000
id=
text=Web Resource Tests
state=$GUI_SHOW+$GUI_ENABLE
style=
exstyle=
bgcolour=
code=
order=0
tabpage=-1
iconindex=
iconlarge=0
textmode=text
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

Re: ISN Form Studio 2 seems to lose component control

Beitrag von ISI360 »

Really strange. Glad to hear you got it working by editing the isf. (The ini-sections can be edited, only the autoit code section will be overwritten)

Can you send me the .isf via mail for testing (if you do have the original non-working version)?
meeoun
Beiträge: 4
Registriert: Mo 23. Aug 2021, 18:27
Kontaktdaten:

Re: ISN Form Studio 2 seems to lose component control

Beitrag von meeoun »

Unfortunately, I didnt have version control on at that point. If it occurs again, I'll send it your way. :)
Benutzeravatar
ISI360
Administrator
Beiträge: 322
Registriert: Fr 11. Okt 2013, 13:06
Kontaktdaten:

Re: ISN Form Studio 2 seems to lose component control

Beitrag von ISI360 »

OK ;)
Antworten