Displaying 20 results from an estimated 500 matches similar to: "[ wxruby-Bugs-13457 ] Missing constants for FileDialog"
2007 May 19
1
Wx::FileDialog Styles are not working
The Constants for the Styles for FileDialog are not initialized to a value
and the class will not work without those, the Dialog will come up when you
call the show_modal method but the filenames are not showing up
I specifically need the values for
FD_OPEN
FD_SAVE
FD_OVERWRITE_PROMPT
FD_FILE_MUST_EXIST
but if I can''t get those then I''ll find a workaround
so far this has
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 Nov 09
0
[ wxruby-Support Requests-15490 ] gem install for i386-mswin32
Support Requests item #15490, was opened at 2007-11-09 11:33
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=219&aid=15490&group_id=35
Category: None
Group: None
Status: Open
Priority: 3
Submitted By: Torbj?rn Bergstedt (tbergstedt)
Assigned to: Nobody (None)
Summary: gem install for i386-mswin32
Initial Comment:
When I try to use gem to install 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,
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
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
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
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
2009 Mar 30
0
Problem in S4 object displaying from within a Java application using JRI
I am using JRI (Java R Interface) library in order to call R from within my
Java application. But since the "rmu1" and "rmu2" ,see the following code,
are objects of type S4 once i run the application the value of Null will be
returned for both of them. On this regard, i would appreciate it if anyone
can tell me how i am going to display and/ or convert these objects to Java
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
Bugs item #20211, was opened at 2008-05-18 13:46
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=20211&group_id=35
Category: Compile/build
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Tobias Peters (t-peters)
Assigned to: Nobody (None)
Summary: Unresolved symbol due to linkage error
Initial Comment:
While compiling wxruby
2012 Dec 19
0
Dsync help, new attempt
I observe that dsync fills Maildir correctly incl. cur, if I delete
Maildir just before dsync runs.
Can the failed mbox to Maildir conversion be caused by dovecot creating
Maildir automatically if a client connects to dovecot?
Should dovecot be shutdown when running dsync?
All the best,
Torbj?rn
9. dsync help? (Torbjorn Astlind)
------------------------------
Message: 9
Date: Mon, 10
2010 Dec 14
3
Converting asterisk h264 recordings
Hello,
We are setting up an asterisk system for voicemail with video possibilities.
We are not using the voicemail app, but rather writing our own dialplan
logic. The part of recording, and replaying, the voicemail works, and we
receive both an h264 and an wav-file. What I now wonder is how to convert
these into one file playable by a (standard) media player. I have not found
any real good
2011 Sep 14
2
Weibull point process
Dear list,
I'm looking for a function to generate (simulate) a random Weibull
point process. Can anyone help?
Cheers,
Torbj?rn Ergon, University of Oslo
2008 Jan 23
1
Realtime problem host='dynamic' in 1.2.26.1
Hello!
We are using the 1.2 branch, and upgraded to 1.2.26.1. We ran into some
problems when using realtime for peers. We connect the PBX to a sip peer
at an ITSP, and when we try to dial the peer we get:
Jan 23 09:02:07 VERBOSE[2236] logger.c: -- Executing
Dial("SIP/dev02-08c36f28", "SIP/3246 at 989800-out||W") in new stack
Jan 23 09:02:07 DEBUG[2236]
2013 Mar 08
1
Debian Squeeze packages available for Gluster 3.4.0-alpha2
I've made packages for Debian Squeeze for Gluster 3.4.0-alpha2,
they are available on
http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/.
They built and installed successfully, and have been running nicely
for a couple of hours,
but your mileage may vary.
The Debian packaging is on
http://torbjorn-dev.trollweb.net/gluster-3.4.0alpha2-debs/glusterfs-3.4.0-debian.tar.gz.
I took the
2007 Sep 27
2
wxRuby Documentation / Textitle Docs
Hey All,
Just wanted to let you guys know, that with the HTML Generated
documentation from the Textile source code, does not show *''s in stuff
like Wx::FileDialog. It''s interpreting this as a Bold, not as an
Asterisk. Just thought you''d want to know that.
L8ers,
Mario Steele
2014 Feb 18
1
Dynamically setting from domain when calling friends
Hello
I have a problem where I would like to be able to send an arbitrary SIP
domain when sending a call to a registered friend. By default the from
domain is set to the IP of the Asterisk server, but I would like to set it
to something else.
The case is that when a call from a foreign domain comes in to the Asterisk,
it will connect it to the callee (but with the domain changed). When
2011 Oct 19
5
Running as non-root
Hello.
I would like to run asterisk as an user other than root. I have seen some
tutorials on the web, but I would like to know if there is some ?official?
how-to for this. Is there?
I looked at a thread on reviewboard regarding this
(https://reviewboard.asterisk.org/r/654/). It was Paul Belangers work trying
to make the installation process take care of this. But the conclusion seem
to