Jump to content

Recommended Posts

Posted (edited)

introducing BIDS - Bulletin Information Delivery Service

 

Hi guys - just developed a small util to display a file on user login for a minimum of 30 seconds

Just need a place to put it

BIDS.rar

Edited by Gatt
  • Thanks 2
Posted

Are you releasing under an open license? If you're not sure, I suggest BSD or GPL (BSD is far simpler and does not restrict proprietary use). When you've decided, I'll happily contribute patches.

 

Edit: you might also consider hosting on http://gitorious.org/ or Github, which would make contributions much easier too.

Posted
Are you releasing under an open license? If you're not sure, I suggest BSD or GPL (BSD is far simpler and does not restrict proprietary use). When you've decided, I'll happily contribute patches.

 

Either - was considering GPL - but will take a look at BSD too..

Posted (edited)
GPL requires any third-party distributed software that includes your code to release source; (three-clause) BSD does not. The FSF would like you to use GPL, because everybody benefits from the third-party source; BSD only requires that use of your source is acknowledged by derivatives so it's less restrictive. Edited by powdarrmonkey
Posted (edited)

Have Opteed for the BSD Licence and have added a licence file to it.

 

Updated version uploaded:

 

Addition of BSD Licence and additional args for CloseReason added

Edited by Gatt
Posted

Ok first "bug" found - not actually in the coding though

 

The target file (bulletin.pdf in mycase) cannot be editted (deleted, renameed, etc) if anyone has BIDS open on their screen

 

Windows throws a "the action cannot be completed because the file is open in system" error

 

Workaround: ensure all open conenctions to the file have been closed (on Win2008 use the Share and Storage Management console)

 

Need a way to prevent the file being locked

 

Error

Posted

Ok - I know you have just released this, but a couple of feature requests if I may :)

 

1) Start the application (PDF for example) maximised

2) Only show the PDF once instead of every logon (unless point 3)

3) Unless the PDF is updated with new bulletin items (i.e. a newer PDF file)

 

P.S. I'm not asking for this instantly - just thought you would appreciate some feedback in order to improve the app when you get 2 minutes spare :)

Posted (edited)

@localzuk - will play with the temp file idea! Sorry about the VS Version - didn't realise till it was coded that it was VS2010 :( Might rebuild to VS 2008 if its everyone's preference...

 

@hightower:

 

1: Maximised may be better

2: Going down point 3... but will look at a way to get it to run only once at logon..

3: It's a Daily Bulletin we are using...

 

@hightower: It depends how you install it i guess - I created a local MSI to install it on Staff PCs only and in the all users Startup folder..

 

Was wondering whether it would be better as a service?

Edited by Gatt
wrong reference...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...