Displaying 12 results from an estimated 12 matches for "setlabel".
Did you mean:
netlabel
2007 Nov 01
3
[Bug 13051] New: CNN Cartoon Clicks are not responsive to mouse events
..._interpret.c(922): swfdec_action_call_method: no
function named init on object unknown
SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no
function named getLabel on object SwfdecSpriteMovie
SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no
function named setLabel on object SwfdecSpriteMovie
SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no
function named setSize on object unknown
SWFDEC: WARN : swfdec_as_interpret.c(922): swfdec_action_call_method: no
function named setEnabled on object unknown
SWFDEC: WARN : swfdec_as_interpret.c(922...
2006 Mar 30
5
Patch for wxControl.h
Hello all. This gets past the problem in bigdemo where it won''t start
the application at all. That was where it was overflowing the stack on
get_label.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2012 Nov 19
0
[LLVMdev] Debug information under windows
...19 10:31:49 2012 +0100
@@ -1398,6 +1398,13 @@
void AsmPrinter::EmitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
unsigned Size)
const {
+ // if COFF .secrel32 is available, use it
+ if (MAI->getDwarfSectionOffsetDirective()) {
+ MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
+ OutStreamer.EmitAssignment(SetLabel, MCConstantExpr::Create(Offset, OutContext));
+ OutStreamer.EmitCOFFSecRel32(SetLabel);
+ return;
+ }
// Emit Label+Offset
const MCExpr *Plus =
diff -r 547972237a05 -r d28fa29d4b44 lib/CodeGen/As...
2012 Oct 26
5
[LLVMdev] Debug information under windows
Hello,
Recently I found binaries produced with LLVM impossible to debug under
Windows. This was probably related to the following bug:
http://llvm.org/bugs/show_bug.cgi?id=13636
Asm generated from .ll files revealed that some offsets to debug
information were incorrect: they were absolute instead of relative to
their sections.
Following patch seemed to have repaired the problem, so I'm
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
Input to this pass is the bitcode format of simple code below :
int sum_single_loop (int a){
int su = 0, i;
for (i=0;i<a;i++)
su = su + i;
return su;
}
On Mon, Feb 9, 2015 at 2:32 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Sun, Feb 8, 2015 at 11:23 AM, Pranav Kant <pranav913 at gmail.com> wrote:
>
>> So, you mean to say that the
2009 May 27
0
invisible columns
...mn(col)
> return(list(name=name, col=col))
> }
>
> addColumn <- function(t, col, col.num) {
> tbl <- getToolkitWidget(t)
> ## add back
> tbl$insertColumn(col$col, col.num - 1)
> ## add back column name
> col$col$getWidget()$getParent()$getParent()$getParent()$setLabel(col
> $name)
> }
>
> ## check if it works
> col = removeColumn(t, 1)
> addColumn(t, col, 1)
>
> Hope that helps.
>
> --John
>
> On Wed, May 27, 2009 at 6:05 AM, Olivier Nuñez <onunez en iberstat.es>
> wrote:
> Dear John Verzani,
>
> I would l...
2005 Nov 14
3
Error when building on OSX 10.4/wxWidgets 2.7
I''ve installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27.
When running rake here''s the error I get:
src/App.cpp:1419: error: ''CreateLogTarget'' is not a member of ''wxRubyApp''src/App.cpp: In function ''VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)'':src/App.cpp:1612: error: ''class wxRubyApp'' has no
[684] trunk/wxruby2/swig/classes/RadioBox.i: Un-ignored some methods that now work fine (Roy Sutton)
2006 Oct 17
0
[684] trunk/wxruby2/swig/classes/RadioBox.i: Un-ignored some methods that now work fine (Roy Sutton)
...class="lines">@@ -10,9 +10,7 @@
</span><span class="cx"> %}
</span><span class="cx">
</span><span class="cx"> %ignore wxRadioBox::wxRadioBox();
</span><del>-%ignore wxRadioBox::GetLabel;
-%ignore wxRadioBox::SetLabel;
-%ignore wxRadioBox::Number;
</del><ins>+%ignore wxRadioBox::Number; # Obsolete
</ins><span class="cx">
</span><span class="cx"> %ignore wxRadioBox::Show(int item, const bool show = true);
</span><span class="cx">
&l...
2007 Mar 21
0
[907] branches/wxruby2/wxwidgets_282: Wx::Control API 2.6 -> 2.8
...#command":#Control_command
</span><span class="cx"> * "Control#get_label":#Control_getlabel
</span><ins>+* "Control#get_label_text":#Control_getlabeltext
</ins><span class="cx"> * "Control#set_label":#Control_setlabel
</span><span class="cx">
</span><span class="cx"> </div>
</span><span class="cx">
</span><del>-
-
</del><span class="cx"> h3(#Control_command). Control#command
</span><span class=&qu...
2006 Sep 03
9
Patch files to implement AcceptFocus
These files add the virtual function AcceptFocus that was missing from
wxWindow.h. In order to make things right I had to make sure it was
also declared in all the places where wxWindows also changes it. Also,
in wxTextCtrl on Windows GetDefaultAttributes needs to be redeclared. I
haven''t downloaded the Unix and Mac headers for 2.6.3 so I couldn''t see
if it also applies
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...t;@@ -200,7 +206,12 @@
</span><span class="cx"> * "Window#set_help_text":#Window_sethelptext
</span><span class="cx"> * "Window#set_id":#Window_setid
</span><span class="cx"> * "Window#set_label":#Window_setlabel
</span><ins>+* "Window#set_max_size":#Window_setmaxsize
+* "Window#set_min_size":#Window_setminsize
</ins><span class="cx"> * "Window#set_name":#Window_setname
</span><ins>+* "Window#set_own_background_colour":#Wi...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...t& event ) ;
</span><ins>+ int GetAlignment() const;
+
+ wxString GetLabelText() const;
+ virtual bool ShouldInheritColours() const;
+
</ins><span class="cx"> virtual wxString GetLabel() const;
</span><span class="cx"> virtual void SetLabel(const wxString& label ) ;
</span><ins>+ virtual bool SetFont(const wxFont& font);
</ins><span class="cx"> };
</span><span class="cx">
</span><span class="cx">
</span></span></pre></div>...