Displaying 20 results from an estimated 130 matches similar to: "Wx::FileDialog Styles are not working"
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
<!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:
2007 Aug 28
0
[ wxruby-Bugs-13457 ] Missing constants for FileDialog
Bugs item #13457, was opened at 2007-08-28 12:32
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=13457&group_id=35
Category: Missing API call
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Torbj?rn Bergstedt (tbergstedt)
Assigned to: Nobody (None)
Summary: Missing constants for FileDialog
Initial Comment:
According to the
2007 May 19
0
[1020] trunk/wxruby2/swig/classes/FileDialog.i: Added the Wx::FD_XXX constants for FileDialog variants
<!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:
2007 Nov 07
1
Wx::FileDialog and common dialogs
The documentation for Wx::FileDialog is incorrectly generated:
http://wxruby.rubyforge.org/doc/filedialog.html
Every time the ''*'' (for the wildcard character in file filters) appears,
the doc instead switches between boldface and normal.
Also, it seems like the links under "See also" are broken.
Feature request:
Regarding all modal common dialogs (ColourDialog,
2005 Sep 23
2
FileDialog.i patch
Here''s a patch for FileDialog.i. Seems we had never removed that #ifdef
in there.
wxWindows 2.6.2 works just fine on Windows. No other news.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2004 May 21
0
For the FAQ: FileDialog default file name
On windows, the FileDialog class ignores filenames with slashes (/) as
the default file name (4th parameter).
Example scenario:
path = "c:\\temp"
name = File.join(''subdir'', ''somefile'') #=> ''subdir/somefile''
fd = FileDialog.new(self, "Please select file to open", path, name, "",
OPEN)
In this case
2007 Nov 19
1
about fileDialog
I want to create openfile dialog and I use
@dialog = FileDialog.new(@panel, "Choose a file", "", "", ".*",
style=FD_OPEN, Point.new(312,152), Size.new(98, 23), "open")
it''s nothing happen in my frame
I want to create openfileDialog at button
how can I create it??
--
Posted via http://www.ruby-forum.com/.
2005 Aug 11
2
Patch file for FileDialog.i
Attached is a patch file for FileDialog.i. It doesn''t work 100% yet
because I haven''t yet figured out how to make it put the ruby
declarations in the right place. If I cut and paste the
rb_define_methods into the right place this works perfectly.
This patch fixes the dialogs.rb multiple select example so that
get_paths and get_filenames returns a ruby array. Note that I
2007 May 21
5
Wx::Scintilla class not defined
I''m posting this for a friend who is having trouble with this and here is
his message.
"Heya! I''m working on a script editor application, but it''s missing one key
feature: Syntax highlighting. Seeing this, I looked around in the sample
directory and came across scintilla.rb. I attempted a run, however Ruby
reported Wxruby2::Scintilla as an uninitialized
2005 Jul 20
1
wxr2 build error CVS HEAD on OS x
Hi
I''m getting a build error with the current cvs HEAD of wxruby-swig. Perh
something to do with the unicode changes?
OS X 10.3
WxMAC 2.6.0
ruby 1.8.2
thanks
alex
g++ -c -I/usr/local/lib/wx/include/mac-ansi-release-static-2.6
-I/usr/local/include/wx-2.6 -D__WXMAC__ -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -DNO_GCC_PRAGMA -O2 -fno-common -pipe -fno-common -x
objective-c++ -I
2006 Apr 17
3
Please help : how to link_to() and css styles ?
Hello, I''m having hard times on a very simple problem : how to provide a
css class to a link_to tag ?
I''m using this :
<%= link_to ''Cancel'', :action => ''list'', :class => ''btn-cancel'' %>
and RoR produces this :
<a href="/gallery/list?class=btn-cancel">Cancel</a>
I''ve read the doc
2006 Mar 01
0
datetime_select & styles
Hello,
apologies if this has a trivial solution but after rumaging around
google for a while I haven''t found one. I am trying to set the style of
the datetime_select compound widget but it appears to ignore all my
efforts ... the API specifies
datetime_select(object, method, options = {})
so you would expect
<%= datetime_select ''log'',
2006 May 05
0
Re: How to insert styles with Insertion (David Kaufman)
I dont think its is allowed according to the W3C standards to have <style>
sections inside the <body>. Keep that in mind when insering
css-style-sections. ;-)
-Tommy
>
> WJRANKIN-J6ISH/MDR2c@public.gmane.org wrote:
> > Hi,
> >
> > I''m having difficulty using Prototype''s Insertion method to insert
> > styles into a document node. Code
2012 Feb 23
1
Re: UXTheme and Vista Styles potential problem
Any news?
Now with the new DIB engine, this topic gets a new meaning:
http://markmail.org/message/42t5azci4j5pcskq
2009 Jul 28
1
[PAPERCLIP] How to avoid image crop in paperclip styles
Hello All,
I am using rails paperclip plugin for image upload.
my image has different styles and the original image gets cropped
while processing styled image.
I dont want image to be cropped.
Is there any way ????????
Thanks,
Sandip R~
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Jul 07
0
Paperclip polymorphic styles problem
I made my model Picture polymorphic and this model use paperclip. Now I
want to specify :styles for the model that have many pictures, but I
can''t find a solution to fix this. At the moment I use this and all is
working good :
http://pastie.org/1034105
But for example for model Brand I need different styles then for model
Product.
I tried a lambda like this :
:styles =>
2007 Mar 17
1
arrowhead styles
Hi all,
I've been using the arrows() function in plots a lot, but I'm not
happy with the appearance of the arrow heads. I understand that arrows
() doesn't offer more sophisticated arrowhead shapes like e.g. a
filled triangle, possibly with choice of angle at the point. Does
anyone know an easy way to achieve this?
thanks
Hendrik
2013 Feb 02
1
How to set css styles with variables in rails if certain item is selected?
I''m doing the Ryan Bates Sortable Table Columns screencast
If the item is a table and I want to a style if the item is selected how
can I do it?
Attachments:
http://www.ruby-forum.com/attachment/8101/sortable.txt
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2011 Nov 15
2
UXTheme and Vista Styles potential problem
Sure I know vista styles tend to use png images, but I seem to have noticed a potential problem. Unless wine has its own window manager, styles like Windows Aero may look very strange in wine. Reason: Aero is intended to be a unified look and imagine a partial glass look with metacity chopping off part of the theme. Also, how would we know were to start drawing in the aero image resource if we
2008 Oct 03
1
How to mix different font styles in axis label of lattice plot?
Hello,
I have a y-axis label that reads: "S. schenckii yeast cells". The part that reads "S. schenckii" needs to be in italic style, the rest of the text is normal style. How can I specify the different font styles for each part of the y-axis label?
Thank you,
Judith