Displaying 20 results from an estimated 600 matches similar to: "Control Characters"
2007 Aug 29
13
Scintilla
Hi
I''ve been trying out the StyledTextCtrl/Scintilla component bundled with
wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a
basic level with wxRuby (95% of credit to Roy, who originally created a
SWIG file for this).
So I''m wondering: should we try and integrate this into wxRuby core?
Pros:
- a cool component, interesting to developers
- not
2010 Jan 24
13
Where can I find a list of events for each widget?
I''ve searched the documentation like crazy but I can''t seem to find the
events for each of the widgets. Any info on this would be greatly
appreciated.
--
Posted via http://www.ruby-forum.com/.
2007 Sep 03
1
API survey results & update
Thanks to everyone who voted in the API style survey. We had 10 votes
altogether - we''re not electing the prime minister, after all - but it
was decisively a yes. 90% (9/10) supported adding keyword constructors,
and 77% (7/9) ruby-style accessors. The changes are summarised at the
bottom of the email.
We hope to have a 1.9.1 release incorporating these in the next week or
two.
2009 Sep 10
1
App freezes on wxruby-19-2.0.1 on Windows, fine on Mac
With wxRuby-ruby19- v2.0.1, my app works well on Mac. But on Windows,
it freezes after typing up to a dozen of characters in a
StyledTextControl, mouse operations are fine. Once freezing, Ctrl+C
couldn''t end the process.
My env:
Windows XP
ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]
It might be specific to my application (no issues on Ruby 1.8 with
wxRuby 2.0.0
2006 Jul 05
13
interactive web app
I have an arbitrary program written in any language, and it is a binary
(ie foo.exe), that will print out output to stdout constantly every 3-5
seconds.
Is there a way that I can have a web application designed in rails that
will print the output of this program to the browser every 3-5 seconds
in realtime, preferably even in an ajax manner.
thanks
--
Posted via http://www.ruby-forum.com/.
2007 Oct 24
1
Problems with creating my own syntax highlighter
Well, I wanted to make my own syntax highlighter using Wx::StyledTextCtrl.
The easiest way to do it seemed to parse the text contents in a
content-changed-event. But it doesn''t seem to work..
I tried to edit the scintilla sample and added this event(@sci is the
StyledTextCtrl):
@sci.evt_stc_change(@sci.get_id) do
@sci.clear_document_style
@sci.start_styling(1,31)
2006 Feb 23
3
rake error
I installed at least one gem since I thought I actually once was able to
run ''rake appdoc'' command since there is an api for my models and the
ez_where plugin that I installed earlier. I wanted to see the api for
pdf-writer which is the gem that I installed most recently.
(no, I haven''t given up the issue of ''looping'' that Kevin and some
others replied
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
Hello,
I''m trying to compile wxruby for Ruby 1.9 on Ubuntu Karmic 64 bit, but I
can''t get it to work. I''ve already done this for the 32 bit version (on
another machine, of course), so I don''t see where''s the problem with
that. I thought, I had all neccessary libraries installed, but maybe you
know better... After compiling for a long time, rake fails
2002 Nov 15
1
FW: How to configure Unix file mode on NT/2000 file transfer
I could not find this in the list...
How can I configure Samba (I'm on 2.2) to automatically strip those pesky ^M character (DOS newline) when I share a Unix/Solaris slice to NT. I'd like to be able to copy files back and forth and not have to edit the files and strip out the control-M characters in my files on Unix.
Any ideas?
Thanks,
Tom
2009 Aug 14
1
TextCtrl performance for large files
I''ve been trying to speed up my program, which uses a TextCtrl, for
large files by getting rid of code using line numbers. However, it
seems that just using the get_range method is slowing down my program
for large files. I don''t know whether I''m doing something wrong or
there''s a way to access the text without significant slowing in large
files. If anyone
2008 Mar 01
11
wxRIDE Finally Available
Hello fellow wxRuby users,
Well, after a long period in which I originally announced that I was
creating an IDE, I have finally become satisfied enough to release a SVN
Version of wxRIDE. I started the project out, and in cases where I couldn''t
launch the application again, I utilized SciTE (Which uses Scintilla, same
as wxRIDE), outside of that initial part, and subsequent failures to
2011 Dec 28
4
JVM 7 fails to start
Hi,
I installed the jre-7u2 into the wine under Ubuntu 11.10
But, when I try to run the java itself:
Code:
wine ${PATH_TO_JAVA/BIN}/java.exe
I get following error:
Code:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Error occurred during initialization of VM
java/io/IOException: Bad pathname
Any hints? Help will be mostly appreciated, I need to run windows app, which uses JVM.
Thanks.
2007 Sep 10
2
syntax II
Hi
Given the warm response to the syntax additions in 1.9.1 I''m considering
moving one or two more syntax extensions into core, and would like your
thoughts. Last ones, I promise. Realise we don''t want much more API
change now, but also we''ll probably also have to live with whatever we
settle on for 2.0 for a little while, so...
1) Setting up event handlers
In
2007 Oct 18
4
Polymorphic Association?
Hi there-
I''m a newbie to this board, RoR, and web development in general. So
please forgive me if this is in the wrong place or if the solution is
really simple...
I''m trying to conceptualize the relationships between a series of
models for a page creation function. What I''d like is to have a
Content Page which consists of a series of Content Blocks. The
Content
2008 Sep 06
0
Tab control using FXRuby
In the sample program below I have a form of 6 text fields, in a scrolling
window, followed by a row of function buttons.
Problems:
1) For data entry purposes I''d like the function buttons NOT to be entered
by pressing Tab keys, and retain their ''clickability'', but when the user
Tab''s out of the last scrolling field (postcode) to have the form scroll to
the
2008 Jan 18
0
[ wxruby-Feature Requests-17217 ] change the names of group methods in StyledTextCtrl
Feature Requests item #17217, was opened at 18-01-2008 14:39
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=221&aid=17217&group_id=35
Category: Documentation
Group: None
Status: Open
Priority: 3
Submitted By: Nobody (None)
Assigned to: Alex Fenton (brokentoy)
Summary: change the names of group methods in StyledTextCtrl
Initial Comment:
in the
2010 Jan 10
0
Problem with StyledTextCtrl
I am using StyledTextCtrl, and want to get direct function and pointer
from the handle so that I can pass them to some old codes written in C.
But the output of the following code is "0, 0", which means send_msg()
returns nothing but 0.
require ''wx''
module Wx
App.run do
frame = Frame.new nil, :title => "stc"
stc =
2009 Jul 21
0
Lots of "file exists" errors with rsync version 3.0.6
Hi, we have started getting "file exists" ~100s errors every day. I think we
never got it with rsync 2.6.9. Is there anything changed in new version that
has been generating these errors?
Error while syncing /usr/local/theapp/: rsync: symlink
"/usr/local/theapp/2009.uv" -> "../thedt.uv" failed: File exists (17)
...
Error while syncing /usr/local/theapp/: rsync
2017 Jul 14
1
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
On Fri, 2017-07-14 at 18:10 +0200, Peter Zijlstra wrote:
> On Fri, Jul 14, 2017 at 05:58:18PM +0200, Mike Galbraith wrote:
> > On Fri, 2017-07-14 at 17:50 +0200, Peter Zijlstra wrote:
>
> > > Urgh, is for some mysterious reason the __bug_table section of modules
> > > ending up in RO memory?
> > >
> > > I forever get lost in that link magic :/
>