I'm really sorry to hassle you nice folks, but I have been searching all throughout this thread and I cannot locate the URL repository for MessageWindow.
I have tortoiseSVN installed. I just need to know what to put into the URL of repository window. I reallyu want to get the code and play with it!
Why don't you ask that in the thread for the ux repo in my signature? I have "a" way that I'm doing it, but I don't know that it's the recommended way, as I simply check out the entire repository. But I also have separate working copies of a few select directories as well.
I think you might be able to just check out the particular extension you are looking for also, so you can monitor updates for that ux more easily. Then you could get something like CommitMonitor and have it automatically check for updates for you.
The repo was originally set up to automatically update every hour on the hour. I don't know if the repo moderator has changed that practice or not. If it is still that way I don't know how the CommitMonitor would work.
Again, the place to ask is the repo thread. You can quote this post in that other thread if you like.
Why don't you ask that in the thread for the ux repo in my signature? I have "a" way that I'm doing it, but I don't know that it's the recommended way, as I simply check out the entire repository. But I also have separate working copies of a few select directories as well.
I think you might be able to just check out the particular extension you are looking for also, so you can monitor updates for that ux more easily. Then you could get something like CommitMonitor and have it automatically check for updates for you.
The repo was originally set up to automatically update every hour on the hour. I don't know if the repo moderator has changed that practice or not. If it is still that way I don't know how the CommitMonitor would work.
Again, the place to ask is the repo thread. You can quote this post in that other thread if you like.
Ok, I'll do that. But all I want to do is get hold of the code- there must be a simple way to do so? I'm just not understanding yet how we are supposed to grab code.
Thanks for creating messagewindow and for all your excellent efforts on grid documentation, by the way.
set position of notification window relative to viewport
set position of notification window relative to viewport
hi MJ
I was looking to use your extension to display to users, notifications of successful actions
I would like to display these notifications always at the top centre of the screen, this would be pinned to this area even if the browser is resized
I am not sure if your extension does this out the box as I cannot see a config option that would handle this but I do see that one of the features is:
Message windows may be bound to any element through configuration
I was thinking that I could bind it to the viewport(cannot see how to do this?) and I wasn't sure if I could also specify that I want it to be placed top centre
When I looked at the example(example 1 - "Bottom corner unpinned") I could not work out how you got it positioned to the bottom right of the screen by default?
Any help is much appreciated
Andy
Check the demo, I just updated it. I tweaked the class to allow a config for that. Grab the update directly from my ux folder, otherwise I think you have to wait an hour for it to propogate to the main svn repo trunk.
Take note to look at some of the other examples how you might offset the notification from the base point. For example, currently the new example is aligned top middle, but you could also offset it some direction (say left/right based on something).