Displaying 9 results from an estimated 9 matches for "te_rich".
2007 Oct 02
0
[ wxruby-Bugs-14374 ] TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1)
...10-02 12:13
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=14374&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Christopher Bludau (count_cb)
Assigned to: Nobody (None)
Summary: TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1)
Initial Comment:
When using a Wx::TextCtrl with Default Style it has a sunken border.
When using the style TE_RICH in WxRuby 1.9.0 the sunken border was still visible.
But when using the style TE_RICH in WxRuby 1.9.1 the sunken border is gone.
You have to manuelly...
2007 Aug 11
2
TextCtrl.new
Salut alex,
j''utilise ce bout de code pour faire apparaître mon texte dans ma fenêtre:
@dou = TextCtrl.new(@s, -1, "", Point.new(10, 70), Size.new(410, 210), TE_RICH | TE_MULTILINE)
@dou << "je vais à l''école"
le problème c''est que l''encodage ne marche pas.Je ne peut pas mettre l''accentuation.J''ai essayer pas mal de solution différente mais rien à faire.
Quand je veut encoder ça ne marche pas
mais pa...
2010 Aug 23
4
Segmentation Fault
Once more, with feeling.
I''m trying to implement using xrc_replace so as to use a RichTextCtrl in
a form created by FormBuilder. The problem is that I can''t even create a
RichTextCtrl. When I try to, I get a segmentation fault.
I''ve attached the files that are causing this. I''m running wxRuby on a
box running an up-to-date PCLinuxOS distro. I''ve
2007 Apr 12
1
(no subject)
Bonjour. Je n''ai pas encore eu l''occasion d''utiliser TE_RICH2 en plus de TE_RICH | TE_MULTILINE, je compte l''essayé.
Pour rentrer le texte dans TextCtrl j''utilise : @dou << texte
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-...
2005 Aug 15
1
TextAttr.i
Hi
New .i file attached; compiled and tested on OS X, though background
colour doesn''t seem to work as documented - applying
TextAttr.new(fg_colour, bg_colour) doesn''t seem to affect the actual
shown colour, even with TE_RICH|TE_RICH2 styles on the TextCtrl. This is
also true of current wx on Windows but not Linux.
As per Nick''s comment previously, TextAttr and TextCtrl#set_style are
candidates for some ruby syntax sugar, but this patch should at least
allow some simple "rich" text editors.
cheer...
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes.
Je ne comprend pas. Est-ce que c''est instable?
le bout de code que vous m''avez envoyer ne marche pas.
merci
Sebastien
_______________________________________________
wxruby-users
2006 Dec 18
3
getting url from evt_text_url event
paul.allton at uk.bnpparibas.com wrote:
> TextCtrl on windows supports the TE_RICH and TE_AUTO_URL styles, but
I cannot seem
> to extract the url from the generated evt_text_url event. Is this
not supported or am
> I just not asking the right question of it?
It seems there is a class specifically for this in WxWidgets, called
TextUrlEvent, which includes methods for...
2006 Sep 21
9
problem with TextCtrl#get_insertion_point
I''m trying to un-ignore TextCtrl#get_selection. The typemaps work fine,
but in the process it breaks get_insertion_point.
This is because (on Mac, tho not GTK), get_insertion_point calls
get_selection internally and simply returns the first value. I think the
return value is being converted from a long to a ruby int twice, because
when get_selection is wrapped, it works fine but the
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
First of all, just wanted to say big thanks for all the great work on
wxruby2 .. I''ve been a user of 0.6 for a long time and its proved very
useful over the years. It''s great to finally have a multi-platform, gem
installable ui toolkit that doesn''t suck!
Secondly, thanks also for wx-sugar. I was drowning in sizers and started
to write my own layout library ... but