Displaying 20 results from an estimated 300 matches similar to: "FXText syled text bug"
2007 Aug 24
2
setting the font in FXText
I have subclassed a FXDialogBox and put a FXText in it for displaying a
hex dump in my application. I want to change the font to a courier type
font since it''s a hex dump. When do the following it works as expected:
# A little dialog box to use in our tests
class FXTextDialog < FXDialogBox
def initialize(owner)
# Invoke base class initialize function first
super(owner,
2004 Sep 22
1
FXText with colored lines or text
Im using an FXText and want to change the color or background color of individual lines. Is there a way to do it?
I see methods called xxxxStyledText but cant find anything about them.
THis is fx from the 1.8.1 build 11 windows installer
Thanks
Paul
2012 Mar 08
5
FXRuby 1.6.23 released
Hi fxruby hackers,
new version 1.6.23 is out with the following changes. Unfortunately
the fxruby.org homepage is down and I don''t have access to it.
Therefore I''ve moved the documentation to
http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted
to yard.
Have fun!
=== 1.6.23 / 2012-03-08
* Add YARD documentation support
* Use generated Manifest.txt
* Support
2005 Aug 31
4
Element.show - element.style.display=''''
All
Head up.
I found that when I had a hidden DIV (using css - display: none) which I
wanted to Effect.Appear on some event (although the underlying problem seems
to be with Element.show()), I had to make an amendment to the underlying
prototype.js code by changing :
element.style.display = '''' -> element.style.display = ''block'';
I think the problem was
2009 Jun 06
2
FXRuby Installation failing
Hi
Which is the most stable version of FXRuby that can be used with ruby
1.8.7 (2008-05-31 patchlevel 0)?
I am having lots of trouble installing fxruby using gem.
root at at91sam9263ek:~$ gem install fxruby-1.6.19.gem
Building native extensions. This could take a while...
ERROR: Error installing fxruby-1.6.19.gem:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
On Wed, 7 Jul 2004, Hugh Sasse Staff Elec Eng wrote:
> On Tue, 6 Jul 2004, jeroen wrote:
>
>> On Tuesday 06 July 2004 10:26 am, Hugh Sasse Staff Elec Eng wrote:
>>> The last thing I get on building the Fox library is
>>>
>>> g++ -shared FX4Splitter.lo FXAccelTable.lo FXApp.lo
>>> FXArrowButton.lo FXBMPIcon.lo FXBMPImage.lo FXBitmap.lo
>
2005 Nov 21
0
New Core Effect
Hey everyone,
I''ve created a new "core" effect for use with a project I''m working on.
Thought some people might find it useful. It takes a CSS parameter that
has top, right, left, and bottom parameters and adjusts them as
specified; useful making adjustments to page layouts (ie, hide one
element and adjust another''s margin to fill to void). I''ve
2009 Feb 07
0
Error installing MacPorts rb-fxruby...
Hi all,
I''m encountering an error while trying to install the MacPorts version of
fxruby on a Intel Mac running 10.4.11. It appears to be having trouble
installing and building the ''fox'' library prerequisite. It looks like it''s
having trouble generating the libraries: "-o .libs/libFOX-1.6.0.0.34.dylib"
and "-o libFOX-1.6.la". The errors
2005 Sep 07
3
Autocomplete Error w/Version 1.5_pre4
I recently updated to version 1.5_pre4 to use the excellent in-place
editor, however, I''m now seeing a bug with AutoCompletion.
When text is entered in the text field for auto completion, the
auto_complete div is not updated (but the server does receive the
request and return a response). Upon removing focus from the text
field, 2 instances of the following error can be seen in both
2010 Jul 19
0
HTML widget?
From
FXRuby
Create Lean and Mean GUIs with Ruby
- - -
A serious shortcoming of FOX and FXRuby is the lack of a widget that
can display HTML or rich text. The FXText widget is definitely not that
kind of widget, although it provides some minimal support for ?styled?
text.
- - -
Does such a widget exist yet? I did a Google search and the last time I could find the question asked and answered
2008 May 06
1
Wrap text inside an FXTable cell?
Hi,
Is it possible to wrap text inside an FXTable cell, just like it is
possible with an FXText object? I''d like to display and edit multi-line
text inside an FXTable cell.
Thanks!
Philippe
2005 Oct 26
2
Troubleshooting inplace editor
I can''t get the inplace editor to do anything for me. The output appears as
regular formated, unclickable text. Maybe I am missing something simple.
1. I just downloaded script.aculo.us <http://script.aculo.us> 1.5_rc3 and
copied it to my javascript folder.
2. To set up a simple test, I created a new test page containing only the
copied from demo1 from the script.aculo.us
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app,
that will be done separately in another patch
as F10/F11 require different setups for that.
In the meantime gettext works if manually changed
in environment.rb to gettext_rails instead of
gettext/rails
Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com>
---
src/app/controllers/application.rb | 200 --------
2005 Dec 22
1
FxTopWindow problem
I have an fxRuby GUI app that I am having problems with. I want to bring up a help window from the main window when someone selects a help/help from the help menu. I have created a helpWindow that inherits from FXDialogBox. It has an FXMenuBar, FXStatusBar, and an FXtext which gets filled with help text from a file. When the help/help menu is selected from the main window, I make a new helpWindow,
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last
prototype?
I you make an Effect.Pulsate, the element stays hidden after the effect
finish if the element don''t have opacity stablished. This is for the changes
on the setStyle method on prototype.
The original code is:
2008 Jun 19
7
getDimensions() fails for elements with ancestors with display: none
Prototype v1.6.0.2
If any of an element''s ancestors are hidden, Element.getDimensions()
returns misleading values. In order to address this in my own project,
I made the following modification:
getDimensions: function(element) {
element = $(element);
var display = element.getStyle(''display'');
+ var hiddenAncestor = element.ancestors().any(function(e)
{
2008 Apr 13
3
fxruby gem install problem
Lyle,
Following up on your suggestion...
"You might want to follow-up on the fxruby-users mailing list at some
point; sometimes FXRuby questions can get lost in the shuffle here due
to the high volume of messages on ruby-talk!''
I''ve installed libfox-1.6-dev, and after that attempted install of
fxruby, with this result:
$ sudo gem install fxruby
[sudo] password for
2008 May 18
8
FXTable::fitColumnsToContents
On May 17, 2008, at 6:54 AM, David Toll wrote:
> I tried to submit the following message to the "fxruby-users"
> message board (I clicked the link to send it as an email to fxruby-users at rubyforge.org
> , but the message did not appear). I conclude I do not know how to
> submit questions to this message board.
You need to be subscribed to the mailing list before you
2006 Jun 23
4
Creating a scrolling effect with slider
I''m currently working on a method to implement a scroller for a div
using a slider. I need to do this as an alternative to making a stylish
flash scroller with content.
The main advantage of this method is to allow the ability to style the
sliding elements cross browser (and maybe as a future add on... the
ability to have a scroll.to for a scrolling div).
This is my first attempt at
2006 Sep 22
1
A problem about updating an FXRuby program layout recursively
Dear all,
I have a design question: assume we have an FXText field containing
a sentence
The <best> Ruby version is the current one.
with "best" highlighted, and there is a choice of words
| most wonderful |, | cutest |, | most effective |
to replace "best". To do the replacement, I want to just click on any of
three buttons. I want to iterate through all of the