Jump to content

footswitch

Member
  • Posts

    38
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

Everything posted by footswitch

  1. I think it would be a good idea if the old messages were removed, I mean, create a new thread everytime a new version comes out and remove the old threads after a few days or whatever... right? Because the posts above discuss solved issues B) Just an idea... 3.5.1 is a nice job, promises continuous improvement Take care
  2. @kelsenellenelvian Sorry kelsenellenelvian, missed your reply I was just explaining how I actually use screenshots of the apps in the list, NOT for the manual The thumbnail is clickable.
  3. Humm... new idea (I think) Group management - Groups should have their own structure (?) (maybe keep them in an array) and be referenced by number, not by name. - The drop-down list of groups should be like: "1 - Microsoft Xtras" "2 - System" "3 - Utilities" ... - The apps in the config page are assigned to the group NUMBER, NOT the group NAME. - In the options page, you have a similar drop-down list where you click over "2 - System" (for example) and an input-box ahead allows you to change the name of it. IMPORTANT: How to change the group order without screwing up the whole thing? Temporary Answer: Keep an input-box that allows you to type the order the groups are displayed, just like it's used now for the groups' names (instead of "Microsoft Xtras,System,Utilities,..." it would be "1,2,5,3,6,4"). - This way, everytime the user decides to change the name of a group, it's not needed to update that in the config page. Is this alright? Does this idea need some improvements? Feel free to reply! A hello to the working team and you all out there
  4. Hey, somehow, don't know why, I've used the Default theme for a couple days, and I sticked to it... I like it because it's so simple B)
  5. @Werkbouwtuig Brilliant, thanks a lot, really! Have you reported this to the authors? It's really important that they do not miss this one in the next release... Best wishes B)
  6. @kelsenellenelvian "English" --> "Portuguese" (Português - Portugal) "Version" --> "Versão"
  7. @Swimming_Bird Hi. As you can see, I'm new to this I had some problems accepting the idea that some installers needed autoit BUT, after spending a few minutes with its tutorials and documentation, I seem to like autoit more than .iss and .ini files. Why? Because it's totally customizable. You can do exactly what you want with it! SO... If you want, PM me and we can exchange more info. I've just finalized an autoit script for Premiere Pro 1.5 including activating it without file copying process. BTW, I don't actually agree with The .ini files seem to allow different customizations... Best wishes B) Happy birthday blinkdt!
  8. Hey there, I was just navigating through the board... Let me suggest that you first verify if your motherboard will support such a HDD. Not because it's IDE UATA100 or Seagate or Western, just because of its capacity. Look for support in the producer's site. Upgrade your BIOS if necessary. BTW, putting in those terms, the Western IDE 320GB(?) would be the best choice, although I always prefer have separate 160GB HDDs. Why? Because you can take advantage of two IDE channels and make your file management much more quicker, specially if you use download utilities and HDD demanding apps. Got it? Just my oppinion, though Good luck!
  9. Of course, djbe, why not? Good idea
  10. Hmm... Of course I don't have that much experience and knowledge with JS, so... 1 - Just forget the icons. Image OR icon means that the coder can choose whatever is easier and of course I had in mind that we're dealing with HTML, that's why I suggested something as simple as <img src="..."> 2 - Sorry kelsenellenelvian, I don't understand the "kinda modular" thing... are you trying to tell me that Part A from "thisone.js" can't easily communicate with Part B from "thatone.js" inside WPI? Or do you mean that the easiest way is creating a full toolbar above each application config? 3 - I think this image idea would be useful most for screenshots... check this out plz Good luck!
  11. Yes, same problem here. And believe me, I think I've tried enough before posting a reply. Key question: is wpi.cmd somehow relevant for the Default button to work? The fact is that when I decompress the WPI_3.5.rar that I have downloaded from the WPI site and run WPI.hta without any modifications, the button doesn't work... Any ideas? Of course I don't have that much JS knowledge to "search and destroy" the problem that easily...
  12. Hey there! I'm kinda new to this unattended stuff, but I'm doing great with WPI, it's my favourite Now, I'll try not to get lost with my english... Wouldn't it be nice if... 1 - ... there was some kind of a tool box in the Config page (maybe at the top of the screen), where you could choose basic font style properties, like size, italic, underlined, colour, center, justify... 2 - ... This is somehow related to the previous "wish". You see the tips box (am I using the right name for this? It's the little informative window that appears when you roll your mouse over a button or an item in the list that has a description); why not create an additional tool to add an image/icon to the description window? EDIT: See my post below. You know, like another command line named "Icon" where you type the relative path of the image file for each program of your list... And when you leave it blank it wouldn't display any icon whatsoever. This is just a hint to think about it if you want to. First I thought about using icons in the list itself, but either they should be very small or very space demanding Good luck! Keep up the excellent work!
  13. Hey there, excellent app you got there Portuguese / Português (Portugal, NOT Brazil): //--------------------------------------------------------------------------------------------- //Portuguese (Portugal) lang = 'pt'; msgStartInstall[lang] = ['O Assistente do Windows Post-Installation vai fechar e, nos próximos minutos, as opções que seleccionou vão ser instaladas.\nPor favor aguarde e não mexa no computador até ao final do processo.\n\nObrigado por utilizar o Assistente do Windows Post-Installation.']; lblTimerTitle[lang] = ['A instalação<br>vai começar em']; lblTimerStop[lang] = ['<u>Clique aqui para interromper a contagem</u>']; lblInstall[lang] = ['Iniciar a instalação']; lblExit[lang] = ['Sair']; lblHelp[lang] = ['Ajuda']; lblSelectAll[lang] = ['Seleccionar tudo']; lblSelectNone[lang] = ['Limpar selecção']; lblSelectDefaults[lang] = ['Seleccionar predefinidos']; lblOptions[lang] = ['Opções']; lblConfig[lang] = ['Configuração']; lblSource[lang] = ['Ver código-fonte']; ttInstall[lang] = ['Iniciar a instalação','Clique aqui para iniciar a instalação das opções seleccionadas.']; ttExit[lang] = ['Sair','Fecha esta aplicação.<br /><br />Tenha em conta que, ao clicar neste botão, não irá instalar nenhuma aplicação.']; ttHelp[lang] = ['Ajuda','Exibe as instruções básicas de utilização e a versão do WPI.']; ttSelectAll[lang] = ['Seleccionar tudo','Ao clicar aqui, selecciona todas as opções disponíveis.']; ttSelectNone[lang] = ['Limpar selecção','Ao clicar aqui, limpa todas as seleções.']; ttSelectDefaults[lang] = ['Seleccionar predefinidos','Esta opção selecciona apenas as opções recomendadas por defeito.<br /><br />Clique aqui se deseja instalar o mínimo de opções sem comprometer a funcionalidade desejável do Windows XP.']; ttOptions[lang] = ['Opções','Configura o WPI.']; ttConfig[lang] = ['Configuração','Configura a lista de aplicações.']; ttSource[lang] = ['Ver código-fonte','Mostra o código-fonte do WPI.'] txtRunOnceExTitle[lang] = ['A instalar as aplicações...']; txtUsage[lang] = ['Iniciar a instalação - Instala as opções seleccionadas\nSeleccionar predefinidos - Selecciona apenas as opções recomendadas\nSeleccionar tudo - Selecciona todas as opções disponíveis\nLimpar selecção - Limpa todas as selecções\nAjuda - Exibe esta janela de ajuda\n\nOpções - Configura o WPI\nConfiguração - Configura a lista de aplicações\nVer código-fonte - Mostra o código-fonte do WPI\n\nSair - Termina o WPI sem instalar qualquer aplicação\n\nWPI - Versão 3.5']; // //--------------------------------------------------------------------------------------------- Best wishes
×
×
  • Create New...