I would like to create a small app that shows the logged in user how much space is left in their User directory visually within the menu bar. Is there a way to do this within livecode without any 3rd party apps/software?
I may not have correctly interpreted "shows the logged in user how much space is left in their User directory" - does the system in question impose user-specific quotas?
Richard Gaskin LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Yes Richard, there is a quota on user accounts, but its only enforced by a php script that runs nightly & checks the users account and if over quota moves the account from the Users folder. I want a visual display of the users account space while the user is logged in or something that pops up before the user logs out displaying how much space the account has.
Since this is on a server, the good news is that you could probably write a PHP script to return that info. But the bad news is what Klaus drew my attention to: you'll have to find another place to display that than the menubar, unless you want to write an external to hook into that.
Richard Gaskin LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn