similar to: RE: Let''s see if I can post

Displaying 20 results from an estimated 30000 matches similar to: "RE: Let''s see if I can post"

2006 Oct 22
1
[Fwd: Wxruby-development post from noreply@rubyforge.org requires approval]
Alex: Any idea why the list is still bouncing these? "noreply at rubyforge.org" is in the list of addresses that are supposed to be allowed to post even though not subscribed. What is that about "Message has implicit destination"??? Kevin -------- Original Message -------- Subject: Wxruby-development post from noreply at rubyforge.org requires approval Date: Sat, 21 Oct
2005 Jul 19
0
Hello, new developer here. (for Bryan Green)
Bryan Green has subscribed to the ML, but is getting his postings rejected. I''m forward his post to the list for you to read, and as a test to see if I also get an error. Bryan: Can you send me the actual error/rejection-notice you are getting? Anyway, here''s Bryan''s message: Greetings to everyone! I have been pointed to this project from the Freeride project. I
2023 Jul 26
1
Downloading a directory of text files into R
?s 23:06 de 25/07/2023, Bob Green escreveu: > Hello, > > I am seeking advice as to how I can download the 833 files from this > site:"http://home.brisnet.org.au/~bgreen/Data/" > > I want to be able to download them to perform a textual analysis. > > If the 833 files, which are in a Directory with two subfolders were on > my computer I could read them
2004 Apr 22
3
Proposed license change(s)
The current wxRuby license is too complicated. It is licensed under the wxWidgets/wxWindows license, which sounds straightforward. But if you look at the LICENSE file, you''ll see that the license itself is copyrighted by the wxWidgets folks, but we are applying it to wxRuby. Beyond that, the wxWidgets license itself is confusing. It starts out as LGPL (and refers you to COPYING.LIB),
2008 Jan 29
1
wxruby and ActiveRecord
Hello, i''m running wxruby 1.9.4, and i show my ActiveRecord data in a grid (with GridTableBase) (a grid with 30 columns) >From my base Window, i open and close the GridWindow. After several openings and closes, this message appears: c:/Programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_ record/base.rb:1860: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13)
2008 May 20
1
wxruby version 1.9.6
Hello all, i#m missing the Grid method "set_col_label_text_orientation" in wxruby 1.9.6 thanks, franz </PRE><html><P><SPAN style="FONT-SIZE: 8pt"><FONT color=#000000><FONT face=Arial> This communication and any files or attachments transmitted with it may contain information that is copyrighted or confidential and exempt from <br>
2008 May 16
0
wxruby new version
Hello, i miss the grid method "set_col_label_text_orientation" in wxruby 1.9.6 hanks, franz </PRE><html><P><SPAN style="FONT-SIZE: 8pt"><FONT color=#000000><FONT face=Arial> This communication and any files or attachments transmitted with it may contain information that is copyrighted or confidential and exempt from <br> disclosure
2006 Nov 04
0
[721] trunk/wxruby2/doc/wxruby.css: Tint and border around code samples, reduce size and spacing of ''see
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2008 May 20
1
Suggestion for Installation Instructions
http://wxruby.rubyforge.org/wiki/wiki.pl?Installation Please forgive and redirect me if this is the wrong forum for this very minor posting. I suspect most people know the answer to this question from some other experience, but for those of us who don''t it would be helpful to give a hint on which Windows gem package to install. c:\ruby>gem install wxruby Select which gem
2004 Aug 02
1
append_menu patch for wxruby
Attached is a patch to add the ''append_menu'' method to wxMenu which corresponds to the WxWidgets method for appending submenus. (See Feature Request #255 on rubyforge). -- David Mitchell Software Engineer Telogis NOTICE: This message (including any attachments) contains CONFIDENTIAL INFORMATION intended for a specific individual and purpose, and is protected by law. If you
2007 Nov 15
0
Code for Listbox object bulk adding
Hello! Attached is a method to bulk add arrays to a list box, when the array isn''t a string array. Feel free to add it to wxSugar. Example: arr = [[Wx::RED, "Red"],[Wx::GREEN, "Green"],[Wx::BLUE, "Blue"]] listbox.insert_obj_items(arr, "[1]") ...would add 3 list box items with "Red"-"Green"-"Blue"
2004 Jan 27
0
FW: Wx::ListCtrl#get_item method
For some reason, Mailman auto-discarded this message, so I am reposting it. Curt -----Original Message----- From: Nick Kral [mailto:nkral@pinnaclet.com] Sent: Tuesday, January 27, 2004 8:55 AM To: Wxruby developers'' list Subject: Re: [Wxruby-users] Wx::ListCtrl#get_item method Same question - I have a small patch I need to send for the mac version. Nick Curt Hibbs wrote: >I
2006 Nov 30
0
Re: TaskBarIcon i wxruby2-preview gem (Alex Fenton)
I''m using windows, if I find the time I''ll try to build it myself. Otherwise I''ll just wait for the next gem. Thanks for a great job on wxruby2 btw! Regards, Mattias > > > > Date: Tue, 21 Nov 2006 08:40:53 +0000 > From: Alex Fenton <alex@pressure.to> > Subject: Re: [Wxruby-users] TaskBarIcon i wxruby2-preview gem > To: General discussion of
2004 Jul 13
0
Adding to the wiki
I just put up a "Extending wxruby for dummies" which describes how to wrap your favorite wxWidgets class with a .t file. This does not cover wxruby-swig, as that is still a work in progress. Nick > Zach Dennis wrote: > > > > Thanks Curt for the info on the how-to. Would do you recommend as far as > > living documents? Should I put up something small, simple and
2006 Feb 17
7
Re: Problem building wxRuby: htmlproc.h not found
Hi, Has this problem been resolved? I encountered the same problem on my FC3 system with wxGTK-2.4.2 and wxruby-0.6. Thanks. Stephen [Wxruby-users] Re: Problem building wxRuby: htmlproc.h not found *Nick* devel at nicreations.com
2007 Apr 27
1
panel as child of grid on Windows
I am attempting to add controls inside a Wx::Grid. I added a Wx::Panel as a child of the grid, then added a control to that panel. In the actual code, the child panel would be sized and located inside a single grid cell, but I simplified the example code. On linux with GTK, this code performs as expected--you get a green panel with a clickable button in it. On windows XP, however, the grid and
2007 Nov 11
0
Recent French communications
Hello All, (Salut) Sebastien is a French user among us, and doesn''t speak English, so I''ve been talking with him in French the best way I know how (Google is god.) So, I will also translate the conversation going on, so that everyone will be able to understand, and keep up with what has been going on: (Sebastien est un utilisateur français parmi nous, et ne parle pas
2004 Nov 01
1
wxruby-swig compile/rake problem
Nick wrote: > > I''m assuming you''ve installed ruby 1.8 over the Mac default? Yep, I installed 1.8 over the Debian default. I''m running Debian Linux atm, my Mac box is the next in line for me to get going. Zach > > Nick > > Zach Dennis wrote: > >> Nick wrote: >> >>> >>> What version of Swig do you have? Make sure it
2004 Jan 06
5
Another Updated - wxRuby Windows installeravailable for
Hmm everything installed fine but when I try to run the samples I get an error dialog stating: "rubyw.exe - unable to Locate Component This application has failed to start because MSVCRTD.dll was not found. Re-installing the application may fix this problem." Which unless you are supplying the debug microsoft dll''s, re-installing will have no effect :) This was on WinXP
2008 Jan 28
4
GridTableBase
Hello all, i''m using wxruby 1.9.4 with Grid and the model class: "GridTableBase" like in the code below. But the method set_table of the grid does''nt work. Can anyone help me? require ''wx'' include Wx class MyGridTableBase < GridTableBase def get_attr row, col, attr_kind ## end def get_number_rows 0