Displaying 20 results from an estimated 39 matches for "subitem".
Did you mean:
isubitem
2007 Mar 13
7
Form with subforms
Hi,
I''m looking for a way to implement subforms. For example, a form where
you can add clients, and at the same time enter contactpersons for
this client.
I''ve been looking around, reading ebooks, etc, but can''t seem to find
a good example/tutorial for something like this. So I would be very
thankful if someone could point me in the right direction.
Thanks,
Sven
2007 Mar 19
4
Objects "uncompletely" displayed
Hello,
I would like to ask some help about the following problem:
I'm running a soft called beersmith (www.beersmith.com) with wine. The
soft is running but some lists are uncompletely displayed. Only the
first column is displayed but I can sort lists on unvisible columns.
I already have asked help from the developpers but havn't received any
usefull answers:
2006 Feb 21
3
AJAX sub-list
In the new / edit screen for an "item" I''d like to be able to add/remove
"sub-items"
on pressing an add button below the "sub-items" a bit of a form shows up
with the html looking something like:
<div id="uniqueid">
<!-- label etc here -->
<input type="text" id="sub_items[]" name="sub_items[]"
2007 Feb 28
7
Showdown -- A javascript port of Markdown
...ne]](http://www.attacklab.net/)
[[[broken]]](http://www.attacklab.net/)
If you need more, you can escape them with backslashes.
* When sublists have paragraphs, Showdown produces equivalent
HTML with a slightly different arrangement of newlines:
+ item
- subitem
The HTML has a superfluous newline before this
paragraph.
- subitem
The HTML here is unchanged.
- subitem
The HTML is missing a newline after this
list subitem.
* Markdown.pl creates empty...
2006 Feb 13
4
activerecord << operator
Hello,
I am new here and actually I am writing my first RoR app.
My question is:
--------
class Topic < ActiveRecord::Base
has_many :messages
end
class Message < ActiveRecord::Base
belongs_to :topic
end
class ForumController < ApplicationController
def post
message = Message.new(params[:message])
@topic = Topic.find(params[:id])
@topic.messages
2009 Mar 08
2
RESTful nested resources and polymorphism?
...delete)
has_many :attachments,
:dependent => :destroy #don''t leave orphans (cascade delete)
end
My config/routes.rb file is:
map.resources :topics do |topics|
topics.resources :items do |items|
items.resources :attachments
end
end
Now, if I need to create a new subitem then what changes should I make
to my routing file? And what will be the form of RESTful urls?
Thanks,
CS.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails...
2016 Aug 19
1
Icecast Digest, Vol 146, Issue 7
...Trimble wrote:
> > Is there a way to add additional metadata fields to icestats in such a
> > way as to be accessible to stats-json.xsl? In particular I am
> > interested in adding "album" and "year".
>
> In the JSON output there is a "metadata" subitem in the mount. It
> contains all meta data as provided by the source client.
>
> This is at least true for current master. It also seems to be true for
> v2.5.0-beta.1. It's not in the current stable releases (2.4.x).
>
> Hope I was of help.
>
> Have a nice day,
>
>...
2016 Aug 18
1
Adding to Icestats Available Raw Data
Is there a way to add additional metadata fields to icestats in such a way
as to be accessible to stats-json.xsl? In particular I am interested in
adding "album" and "year".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20160818/6bbd1420/attachment.html>
2010 Aug 26
0
No subject
- the Ribbon Menu (the one used in RibbonNotePad demo) doesn't work
- the subitems doesn't work
- ribbon drop downs in general doesn't work
- ribbon hints doesn't work
In the attched screenshots you can see what in Windows works ok and not on Wine. I put 4 screenshots called Win1, Win2, Win3, Win4 that show the correct behaviour of RibbonNotePadDemo in Windows 7, an...
2008 Jan 11
2
"rsync cheatsheets"
Hello,
I have just put reviewed versions of the "rsync cheatsheets" which I
posted a couple of years ago
(if I correctly keep track of time), right here:
http://public.m-plify.net/rsync_cheatsheets/
- Sheet one lists the possible combinations of SOURCE and DEST arguments
that may be given to rsync.
- Sheet two lists the behaviour of rsync for different cases of SOURCE
and DEST.
-
2003 Jun 20
1
doubt about Load Balancing
Hello
In the LARCT how-to subitem: 4.2.2. Load balancing the following phrase
says:
"" Instead of choosing one of the two providers as your default route, you
now set up the default route to be a multipath route. In the default kernel
this will balance routes over the two providers. It is done as follows (once
more buil...
2009 Mar 08
0
undefined variable or method in form_tag url
...llo list,
In ref. to my previous post: http://www.ruby-forum.com/topic/180765
I am getting "undefined local variable or method `item_path'' for
#<ActionView::Base:0xb7065650>", when I try to create a new item.
Following is the code in my new.rhtml
<h1>New <%= @is_subitem ? ''Subitem'' : ''Item'' %></h1>
<% form_tag :item, :url => item_path do %>
<%= render :partial => ''item_form'' %>
<%= submit_tag "Create" %>
<% end %>
The new and create actions are as follows:...
2018 May 14
0
Wine release 3.0.1
...Exception when organizing favorites in Windows Media Player 6.4 (unimplemented function shdocvw.dll.DoOrganizeFavDlg)
44296 Qt 5 programs fail to resolve DNS SRV records
44310 WritePrivateProfileString doesn't check for flush errors
44329 Listview does not reset returned state mask for subitems
44349 winedbg: stepping is broken using GDB proxy
44428 x64dbg needs unimplemented function msvcr120.dll.??0_NonReentrantPPLLock at details@Concurrency@@QEAA at XZ
44441 for loop reading a file strips out double quotes and then equals
44468 x64dbg crashes on unimplemented function msvc...
2007 Jan 09
0
Wine release 0.9.29
...Fix the file sharing test to pass cleanly under XP and Win9x.
kernel32: Print more information about the reason of a test failure.
user32: Restore old WM_SIZE handler in mdi child.
Duane Clark (2):
msvcrt: Add function _mbsspnp.
comctl32: listview: Allow LVIF_STATE flag in subitems.
Eric Pouech (21):
cmd: Fix 'copy foo bar/' which gave access denied errors.
msvcrt: execl fix when no args are given (reported by Louis Lenders).
winedbg: Added a maintenance command to load a given module (for debug purposes).
dbghelp: Implemented 64 bit versions...
2011 Jan 05
16
Nicedit (rich text editor)
Hello, I''m trying to use Nicedit to improve my text_areas in some views
of my project.
I have installed jquery:
ruby script/plugin install git://github.com/aaronchi/jrails.git
nicEdit plugin:
ruby script/plugin install
git://github.com/sergio-fry/Simple-nicEdit.git
Add js in layout:
<%= javascript_include_tag ''nicEdit'', ''nicEditInit'' %>
Use it
2018 Feb 02
0
Wine release 3.1
...when using XAudio2
44294 Possible access to unintended macro in "wine/dlls/comdlg32/fontdlg.c" line 592
44296 Qt 5 programs fail to resolve DNS SRV records
44310 WritePrivateProfileString doesn't check for flush errors
44329 Listview does not reset returned state mask for subitems
44347 Touhou Shinpiroku trial terminates
44349 winedbg: stepping is broken using GDB proxy
44365 armel build fails: selected processor does not support `strd r4,[sp]' in ARM mode
44379 Visual Novel "A Clockwork Ley-Line": ntdll.dll.RtlPushFrame called
-------------------...
2007 Jul 04
5
loading menu using XmlResource
Hi,
i''m evaluating XmlResource: loading frame, dialogs and access widgets is ok
but i''m not able to load menu bar and menu using the corresponding methods
XmlResource#load_menu_barXmlResource#load_menui get the error saying ''XML
resource ''Opzioni'' (class ''wxMenu'') not found!'' trying to load a menu and
''XML resource
2011 May 13
0
Wine release 1.3.20
...when creating with -W calls.
msxml3: Store boolean properties in a single array.
msxml3: Add support for omitXMLDeclaration() property.
msxml3: Basic tests for startElement().
comctl32/tests: Test message result for equality.
comctl32/listview: Don't refuse to set subitem data when some extra flag is specified.
comctl32/listview: Make edit box handle available from LVN_ENDLABELEDIT notification.
msxml3: Basic support for startElement()/endElement().
msxml3: Support attributes list for elements.
msxml3: Support indent() property.
msxml3:...
2017 Aug 03
0
Wine release 2.14
...eap_*() functions in regedit.c where possible.
regedit: Remove commented code from resize_frame_rect().
regedit: Use the heap_*() functions in listview.c where possible.
regedit: Use the heap_*() functions in treeview.c where possible.
regedit: Store the data from a listview subitem in a valid memory address.
regedit: Pass memcpy() the correct destination address.
reg: Use a helper function to allocate memory and die on failure.
reg: Use a helper function to free allocated memory.
reg: Use a helper function to resize a memory buffer.
regedit: Use...
2002 Mar 01
4
UI regression
Hi,
Earlier this year I "upgraded" from wine 20010510 to 20011226 in order
to see if some kind of resource leak was fixed which caused screen
redraws to get progressively slower and slower and slower and slower, ....
That was fixed but there seemed to be a significant number of graphics
and UI regressions. I've just upgraded to 20020228 to see if things
were any better and within