Displaying 4 results from an estimated 4 matches for "dirtree".
2008 Jun 06
3
GenericDirCtrl problem
I am having a problem getting any event to happen when I activate a
selection on GenericDirCtrl i.e. double click on it.
Could anyone help me out.
thanks in advance.
Joe
Attachments:
http://www.ruby-forum.com/attachment/2123/Random.rb
--
Posted via http://www.ruby-forum.com/.
2003 Apr 25
1
tcltk tkfilefind demo problem
Hi everyone,
I wonder if anybody observed the crash of the tkfilefind demo. I looked
into the code and it seems to crash executing
dirtree<-tkwidget(base, "hierarchy_dir",
root=path,
showparent="Parent",
showfiles=1,
showall=all.names,
selectmode=if(multiple) "multiple" else...
2011 Jul 28
20
[Bug 8336] New: parent dir permission
...Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: andras.porjesz at ericsson.com
QAContact: rsync-qa at samba.org
Hi all,
I use the following syntax:
rsync -av --relative --link-dest=/a/refdir /a/sourcedir/./dirtree/to/transfer
<ip>::module/a/sourcedir
in rsyncd.conf I set the following:
uid=root
gid=root
use chroot=true
--------------
the problem is the directory named sourcedir on the receiver side. rsyncd sets
its ownership to root:root instead of either leaving it as is or taking the
values from the...
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
...age.get_value())
@progress_guage.pulse()
sleep(0.08)
end#gauge while
end #if
end #while
end#def
class RandomFrame < RandomBase
def initialize
super
evt_button(start_button) {|event| on_start(event)}
end
def on_start(event)
path = @dirtree.get_path()
if location_textbox.get_value().length == 0 then
@location_textbox.clear
@location_textbox.append_text(path)
end
@max_number = number_of_random_textbox.get_value()
@number_of_digits = number_of_digits_textbox.get_value()
@file_path = location_tex...