|
|
|
Junior Member
      
Group: Customers
Last Login: Yesterday @ 12:11:03 PM
GenoPro Version: 2.0.1.6
Posts: 24,
Visits: 328
|
|
In CONFIG.XML the default path for IrfanView and for Inkscape is not displayed: ……. <IrfanViewPath T="Path to IrfanView program used to create picture thumbnails (Default {0})" Default="?:\Program Files\IrfanView\i_view32.exe" Type="file"/> …… <InkscapePath T="Path to Inkscape program used to convert SVG to PDF (Default {0})" Default="?:\Program Files\Inkscape\inkscape.exe" Type="file"/> ……  The default path is not displayed and should rewrite even if it is right! ??? Type="file" ??? I believe that we must correct: !!! Type="text" !!! otherwise you must set the parameters and rewrite the path for each serving.
Vittorino Lepore "Se non porti almeno una soluzione, anche tu fai parte del problema" or "If you don't bring at least a solution, even you're a part of the problem"
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 11:48:22 AM
GenoPro Version: 2.0.1.6
Posts: 1,349,
Visits: 6,689
|
|
| This approach has been taken due to a 'limitation' in HTML which is apparently a security feature. An <INPUT> tag with type 'file' cannot have a default value. If we use type 'text' then there will be no 'Browse..' (or 'Sfoglia..' in Italian) button and instead the user will have to type the whole path. The default path is actually shown as part of the text to the left. There is no need to enter the path if the default is correct. If no entry is made then the displayed default is used. Note also that the leading ? in th Config.xml path is automatically converted into the system drive letter when forming the default value as displayed is the text to the left. I hope this answers your concerns.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|