00:00:24 I meant that sarcastically as if you needed to answer all the questions he had not asked before he left 00:00:40 *** Mir_ is now known as Mir 00:02:43 have you heard of a dramatic pause IE, making sure you got everything said "said" 00:03:51 yup makes the audience wait in anticipation 00:05:36 well I paused for that reason (due to the fact I'm also sick which kind of makes it harder for me to think correctly too) 00:09:59 *** Scriptdaemon (~KennyW@139.182.11.192) has joined #portableapps 00:10:10 np some people can be demanding his or hers loss 00:10:45 true 00:14:04 anyone know how to implement a variable path in Java I am working on a program and I can successfully set the path for the PA drive but if the letter changes it doesn't change with it. I tried the usual %PAL:AppData% 00:24:18 is thi sone of those dramatic Pauses Zach? 00:27:58 *** ptmb has quit (Quit: Bye) 00:46:04 *** Bloodsong (~Nimbus@bas13-toronto12-1167984050.dsl.bell.ca) has joined #portableapps 00:46:28 *** Bloodsong has quit (Read error: Connection reset by peer) 00:47:06 *** Bloodsong (~Nimbus@bas13-toronto12-1167984050.dsl.bell.ca) has joined #portableapps 01:12:37 *** Res2216firestar (Sam@wikipedia/Res2216firestar) has joined #portableapps 01:42:45 *** Xylron (~chatzilla@nd-129-74-117-237.nat.nd.edu) has joined #portableapps 01:42:54 sorry vf2nsr I was programming my latest project :P an snes emulator 01:43:50 NP I playing around and getting way weird results lol 01:45:18 I just figured it was a looooooooooong drmatic pause lol 01:45:19 *** Xylron has quit (Client Quit) 01:45:30 dramatic* 01:45:40 nah that time I was distracted :P 01:47:02 so far I made a python interface for libsnes (which is the library interface I'm using atm) next is working in c++ 01:48:40 $Home.Data when I use that variable it goes and creates a folder in APP called AppName with a sub folder called $Home.Data instead of it going to AppData 01:49:15 but at least it IS going to the stick 01:51:25 I think I need more caffiene brb 01:54:39 Maybe I sould just be happy that it saves to stick and just do a move to the real data Dir 02:00:38 bbiab 02:00:41 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 02:08:27 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 02:10:58 *** excid3|asus (~Chris_Oli@sub-68-69-35-22.irtc.net) has joined #portableapps 02:11:14 *** excid3|asus1 has quit (Ping timeout: 240 seconds) 02:25:49 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 02:27:27 ZachThibeau, well I figure out that isssue now just got to figure how to make a file go to PA instead of localluser folder...the solution previously was way to easy just made default Data 02:41:08 *** excid3|asus1 (~Chris_Oli@sub-68-69-35-22.irtc.net) has joined #portableapps 02:42:51 *** excid3|asus has quit (Ping timeout: 276 seconds) 02:46:35 *** excid3|asus1 has quit (Read error: Connection reset by peer) 02:52:10 *** excid3|asus (~Chris_Oli@sub-68-69-35-22.irtc.net) has joined #portableapps 02:57:08 *** Oni-Neoxes has quit (Quit: Quit... D:) 03:01:49 *** Res2216firestar has quit (Quit: Leaving) 03:03:55 *** excid3|asus has quit (Read error: Connection reset by peer) 03:10:42 *** SrgSiler|AFK is now known as SergentSiler 03:15:25 I am using the PA Launcher 2.beta 3 how can I move a file from PAL:appData to SERPROFILE% prior to execution then move it back prior to program closing? 03:16:04 Would I use the FilesToMove? 03:21:18 you alive scriptdaemon? 03:21:57 *** rmccue (~rmccue@unaffiliated/rmccue) has joined #portableapps 03:22:00 *** rmccue has quit (Read error: Connection reset by peer) 03:30:36 *** excid3|asus (~Chris_Oli@sub-68-69-35-22.irtc.net) has joined #portableapps 03:33:13 vf2nsr, FilesMove 03:33:56 But wait, why are you moving it from AppData? Is it a configuration file? 03:34:02 thought so I think I had syntax wrong working on it now scriptdaemon TG for manual 03:34:14 it is a bootstrap file 03:34:27 remains in the USERPROFILE directory 03:35:01 so want to writ eit back there and then have it written back to AppData so as not to leave issues and so it can run portably 03:35:10 FilesMove might not work then. It's relative to the Data directory. You can try using ..\ 03:35:26 that is where I am saving the PAl one 03:35:33 PAL 03:35:49 so if upgrades occur it does not get lost 03:36:13 If there's an upgrade, you should be redistributing the file again anyway, no? 03:36:48 I'm not really available to look into it atm, bbl. Sorry. 03:37:06 no it is the way the program creates a cfg file but calling it ,bootstrap 03:37:24 if it gets toasted the program reverts setting to original 03:37:27 this is what I have 03:37:34 "'%AppData%\jajuk.bootstrap="'SERPROFILE%'" 03:37:43 so now I guess I try it 03:39:27 nope that did not work 03:39:40 oops 03:40:23 "'%AppData%\jajuk.bootstrap="'SERPROFILE%'" maybe no quotes? 03:41:25 It's relative to the Data directory. That will not work. 03:41:38 so remove data reference? 03:42:08 ..\Data\jajuk.bootstrap=%USERPROFILE% 03:42:12 Something like that. 03:42:20 Don't know if it'd work though. 03:42:51 nope let me try something else I just thought of 03:43:46 hang on I think I may have it 03:46:22 *** Chazz (dabomb69@unaffiliated/dabomb69) has joined #portableapps 03:46:22 Chazz is the guy who failed at developing stuff. :D 03:46:38 :D 03:47:17 Nope not moving it :( 04:01:23 *** vf2nsr has quit (Read error: Connection reset by peer) 04:14:42 *** SergentSiler is now known as SrgSiler|AFK 04:24:53 *** BjornH has quit (Quit: Leaving) 04:26:01 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 04:26:11 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 04:26:39 well that sure did not work scriptdaemon 04:28:31 Figured it wouldn't. You'd have to talk to Chris. 04:32:54 ok will do next time he on IRC of course he will probably tell me it can not be done and I should just stick to using PA and not trying to do thins I don't know about 04:54:26 well for giggles I also posted it in case me and Chris don't run into each other 04:59:00 *** BjornH has quit (Read error: Connection reset by peer) 05:00:29 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539]) 05:06:20 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 05:06:27 *** Scriptdaemon has quit (Quit: Politeness, n. The most acceptable hypocrisy.) 05:22:23 *** Gizmokid2005 is now known as Gizmokid2005|AFK 05:24:28 *** Ashhh has quit (Read error: Connection reset by peer) 05:28:37 *** Ashhh (~Ashhh@unaffiliated/ashhh) has joined #portableapps 05:43:38 *** Mir_ (~Mir@pool-71-109-232-90.lsanca.dsl-w.verizon.net) has joined #portableapps 05:43:40 *** Mir has quit (Ping timeout: 246 seconds) 06:08:24 *** excid3|asus has quit (Read error: Connection reset by peer) 06:11:16 *** gringoloco (~5b5c9884@gateway/web/freenode/x-uttntzrscdwgjnfb) has joined #portableapps 06:11:50 hello there... 06:17:59 *** SrgSiler|AFK is now known as SrgSiler|Sleep 06:19:42 *** Space (libertad@unaffiliated/spaceghost) has joined #portableapps 06:22:03 *** Spaceghost has quit (Ping timeout: 260 seconds) 06:24:57 *** Bloodsong has quit (Quit: Leaving) 06:33:22 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 06:34:14 tyvm gringoloco and I responded to you message in the forum! 06:35:53 *** vf2nsr has quit (Client Quit) 06:49:52 *** Bloodsong (~Nimbus@bas13-toronto12-1167984050.dsl.bell.ca) has joined #portableapps 07:04:53 *** Hiccup (~Hi@62.240.62.168) has joined #portableapps 07:05:16 *** Hiccup has quit (Read error: Connection reset by peer) 07:51:46 *** gringoloco has quit (Quit: Page closed) 08:43:50 *** BjornH has quit (Ping timeout: 276 seconds) 09:04:10 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 09:48:00 *** SteveLamerton (~kvirc@150.199.125.91.gr7.adsl.brightview.com) has joined #portableapps 09:49:09 Hello all 09:49:45 *** pa_9250 (~43ab2c62@gateway/web/freenode/x-awuphvxyitlamjih) has joined #portableapps 10:01:12 Morning SteveLamerton :) 10:01:21 Hello pa_9250 10:01:29 Hi Chazz :) 10:13:40 *** MaienM|Sleep is now known as MaienM 10:14:20 Hello MaienM 10:14:38 hello SteveLamerton 10:14:40 how are you? 10:23:45 Ok thanks MaienM, hoping to get Toucan 3 released in the next couple of weeks 10:23:52 Yourself? 10:24:05 not too bad either 10:24:17 how's the toucan on linux project going? 10:25:07 It runs and works, just needs some tidying up, I plan to try and get it finished up this afternoon so I can add it to the current pre-release page 10:26:32 nice 10:27:00 I'll be sure to give it some testing then :) 10:27:49 Great :) 10:28:29 .seen ChrisMorgan 10:28:29 SteveLamerton: I last saw chrismorgan at 2010-04-17 07:26:44 UTC on #portableapps 10:36:40 I am watching this thread like a hawk: http://portableapps.com/node/23228 10:40:38 SteveLamerton, I call troll on that post. 10:41:15 Put it this way, if it doesn't sink down the listings I will lock it ;) 10:41:47 Awesome. ;P 10:43:02 *** Space has quit (Read error: Connection reset by peer) 10:48:27 *** pa_9250 has quit (Quit: Page closed) 11:08:13 *** chid has quit () 11:26:39 *** SteveLamerton has quit () 13:18:03 morning everyone 13:20:55 *** Ashhh has quit (Read error: Connection reset by peer) 13:22:37 *** Ashhh (~Ashhh@nv-71-49-132-230.dhcp.embarqhsd.net) has joined #portableapps 13:22:37 *** Ashhh has quit (Changing host) 13:22:37 *** Ashhh (~Ashhh@unaffiliated/ashhh) has joined #portableapps 13:46:20 *** Gizmokid2005|AFK is now known as Gizmokid2005 13:46:45 g'morning Giz 13:46:58 Hello Bloodsong 14:44:04 *** Mir_ is now known as Mir 15:21:20 *** ptmb (~PTMblogge@a83-132-129-116.cpe.netcabo.pt) has joined #portableapps 15:24:31 *** Gringoloco (~Gringoloc@91.92.152.132) has joined #portableapps 15:36:47 *** Gringoloco has quit (Quit: Leaving) 15:54:48 *** Res2216firestar (Sam@wikipedia/Res2216firestar) has joined #portableapps 16:08:00 *** Gringoloco (~Gringoloc@91.92.152.132) has joined #portableapps 16:18:15 *** Chazz has quit (Read error: Connection reset by peer) 16:25:03 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 17:24:05 *** Spaceghost has quit (Quit: Leaving) 17:24:24 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 17:31:03 *** SrgSiler|Sleep is now known as SergentSiler 17:33:27 *** TimClark (~8087e398@gateway/web/freenode/x-aidaakydxoysdxrs) has joined #portableapps 17:42:54 *** Gringoloco has quit (Quit: Leaving) 17:51:18 why hello there TimClark :) 17:52:13 Hello ZachThibeau 17:57:25 whats new? 17:59:10 Nothing really, just same old same old 18:00:58 very nice, the only thing that changed over my end is that my younger sister decided to become sick and then spread it to the rest of the family, she's now better and the rest of us are sick as a dog 18:04:02 isn't stopping me from working on PChat though :) 18:05:32 *** excid3 (~chris@student213-175.cv.siue.edu) has joined #portableapps 18:08:59 Sorry, I'm kinda distracted, deal with a sick child here as well, just had to take a temperture 18:09:08 no worries 18:09:19 seems there has been a bug been going around 18:27:16 *** TimClark has quit (Ping timeout: 248 seconds) 18:32:03 *** excid3 has quit (Remote host closed the connection) 18:42:27 *** excid3 (~chris@student213-175.cv.siue.edu) has joined #portableapps 18:45:24 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 18:55:13 *** Oni-Neoxes has quit (Quit: Quit... D:) 19:19:59 *** Res2216firestar has quit (Quit: Leaving) 19:25:55 *** kaeos (~Miranda@84.76.55.235) has joined #portableapps 20:21:55 *** kaeos has quit (Read error: Connection reset by peer) 21:09:58 *** Spaceghost has quit (Ping timeout: 264 seconds) 21:20:13 *** Spaceghost (irssi@unaffiliated/spaceghost) has joined #portableapps 21:27:48 *** Spaceghost has quit (Quit: Leaving) 21:43:02 *** kaeos (~Miranda@84.76.55.235) has joined #portableapps 21:59:13 *** SergentSiler is now known as SrgSiler|AFK 22:05:48 *** Scriptdaemon (~8bb60b2e@gateway/web/freenode/x-dzzrrhxrasphojgu) has joined #portableapps 22:05:59 *** Scriptdaemon has quit (Client Quit) 22:12:07 *** kaeos has quit (Quit: kaeos) 22:14:11 *** Spaceghost (irssi@unaffiliated/spaceghost) has joined #portableapps 22:22:34 *** guysoft42 (~guysoft@bzq-79-180-9-104.red.bezeqint.net) has joined #portableapps 22:46:41 *** Bloodsong has quit (Ping timeout: 246 seconds) 22:55:19 *** Bloodsong (~Nimbus@bas13-toronto12-1167984050.dsl.bell.ca) has joined #portableapps 22:55:42 *** Bloodsong has quit (Read error: Connection reset by peer) 22:56:55 *** Bloodsong (~Nimbus@bas13-toronto12-1167984050.dsl.bell.ca) has joined #portableapps 23:07:37 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 23:07:39 ChrisMorgan is a PortableApps.com developer and moderator and works on the PortableApps.com Launcher (please test it!) 23:08:15 howdy ChrisMorgan 23:08:33 howdedoo ZachThibeau 23:09:40 how are things with you today? :) 23:13:19 Today I need to finish off my FIT1029 assignment. 23:23:48 sounds fun 23:23:52 I think 23:24:54 The only question I have left in it starts with "Consider the Tower of Hanoi problem with the restriction that you are not allowed to move any disk from the left peg to the right peg, or the right peg to the left peg in one move." 23:26:28 *** Scriptdaemon (~8bb60b2e@gateway/web/freenode/x-dxyeawlongyvduzs) has joined #portableapps 23:27:12 ChrisMorgan: I don't know if you've seen it yet, but could you remove the link in this thread? http://portableapps.com/node/23328 23:27:25 For the reasons I stated in the first reply 23:28:08 I saw it but didn't follow the link and so didn't notice that there was actually a file in there. 23:28:42 I think the SourceForge project approval team are getting downright sloppy in what they approve. It used to be quite common for them to reject projects. 23:29:01 They have an approval team? 23:29:20 I'm reporting it as an inappropriate project. 23:29:30 All of the projects I've created were instant. 23:29:41 If you go to create a project it at least used to require approval, which took around a week normally. 23:29:48 That was three or four years ago though. 23:30:01 Ah. Yeah, that's certainly no more. 23:30:33 I've specifically asked about my current project though, just to make sure I'm allowed to host all of my apps in one project. 23:31:24 We host lots of things in the one project... 23:32:02 But yours is more specific, I wasn't sure about a testing project. 23:32:20 Well, "ours?" 23:33:32 I should start finishing up Maxima Portable... 23:34:05 Question on opinion, should it be Maxima Portable or wxMaxima Portable? The actual app being launched ix wxMaxima, so... 23:34:10 I personally just put everything on chrismorgan.info. Much simpler. 23:34:10 is* 23:34:22 I think it should have been wxMaxima Portable all the way along. 23:34:35 Yeah, that's what I was thinking. 23:34:49 If you were to include, for example, XMaxima as well (with a launcher) then I'd call it Maxima Portable. 23:35:13 Nah, I've used it and I didn't really like it. 23:35:21 wxMaxima is much better and easier. 23:35:51 (And that's not necessarily a bad idea. I used both extensively last year and with graphing things wxMaxima didn't work for me at all due to a missing graphics library in the distribution, whereas XMaxima uses GNUPlot which does a really nice job of it, especially on 3D graphs.) 23:35:53 And nobody seems to have requested it, so I don't think they care anyway. 23:36:06 Oh? 23:36:07 For normal use I used wxMaxima but when it came to graphing I switched to XMaxima. 23:36:08 Hmm. 23:36:16 Maybe I will then. 23:36:23 It's make a superior project. 23:36:25 It'd* 23:37:27 Yeah, I'll go ahead and do that. 23:38:04 Does it explain in the manual how to generate two launchers? 23:39:46 No. Duplicate the executable. 23:41:25 Hmm. And having wxMaximaPortable.ini and XMaximaPortable.ini would do the trick? 23:44:11 Yes. 23:45:08 They will store settings etc. in different locations, I think. If there's any overlap it will be safer to put a CloseEXE=wxMaximaPortable.exe in XMaximaPortable.ini and the other way round. 23:46:23 Does the .exe specifically look for an .ini with its own name, or whatever is in the Launcher directory? 23:47:00 Wait, I read that wrong. 23:48:52 xyz.exe will look for App\AppInfo\Launcher\xyz.ini