You are here

Blogs

More Useful Code: Language Reading/Setting

OliverK's picture
Submitted by OliverK on November 21, 2008 - 2:32pm

Here's the code I used for PNotes/ATPad.

They set the language through a file name, not using the environmental variables or using international language codes.

GetAppLanguage:
                ReadEnvStr $APPLANGUAGE "PortableApps.comLanguageCode"

                  StrCmp $APPLANGUAGE de Deutsch
                  StrCmp $APPLANGUAGE en_us English
                  StrCmp $APPLANGUAGE es_la Spanish
                  StrCmp $APPLANGUAGE it Italian
                  StrCmp $APPLANGUAGE jp Japanese
                  StrCmp $APPLANGUAGE pl Polski

Windows Woes

Zach Thibeau's picture
Submitted by Zach Thibeau on November 16, 2008 - 11:31am

Ok guys I know I promised a bug fix release of DVDStyler Portable but due to windows giving the Blue screen of death on boot up I had to install linux, Now because I am on linux I can still do releases as with the help of wine I can do my work more over I do have access to VirtualBox so I can emulate Windows xp/Vista with no problems. So please be patient and I'll get it done asap Wink cheers and have fun

WOW

Zach Thibeau's picture
Submitted by Zach Thibeau on November 14, 2008 - 1:28pm

hey guys,

I've been a little busy with school work and also a Notepad2 Modification project where I added a new Lexer into the project for AutoHotKey Syntax Highlighting and also reintroduced syntax Highlighting to the project again, also I added support for Code Folding like what scite has.
Hopefully sometime today or tomorrow I'll release a bug fix for the DVDStyler Portable launcher where it created a directory (it must of been new as of 1.7 of DVDStyler)

Texter Portable Released

powerjuce's picture
Submitted by powerjuce on November 12, 2008 - 10:54pm

Ok after two nights of programming and a night of frantic asking for help from John and Patrick the first release of Texter Portable. I learned something new about this release, how to make post-install code on the installer. Because there is just so much that needs to be copied the installer moves the files during the install. Thanks @ John for helping out there.

My First Blog...

powerjuce's picture
Submitted by powerjuce on November 10, 2008 - 8:01pm

Hey Guys this is my first Blog!!!

Ok I hope you guys like it.
I will probably just use this so to update what I am currently working on Texter Portable

I just finished the first draft of it and will be running the preliminary tests on it tonight. I hope to have it released by Wednesday and have it out as an Alpha, then move into the Development Test by Friday.

IntelliLaunch Binaries :D

OliverK's picture
Submitted by OliverK on November 7, 2008 - 10:21am

Hookay, I've created binaries for you guys. Course, only certain people are going to read the blog Biggrin So only a few are going to know.

Alright, I've tested most of the stuff. Registry is checked and config is checked. Now, I'll let you decimate what's left.

A long long time ago, in a galaxy far far away . . .
Okay, so you are asking yourself, "Just what the chicken finger is IntelliLaunch? Why the seashore do I care about it?"

Project Status Report.

OliverK's picture
Submitted by OliverK on November 6, 2008 - 1:59pm

About PNotes and ATPad.
PNotes
The new development test is going to take a bit while I rework the launcher structure. I'm adding in the language support that was broken in 4.0 and then I am working on the new ini file structure. I've also fixed the misspelling. If you really want to test it via the PAF structure, you can just drop in the new PNotes 4.5 binaries. Old notes/settings will be okay.

I do plan on making a dev test available for the Release candidates. However, I can't guarantee that I'm going to make dev tests for the test releases.

Diary of College Student Diving into HTML after not using it for 4-5 years

Zach Thibeau's picture
Submitted by Zach Thibeau on October 22, 2008 - 12:13pm

Ok long story short I somehow screwed up the html encoding of my apps home page at https://portableapps.com/apps/music_video/dvdstyler_portable that was really my fault (thanks John for fixing it)

True story is the fact I need to take a refreshers course on html and possibly on Drupal functions XD as it was not the html but a drupal encoding function I accidently switched on (without knowing it too)

IntelliLaunch is Coded

OliverK's picture
Submitted by OliverK on October 20, 2008 - 10:31am

Okay, I finished coding IntelliLaunch.

So, here's the deal- I'm posting this in code form for right now. You should use the standard portableapps format, in the following setup:

*App
---*AppName
---*AppInfo
------appinfo.ico
------appinfo.ini
*Data
---configuration.ini
---*Registry
---*SetOutPathDirectory
---*AppData
---*Config
*Source
---*Other
------Intelliluanch.nsi
------StrRep.nsh
------ReplaceinFile.nsh
------GetParameters.nsh
------IntellLaunch.jpg

Pages