Displaying 20 results from an estimated 1400 matches similar to: "How to set exit on close??"
2008 Mar 07
9
copy & paste event
hi. now I have problem about copy and paste text in my application I
make copy and paste button in toolbar and I have fuction of them but I
don''t know how to make it can copy only selection text and paste into
other textCtrl. see my picture for more info. thank you :)
Attachments:
http://www.ruby-forum.com/attachment/1526/untitled.JPG
--
Posted via http://www.ruby-forum.com/.
2006 Sep 07
2
A little bit of sugar
Hi
Do a search on ''wxruby'' and you''ll see that people''s main gripes are 1)
stability 2) development progress 3) documentation and 4) syntax.
We''re making great progress on 1-3 so thought it seemed like a good time
to start looking at 4). So here''s announcing a first release of WxSugar.
It can be downloaded via gems (gem install wx_sugar)
2007 Sep 16
1
evt_close
Salut Alex. Quand j''utilise:
evt_close() {|event| on_sortie}
def on_sortie
@fich1 = nil
end
dans mon application, ça désactive complètement la fermeture. Pourquoi?
J''aimerai pouvoir créer un évenement à la fermeture de mon application, quand je la ferme avec window manager, qui pourrait me permettre d''initialiser ma variable.
Quel est la chose que je ne fait pas
2008 Jul 28
12
Segfault with GridCellChoiceEditor
I have a problem.
In my application I have a few Grid objects in a Notebook. The Grid objects
are populated via GridTableBase. Certain Grid cells need to have a choice
interface (I''m artificially enforcing foreign key constraints). All this
works to the point where you try to edit the value for that cell. The
choice box renders (i.e. the drop down arrow appears) then the application
2011 Mar 13
2
XP not obeying Samba file perms
Hi List,
I have an unusual problem concerning the Windows XP "Rotate" image
explorer shell extension. I have a share called "Archives" defined with
a number of sub-directories. Whilst I have read/write permission to all
directories, I am unable to use the Windows XP "Rotate Clockwise" or
"Rotate Counter Clockwise" image command on JPG's contained
2007 Nov 18
4
set background label to transparent??
I just use wxRuby and I have problem
I use background image on my app and when I create label it seem look
background of label is gray, how can I change it into transparent????
--
Posted via http://www.ruby-forum.com/.
2007 Nov 19
3
wxRuby textArea??
I want to know wxruby can make textArea like java??
I can only use textbox with it but it has problem when I must use text
that has many line, it can''t new line
please help me
--
Posted via http://www.ruby-forum.com/.
2007 Apr 18
2
why does --size-only not detect change only is size (but also time)?
Hi,
I'm wondering why when I use --size-only on the same file, except the
modification time, rsync transfers the modification time?
I was under the impression that --size-only caused rsync to transfer files
based upon differences in the size of the file.
For example:
#cp Untitled.pdf Untitled-2.pdf
#touch Untitled.pdf
#rsync -ani --size-only Untitled.pdf Untitled-2.pdf
.f..t......
2009 Dec 11
2
Closing event on a Notebook page.
How do I catch a closing event for a Notebook page.
I have added a number of pages (class Panel) to a Notebook and I
can remove them via the default close button on the pane.
But I what to run some code before the page(Panel) is closed,
so I assumed that it gets a ''evt_close'', but that seems not to be
the case.
How do I get to run some code before the page(Panel) closes?
2015 Aug 07
2
vfs_streams_xattr and create mask = 0640 don't play well together
Hi everyone,
We are working on the deployment of samba 4.2.3 on Solaris 11.1 with ZFS backed storage. We plan to use the new vfs_fruit in order to better support our OSX clients out there. Everything seems to be working fine so far, but one operation:
If the user on an OSX client sets (or modifies) a tag (the colour flags or a custom tag) on a directory *AND* the share is configured with
2003 Jan 14
0
data import (on macintosh)
I think the problem is the way files are named on the Macintosh.
On the Mac, the file separator character, which is "/" on unix
and "\" on dos/windows, is ":". Also, the root directory doesn't
start with the separator character, but instead just starts
with the volume name, which is the name of the hard disk icon
on your desktop, so if your file is in the top
2010 Feb 02
1
OS X Clients Can't Create Sub-Directories
I'm running samba on a local linux server, with a bunch of shares. Over the last several years, this has worked perfectly in our heterogenous network of OS X and Windows. All my windows clients still work perfectly - my users can mount the samba shares and create, rename, move etc files and folders.
However, recently (starting yesterday) my OS X clients are unable to rename any sub
2010 Feb 09
1
OS X Clients Unable To Create Subdirectories?
I asked about this a few days ago, but none of the suggestions have made any difference... asking again in the hopes I'll find more things to try....
Linux: Ubuntu 9.10
Samba version: 3.4.0
OS X 10.6.2
I'm running samba on a local linux server, with a bunch of shares. Over the last several years, this has worked perfectly in our heterogenous network of OS X and Windows. All my windows
2019 Apr 08
2
LLVM 8 + Mavericks?
W dniu 2019-04-04 o 09:18, Tim Northover pisze:
> On Wed, 3 Apr 2019 at 19:05, Audiovisart via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Does LLVM 8 work in macOS 10.9.5?
> It should do. The released binaries appear to have been compiled so
> they can run on that version, and Apple Clang 6.0 (from the newest
> Xcode that runs on 10.9) meets the build
2007 Dec 27
1
Wx::SplashScreen, and events
I have the following code:
#time = 7000
class TimeSplash < Wx::SplashScreen
PATH_MAIN = 1
PATH_SETUP = 0
def initialize(time, path=PATH_MAIN)
splash_bitmap = Wx::Bitmap.new(''timefly.png'', Wx::BITMAP_TYPE_PNG)
super(splash_bitmap,
Wx::SPLASH_CENTRE_ON_SCREEN|Wx::SPLASH_TIMEOUT, time, nil, -1)
evt_close() {|evt| on_close_window(evt, path)}
end
2008 Jan 19
5
No joy from Wx::App.dispatch, Wx::App.yield...
OK, back with another iteration of the same problem... I updated my
game demo, but the Close button failed to respond when (and only when)
there were too many objects onscreen. The drawing loop is probably
lasting longer than my drawing timer interval. I was able to
reproduce the problem in my (probably familiar by now) test script
just by boosting the number of lines drawn per frame.
After
2010 Feb 03
0
Fwd: OS X Clients Can't Create Sub-Directories
Begin forwarded message:
> From: Kimball Larsen <kimball at miridiatech.com>
> Date: February 2, 2010 7:58:49 PM MST
> To: Andy Liebman <andyliebman at aol.com>
> Subject: Re: [Samba] OS X Clients Can't Create Sub-Directories
>
>
> On Feb 2, 2010, at 6:53 PM, Andy Liebman wrote:
>
>>
>> Kimball Larsen wrote:
>>> I'm running
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
Hello, wxruby-users.
This is an addition which implement wrapper for
overloading wxHtmlWindow::OnLinkClicked method. Unfortunately, it was
impossible to make it correctly without ugly hack to wxpp.rb, but i`m
hope it does not broke it.
Please look at attachment for a patch for htmlwindow.t and wxpp.rb and
additional file htmllinkinfo.t (need to be added to $objs array in
extconf.rb).
Sample
2009 Jan 15
3
How to create a chromosome location map by locus ID
Hi,
I'm trying to make a chromosomal map in R by using the locus. I have a list
of genes and their locus, and I want to visualise that so you can see if
there are multiple genes on a specific place on a chromosome. A example of
what I more or less want is below:
http://www.nabble.com/file/p21474206/untitled.JPG untitled.JPG
The genes and locus are here:
2006 Jul 05
1
Permission Denied when "all" bits not set to r/w
Hello,
I'm having trouble with permissions on Samba 3.0.21. It almost seems
that the "all" bits are the only ones that Samba is obeying. For
instance, I created this file remotely over a samba share:
brandon.dimcheff@unity ~/untitled folder $ ls -als
total 17
0 drwx--S--- 3 brandon.dimcheff westpole 160 Jul 3 15:51 .
1 drwx------ 12 brandon.dimcheff westpole 816 Jul 3