 |
 |
| Both |
 |
 |
By atapahs - Posted on July 16, 2007 - 13:57:17 (#21822)
Current version when comment was posted: 1.0 |
 |
 |
I use the orginal for my ProR5.03 and the Hakiu for Zeta 1.2 btw (do u know where Ican get the latest zeta copy1.5 since they quit selln it, thx
|
|
| create a link |
 |
 |
By hey68you - Posted on July 16, 2007 - 06:12:43 (#21820)
Current version when comment was posted: 1.0 |
 |
 |
create a link for LockWorkstation in /boot/apps or /boot/home/config/bin.
For the APM, it works on my laptop but on my desktop it just freezes up.
By the way which EndSession are you using - the Haiku one or the original?
Thanks,
hey68
|
|
| create a link |
 |
 |
By hey68you - Posted on July 16, 2007 - 06:10:46 (#21819)
Current version when comment was posted: 1.0 |
 |
 |
create a link for LockWorkstation in /boot/apps or /boot/home/config/bin.
For the APM, it works on my laptop but on my desktop it just freezes up.
By the way which EndSession are you using - the Haiku one or the original?
Thanks,
hey68
|
|
| still yet |
 |
 |
By atapahs - Posted on July 16, 2007 - 01:30:06 (#21818)
Current version when comment was posted: 1.0 |
 |
 |
I have lock workstat and apm installed, still doesn't work
|
|
| re: doesn't work |
 |
 |
By tonestone57 - Posted on July 15, 2007 - 22:32:15 (#21815)
Current version when comment was posted: 1.0 |
 |
 |
You need to download & install:
Lock Workstation &
APM Driver
to get standby & lock workstation to work.
Check "Related Links" at bottom of EndSession.BeOS page for the links.
|
|
| doesn't work |
 |
 |
By atapahs - Posted on July 15, 2007 - 16:23:42 (#21813)
Current version when comment was posted: 1.0 |
 |
 |
Standby and lock workstation don't work. what am i doing wrong? thx
|
|
| to IgRussell |
 |
 |
By hey68you - Posted on February 18, 2007 - 02:46:34 (#21330)
Current version when comment was posted: 1.0 |
 |
 |
The calander program is:
a-book: http://www.bebits.com/app/3039
|
|
| Nice work and desktop icons |
 |
 |
By IgRussell - Posted on February 15, 2007 - 21:03:51 (#21329)
Current version when comment was posted: 1.0 |
 |
 |
What is this apptbook thing in the screenshot?
|
|
| Sorry, this GeoCities site is currently unavailable. |
 |
 |
By BeOS Mr X - Posted on February 15, 2007 - 09:57:21 (#21328)
Current version when comment was posted: 1.0 |
 |
 |
Sorry, this GeoCities site is currently unavailable.
Bad screen shot link. Use www.picozilla.com to upload your images next time.
|
|
| new yab-based version with new -21st century graphics |
 |
 |
By hey68you - Posted on February 15, 2007 - 03:08:31 (#21327)
Current version when comment was posted: 1.0 |
 |
 |
new yab-based version with new -21st century graphics:
Screenshot link fixed.
See screenshot on the app page
|
|
| screenshot link 404 |
 |
 |
By BeOS Mr X - Posted on January 10, 2007 - 13:39:30 (#21190)
Current version when comment was posted: 1.0.2 Beta |
 |
 |
free image hosting at www.picozilla.com in case you need to re-upload hey68you
|
|
| standby |
 |
 |
By -Meanwhile- - Posted on January 10, 2007 - 11:15:20 (#21189)
Current version when comment was posted: 1.0.2 Beta |
 |
 |
Okay, great to see it co-operating so well with APM Driver, BTW.
|
|
| Just add this line to your UserBootscript |
 |
 |
By hey68you - Posted on January 10, 2007 - 10:22:46 (#21188)
Current version when comment was posted: 1.0.2 Beta |
 |
 |
Just add this line to your UserBootscript:
desklink "/boot/beos/bin/shutdown"
|
|
| Thanks |
 |
 |
By -Meanwhile- - Posted on January 10, 2007 - 09:51:20 (#21187)
Current version when comment was posted: 1.0.2 Beta |
 |
 |
Works nicely...just an extra variety for plain shutdown only, so that you don't even have to confirm any more after clicking the icon, that would be nice.
|
|
| Links working again - sorry |
 |
 |
By hey68you - Posted on January 10, 2007 - 06:53:46 (#21186)
Current version when comment was posted: 1.0.2 Beta |
 |
 |
Please give it a try - anyone interested in making something like this official for Haiku ? Now that I've got yab working I hope to write a new more modern version soon
|
|
| Lose the /boot/apps dependency |
 |
 |
By jaf - Posted on June 24, 2004 - 11:04:23 (#13015)
Current version when comment was posted: 1.0.2 Beta |
 |
 |
Neat app -- it would be better if the icon was compiled in to the executable as a resource, instead of being hard-coded to look for it in the /boot/apps folder. How to do it: Use any of the resource editors on BeBits to create a resource file containing the icon's bitmap file embedded in it (for the embedded bitmap, I like .png format myself, but any common graphics format should do), then drag the resource file into your project (if using BeIDE) or if you are using a Makefile, add "xres -o $@ myresourcefile.rsrc" command right after the link command. To obtain access to the BBitmap at run time, do something like this:
BBitmap * bitmap = NULL;
BResources * rsrc = be_app->AppResources();
if (rsrc)
{
size_t bitSize;
const void * bits = rsrc->LoadResource('PNG ', "icon.png", &bitSize);
if (bits)
{
BMemoryIO mio(bits, bitSize);
bitmap = BTranslationUtils::GetBitmap(&mio);
}
}
|
|
| ok for hosting |
 |
 |
By beosfrance - Posted on June 23, 2004 - 15:12:11 (#13007)
Current version when comment was posted: 1.0 Beta |
 |
 |
I would be happy to host your project too. Send me an email with and at each new version and i will put it on my account.
Yours
Rémi Grumeau
|
|
| Hosting |
 |
 |
By DaaT - Posted on June 23, 2004 - 09:44:40 (#13004)
Current version when comment was posted: 1.0 Beta |
 |
 |
I'd be happy to host them for you over at ICO. Drop me a mail at daat at iscomputeron dot com and let me know.
Take care.
|
|
| A: help with hosting |
 |
 |
By beforum_VBL! - Posted on June 23, 2004 - 07:47:50 (#13003)
Current version when comment was posted: 1.0 Beta |
 |
 |
Email me and I'll set you up with hosting the binary and sources.
beforum at yahoo dot com
|
|
|
Any ideas for a host; I have not uploaded it yet sorry |
 |
 |
By hey68you - Posted on June 23, 2004 - 04:47:45 (#13002)
Current version when comment was posted: 1.0 Beta |
 |
 |
Please wait until after I eat lunch, then I'll try to find a host.
Any ideas for a host for the app and the screenshot?
|
|
|
|
|