Topic: Interface section issue  (Read 1764 times)

Interface section issue
« on: March 24, 2018, 03:01:25 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
Issue if the Interface section has blank lines.

After selecting folder and file (according to blue lines) the lines in red are added to the script if there is place for them. The original blue lines are not modified.
Quote
[InterFace]
pTextBox1="Plugin Title and Script Name:",1,0,93,1,158,21,SMplayer
pTextBox2="Plugin Description:",1,0,93,51,158,21," SMplayer Plugin"
pTextBox3="Program Title:",1,0,93,101,158,21,SMplayer
pTextBox4="Program exe:",1,0,93,151,158,21,SMplayer.exe
pTextBox5="Program Folder:",1,0,93,201,158,21,SMplayer
pTextBox6="Author:",1,0,293,1,158,21,oscar
FileBox2=E:\Win10PE\Projects\MyPlugins_Direct\0scars\Apps\Supplementary\MultiMedia\SMplayerPortable\,1,13,40,251,403,30,dir,"__Output folder"
FileBox3=E:\Win10PE\Projects\MyPlugins_Direct\0scars\Apps\Supplementary\MultiMedia\SMplayerPortable\files.7z,1,13,40,311,403,30,file,"__Select .7z file"




pTextLabel2="Enter the output folder for the new script:",1,1,40,236,300,18,8,Normal
FileBox2=,1,13,40,251,403,30,dir,"__Output folder"
pTextLabel3="Select the compressed file (7z,zip,etc.) for the new script: ",1,1,40,296,300,18,8,Normal
FileBox3=,1,13,40,311,403,30,file,"__Select .7z file"

Button1=Go!,1,8,343,71,58,25,process,0,True


Regards

Re: Interface section issue
« Reply #1 on: March 28, 2018, 12:50:02 AM »

Homes32

  • Code Baker
  • Chef
  • ***
  • Date Registered: Dec 2010
  • Posts: 177
Confirmed and logged as bug #57

it actually happens with all types of editable controls, not just filebox.

as a workaround in the meantime if you want to create some physical separation in the interface section for organization you can use comments as a spacer.

eg.
Quote
[InterFace]
pTextBox1="Plugin Title and Script Name:",1,0,93,1,158,21,SMplayer
pTextBox2="Plugin Description:",1,0,93,51,158,21," SMplayer Plugin"
pTextBox3="Program Title:",1,0,93,101,158,21,SMplayer
pTextBox4="Program exe:",1,0,93,151,158,21,SMplayer.exe
pTextBox5="Program Folder:",1,0,93,201,158,21,SMplayer
pTextBox6="Author:",1,0,293,1,158,21,oscar
//
//
pTextLabel2="Enter the output folder for the new script:",1,1,40,236,300,18,8,Normal
FileBox2=,1,13,40,251,403,30,dir,"__Output folder"
pTextLabel3="Select the compressed file (7z,zip,etc.) for the new script: ",1,1,40,296,300,18,8,Normal
FileBox3=,1,13,40,311,403,30,file,"__Select .7z file"
//
Button1=Go!,1,8,343,71,58,25,process,0,True

Re: Interface section issue
« Reply #2 on: April 09, 2018, 12:59:57 PM »

ied206

  • Moderator,
  • Chef
  • *****
  • Location: South Korea
  • Date Registered: Jan 2014
  • Posts: 257
There was a bug in PEBakery's Ini parser.
It was fixed in recent commit, thanks for reporting.
« Last Edit: April 09, 2018, 01:08:11 PM by ied206, Reason: Typo »

 

Powered by EzPortal