search for: get_text

Displaying 20 results from an estimated 23 matches for "get_text".

Did you mean: set_text
2008 Apr 29
0
get_text with safe_erb on Rails 2
After patching safe_erb to work with rails 2, I am now getting conflicts with get_text. When get_text gets a translated value, I recieve the tainted exception. Has anyone come across this before and if so, where do I monkey patch to insert the untaint() method.. :) If no responses, I will eventually post my solution.. Thanks in advance ilan -- Posted via http://www.ruby-forum.c...
2007 Aug 27
3
Problem with ListCtrl#get_item
Hello, I have a problem with getting items from ListCtrl. Although my ListCtrl is in LC_REPORT mode, it has columns set up, every cell is set with set_item and everything displays fine, this code: x = myList.get_item(row,col).get_text() always returns an empty string. For example: myList.set_item(0,0,"Hello") x = myList.get_item(0,0).get_text() now x equals "" ! I don''t know whether it is a bug in wxRuby or I''m doing something wrong. I have tried: x = myList.get_item_text(row) and it...
2006 Nov 13
0
[735] trunk/wxruby2: Got the ''get_item_sample'' sample working had to add some missing ListCtrl constants.
...tem method </span><span class="cx"> 0.upto(2) do |i| </span><del>- item = list.get_item(i) - print "ID:",item.get_id,"\n" - print "column: ",item.get_column,"\n" - print "text: ",item.get_text,"\n" - print "text color:",show_color(item.get_text_colour),"\n" - print "BG color: ",show_color(item.get_background_colour),"\n" - print "font: ",show_font(item.get_font),"\n\n" </del><ins>+...
2005 Oct 07
2
InPlaceEditor
Hi all, I was wondering if I could get some help with using Ajax.InPlaceEditor. I want to use loadTextURL to get the text, as it says on the bottom of the documents ''How to edit server side formatted text (formatted with eg. textile)''. My question is how do I know which inplaceedit I''ve clicked? So that I know which id I need to get the text from in the mysql
2009 Jan 29
6
Control Characters
I am attempting a text editor using wxRuby. I''m having character issues. Strings are not binary-safe. Some characters are not allowed. - newline / line feed (\n), tab (\t) are displayed - carraige return (\r) is stripped - Other control characters and high-ascii cause control values to become empty. Affected controls include: Wx::TextCtrl, Wx::StaticText, Wx::Clipboard, et al. Most
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
...gt;<span class="cx"> print "ID:",item.get_id,"\n" </span><span class="cx"> print "column: ",item.get_column,"\n" </span><span class="cx"> print "text: ",item.get_text,"\n" </span><span class="lines">@@ -46,10 +44,9 @@ </span><span class="cx"> print "font: ",show_font(item.get_font),"\n\n" </span><span class="cx"> end </span><span class=&quo...
2005 Mar 14
11
[Fwd: Re: Help a newbie pick a gui tool kit]
Hey Guys, This just came over the rubytalk list. Does anybody have any Debian experience? BTW, one thing this project *really* could use is people to package wxruby for <your distro here>. You don''t need SWIG/C++ experience for it, and a little work could help a lot of people. Nick -------- Original Message -------- Subject: Re: Help a newbie pick a gui tool kit Date: Sun, 13
2007 Apr 13
0
[958] branches/wxruby2/wxwidgets_282: Additions to UpdateUIEvent API 2.6->2.8
...teUIEvent_getsetenabled </span><ins>+* "UpdateUIEvent#get_set_shown":#UpdateUIEvent_getsetshown </ins><span class="cx"> * "UpdateUIEvent#get_set_text":#UpdateUIEvent_getsettext </span><span class="cx"> * "UpdateUIEvent#get_text":#UpdateUIEvent_gettext </span><span class="cx"> * "UpdateUIEvent#get_mode":#UpdateUIEvent_getmode </span><span class="lines">@@ -136,6 +139,12 @@ </span><span class="cx"> </span><span class="cx"&gt...
2015 Nov 27
0
Wine release 1.8-rc2
...Reserved1 values from -W to -A calls too. winmm/tests: Remove unreliable tests. winex11: Simplify XGetWindowProperty return code checks (Clang). d3dx9: Use proper enum member (Clang). ntdll: Remove unused helper (Clang). Piotr Caban (2): msxml3/tests: Run IXMLDOMNode::get_text whitespace tests on other msxml versions. shell32: Improved IDataObject::QueryGetData implementation. Rafa? Harabie? (1): include/ddk: Fix memory layout of IRP and IO_STACK_LOCATION in wine64. Sebastian Lackner (7): kernel32/tests: Add tests for sending empty message in combinat...
2007 Nov 30
0
Wine release 0.9.50
...lue in GetNodeClusterState. msxml3: Return E_INVALIDARG on bad parameter. msxml3: Enable test for bad argument / fix memory leak. msxml: Allow insertBefore to have a NULL output parameter. msxml: Test for insertBefore with a NULL output parameter. msxml: Added test for get_text. msxml: Always return a string in get_text. msxml: Implement createTextNode. msxml: Tests for createTextNode. urlmon: The callback parameter can be null, check pointer before using. Anatoly Lyutin (1): msi: Fix invalid SQL query. Andrew Talbot (12): user32: Con...
2004 Jan 08
3
pictorG
...ZE,LC_ICON|LC_AUTOARRANGE assign_image_list(@imageList=ImageList.new(THM_WIDTH,THM_HEIGHT),IMAGE_LIST_NORMAL) # evt_list_begin_drag(self.get_id) {|e| log_status "Oh, dragging"; dragsrc = DropSource.new(self); true } evt_list_item_activated(self.get_id) {|e| fn=e.get_item.get_text MyImageFrame.new(self,fn,fn).show() } end def thm_name filename dir,fn=File.split filename [dir+"/.thumb#{THM_WIDTH}x#{THM_HEIGHT}/",fn+''.jpg''] end def gen_thm filename img = Image.new(filename) w,h=img.get_width.to_f,img.get_height.to...
2015 Dec 25
0
Wine release 1.9.0
...n the string then current character. ole32: Fix apartment window class name. msxml3: Update xmlNode reference count when nodes are merged in node_insert_before. msxml3: Store information about ignorrable whitespace nodes in xmlNode._private variable. msxml3: Reimplement node_get_text helper so it uses information about ignorred white space nodes. msxml3: Add support for CDATA nodes in node_get_text. msxml3/tests: Use exact comparison in IXMLDOMNode::get_text tests. ntdll: Fix NtQueryDirectoryFile behavior on short file names on case insensitive file systems....
2020 Aug 28
0
Wine release 5.16
...ts for ScriptError. msscript.ocx: Implement IScriptError::get_Source. msscript.ocx: Implement IScriptError::get_Description. msscript.ocx: Implement IScriptError::get_HelpFile. msscript.ocx: Implement IScriptError::get_HelpContext. msscript.ocx: Implement IScriptError::get_Text. msscript.ocx: Implement IScriptError::get_Line. msscript.ocx: Implement IScriptError::get_Column. msscript.ocx: Uncache the module objects when script is restarted, but not the Procedure count. Gijs Vermeulen (8): fsutil: Initialize ret in hardlink() (Coverity). shel...
2013 Feb 01
1
Wine release 1.5.23
...graph ptr to each run. riched20: Add a helper to debug the run text. riched20: Add a helper to retrieve the run text. riched20: Rewrite the run splittable test to take a run parameter. riched20: Rewrite the run whitespace test to take a run parameter. riched20: Use the get_text helper in a few more places. riched20: Add an explicit run length member and use it rather than accessing the string length. Jacek Caban (41): secur32: Return a cert context with context store in SECPKG_ATTR_REMOTE_CERT_CONTEXT GnuTLS implementation. secur32: Return a cert contex...
2012 Nov 23
0
Wine release 1.5.18
...ror. mshtml: Added exec_refresh implementation. mshtml: Added refresh tests. ieframe: Forward more DocHost::Exec calls to embedders. ieframe: Added IWebBrowser2::Refresh implementation. ieframe: Added IWebBrowser2::Refresh tests. mshtml: Added IHTMLScriptElement::get_text implementation. jscript: Use proper object as 'this' when function is called on an activation object. atl: Properly fail on an aggregation attempt. cmd: Make allocation unfailable. cmd: Added HeapFree wrapper. wininet: Store both proxy and destination host in h...
2011 Mar 04
0
Wine release 1.3.15
...r to consistently dump variant parameters. msxml4: Add version info. msxml3: Remove forward to removeChild() method for nodes. msxml3: Remove appendChild() forward. msxml3: Remove hasChildNodes() forward. msxml3: Remove get_ownerDocument() forward. msxml3: Remove get_text() forward. msxml3: Remove selectNodes() forward. msxml3: Remove selectSingleNode() forward. msxml3: Remove transformNode() forward. msxml3: Get rid of not longer used internal IXMLDOMNode vtable. comctl32/comboex: Reduce variable scope. comctl32/datetime: Fix use...
2007 Jul 13
0
Wine release 0.9.41
...t function available for the interface. ntdll: The impersonation level in NtDuplicateToken should be taken from the SecurityQualityOfService member of ObjectAttributes if present. rpcrt4: Make binding to an interface a function of RpcAssoc instead of msxml3: Implement IXMLDOMNode::get_text for CDATA, processing instruction and comment nodes. mshtml: Implement HTMLElement_insertAdjacentHTML and HTMLElement_insertAdjacentText. Romain Iehl (3): dsound: Fix bug preventing correct calculation of the sound parameters dsound: Simplify the calculation of sound attenuation...
2010 Feb 19
0
Wine release 1.1.39
...mshtml: Don't free nsstr in HTMLFormElement_get_dispid twice. mshtml: Added IHTMLElement2::detachEvent implementation. mshtml: Correctly handle comment nodes in IHTMLElement::[get|put]_title implementation. cmd: Added cmd.exe tests. mshtml: Forward IHTMLCommentElement::get_text to IHTMLElement::get_outerHTML. mshtml: Added IHTMLStyle::get_borderRightColor implementation. mshtml: Added IHTMLStyle::get_border*Color implementation. mshtml: Added tests showing that we should return E_NOTIMPL in DeleteMemberByName. mshtml: Ensure that gecko event listen...
2007 Sep 14
0
Wine release 0.9.45
...spec entry. urlmon: Added FIXME about unsupported pmkToLeft to BindToStorage. shdocvw: Don't use BSTR in navigate_url prototype. shdocvw: Added better GoHome stub implementation. shdocvw: Better iexplore.exe command line handling. mshtml: Reimplement IHTMLTxtRange::get_text. mshtml: Added IHTMLTxtRange tests. mshtml: Added IHTMLTxtRange::expand implementation. mshtml: Fixed ref count in parentElement. mshtml: Added IHTMLTxtRange::move("character") implementation. mshtml: Added IHTMLTxtRange::moveEnd implementation. mshtml:...
2007 Sep 28
0
Wine release 0.9.46
...HTMLNode object. mshtml: Get rid of node_type variable in HTMLNode object. mshtml: Forward node ref calls to IHTMLDOMNode interface. mshtml: Return NULL for empty results in get_style_attr. mshtml: Added more IHTMLStyle getters implementation. mshtml: Added HTMLStyle::get_textDecoration* implementation. mshtml: Added get_styleSheets implementation. mshtml: Added IHTMLStyleSheetsCollection::get_length implementation. mshtml: Fixed IHTMLTxtRange::get_text implementation with no nsrange associated. mshtml: Added more tests. mshtml: Added Exec(I...