search for: thisstyle

Displaying 3 results from an estimated 3 matches for "thisstyle".

Did you mean: thisstate
2006 Dec 23
1
bug in odfWeave
Hi, I think there is a minor bug in odfWeave. In the function odfStyleGen, the following line has an extra "=": if(length(grep("italic", thisStyle$fontType))) fontText <- c(fontText, tagattr("fo:font-style=", "italic")) This is creating an error if some text needs to be formatted as italic, since the corresponding entry in style.xml is "fo:font-style==italic". For the windows version, which...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...pecifies that the child controlsshould not have 3D borders unless specified in the control.| </span><del>-|@DIALOG_NO_PARENT@|By default, a dialog created with a @nil@ parent window will be given the "application''s top level window":appgettopwindow.html as parent. Use thisstyle to prevent this from happening and create an orphan dialog. This is not recommended for modal dialogs.| -|@DIALOG_EX_CONTEXTHELP@|Under Windows, puts a query button on thecaption. When pressed, Windows will go into a context-sensitive help mode and Widgets will senda EVT_HELP event if the user clic...
2007 Feb 11
3
RoR programming style guide?
Is there a style guide for RoR? For example, I see that rails likes to create things like <% ... %> <% ... %> <% ... %> and I''m tempted to write this as <% ... ... ... %> but I''m not sure if doing so will make my code "look wrong". Since I''m a beginner, I''d like to get into the habit of writing code that has a conventional