Displaying 10 results from an estimated 10 matches for "get_filenames".
2002 Mar 08
2
disable spoolss - not working
Hi,
I don't want to have to downgrade my samba server to disable spoolss.
I'm running 2.2.3. (I assume I don't need 2.2.3a since it just fixed
an overwrite bug).
When I use "disable spoolss = no", I can access my printer
\\server\savin just fine.
When I use "disable spoolss = yes", I can see my printer (savin) in
\\server, but when I access it, I get:
2005 Aug 11
2
Patch file for FileDialog.i
...sn''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 may have
broken subclassing with this as I think there were _wrap_ wrappers that
got lost. Perhaps Kevin or Sean can point out what I should have done?
Be gentle, it''s my first swig patch. :)
Roy
_______________________________________________
wxr...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across
something that kinda bothers me...
In order to implement validators you have to override the clone method.
The directors seems to be set up to specifically handle this situation.
However, whenever C++ calls back to the object''s methods the swig_get_up
function is returning false. It seems like swig_up
2017 Feb 02
7
[PATCH 0/6] dib: various improvements
Hi,
this series improves virt-dib, adding some upstream changes, and
refactoring the handling of output formats.
Thanks,
Pino Toscano (6):
dib: clear up "already provided" message
dib: add --checksum
dib: pass custom mkfs options after the filesystem type
dib: refactor output formats handling
dib: clarify "output:" lines in --machine-readable documentation
dib:
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
2007 Dec 28
0
Wine release 0.9.52
This is release 0.9.52 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Improved graphics tablet support.
- Support for RPC context handles.
- Fixes for some longstanding screen depth issues.
- Implementation of "My Network Places" shell folder.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before
2007 Jan 25
0
Wine release 0.9.30
This is release 0.9.30 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Many improvements to Direct3D shaders and state management.
- Support for inter-process memory allocations.
- OLE32 marshalling fixes.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The
2017 Nov 21
2
[PATCH v3 0/2] common/mlstdutils: Extend the List module.
v2 -> v3:
- Renamed List.assoc_ -> List.assoc_lbl.
- Rebased on top of current master branch.
Rich.
2017 Oct 08
4
[PATCH 0/3] common/mlstdutils: Add Std_utils List and Option modules.
In Std_utils we already extend Char and String. These commits take it
a little further by extending List and adding a new Option submodule.
All basically simple refactoring.
Rich.
2017 Oct 08
7
[[PATCH v2 0/4] common/mlstdutils: Add Std_utils List and Option modules.
This time including the first commit ...