search for: wice

Displaying 9 results from an estimated 9 matches for "wice".

Did you mean: nice
2009 Feb 07
0
wice grid
I am trying to use wice grid plugin and I have run into problem. The problem is when I have nested paths as follows: Hardware :has_many installed_softwares Software :has_many installed_softwares installed_softwares belongs_to both when I view individual hardware, I have a link "Installed Software" -> har...
2009 Mar 25
0
How to include a check box while using wice grid
Hello every one, I am trying to implement the wice grid in my project.In that I want to display check boxes.my code is like the following <%= grid(@users_grid,:table_html_attrs => {:class => ''grid_style'', :id => ''accounts_grid''}, :header_tr_html_attrs => {:class => ''grid_headers'&...
2009 Jul 06
0
WiceGrid Plugin version 0.4
Hello all, WiceGrid Plugin version 0.4 is released. A blog post with a list of changes: https://blog.wice.eu/2009/7/6/moving-to-github-and-wicegrid-version-0-4 Homepage & screenshots: http://redmine.wice.eu/wiki/wice-grid API & HOWTO: http://redmine.wice.eu/api/wice_grid/index.html Code: http://github.c...
2015 Jul 13
2
Please help debug Windows setup
Hi, Thanks to John Wice for helping me with an earlier question. My two PCs behind the same router are still having problems connecting. Would appreciate thoughts on what I?m doing wrong? Router: Port 655 forwarded to 192.168.1.45, both TCP and UDP Port 656 forwarded to 192.168.1.51, both TCP and UDP Machine #1....
2009 Feb 23
0
Tree view similar to Grid view
Hi, Is there a plugin similar to wice grid for tree representation? A tree control which could directly use the active record the way wice grid does it? Thanks, Sudhi -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Grou...
2015 Jul 21
1
Please help debug Windows setup
...eetings Haegar On Mon, 13 Jul 2015, Donald Pearson wrote: > Make sure your router supports nat reflection and has it enabled. > > On Mon, Jul 13, 2015 at 5:44 PM, Adam Macielinski <adam at macielinski.net> wrote: > > Hi, > > > > > > > > Thanks to John Wice for helping me with an earlier question. My two PCs > > behind the same router are still having problems connecting. Would > > appreciate thoughts on what I?m doing wrong? > > > > > > > > Router: > > > > Port 655 forwarded to 192.168.1.45, both TCP...
2015 Jul 13
0
Please help debug Windows setup
Make sure your router supports nat reflection and has it enabled. On Mon, Jul 13, 2015 at 5:44 PM, Adam Macielinski <adam at macielinski.net> wrote: > Hi, > > > > Thanks to John Wice for helping me with an earlier question. My two PCs > behind the same router are still having problems connecting. Would > appreciate thoughts on what I?m doing wrong? > > > > Router: > > Port 655 forwarded to 192.168.1.45, both TCP and UDP > > Port 656 forwarded to...
2015 Jul 22
0
Please help debug Windows setup
...Donald Pearson wrote: > Make sure your router supports nat reflection and has it enabled. > > On Mon, Jul 13, 2015 at 5:44 PM, Adam Macielinski <adam at macielinski.net<mailto:adam at macielinski.net>> wrote: > > Hi, > > > > > > > > Thanks to John Wice for helping me with an earlier question. My two PCs > > behind the same router are still having problems connecting. Would > > appreciate thoughts on what I?m doing wrong? > > > > > > > > Router: > > > > Port 655 forwarded to 192.168.1.45, both TCP...
2001 May 01
4
How packages are set up
In trying to get more familiar with R I have two questions. 1. For large packages it would be slow to parse all R source code for the package each time library() is issued. Yet I haven't found where a package's functions are stored in in .RData format. Would someone please clarify this? 2. Have package developers found that it works best to maintain packages locally using the same