Displaying 3 results from an estimated 3 matches for "newbay".
Did you mean:
newbal
2011 Jan 26
4
Provider requires package to work
Hi All,
I have a provider dns_zone_recourd that is using nsupdate and dig
commands.
nsupdate and dig are provided by bind-utils RPM.
Before I get puppet to install bind-utils I am getting an error:
"Could not run Puppet configuration client: Could not find a default
provider for dns_zone_record"
I am getting an error that there are no providers available before
puppet is able to
2004 Mar 30
12
Big question: Move to SWIG?
A few days ago, someone asked me why I am using wxpp instead of SWIG.
The question prompted me to revisit and re-evaluate SWIG, and I now
believe it would be best to convert wxRuby to SWIG.
SWIG has greatly improved its C++ support since the last time I looked
at it, and I think its Ruby support has improved quite a bit as well.
Also, now that I have written wxpp, I understand the nature of
2003 Nov 26
0
Okay one last question...
(for now, anyway :)
I have a panel, and I want to be able to adjust the size
programatically. I don''t have any sub windows, all I am doing
is drawing a bitmap into the DC.
I''ve tried set_size, but nothing seems to happen...
Do I need to go to all the bother of creating a sizer, blah, blah, blah,
or is there some kind of event I need to trigger to force a resize,
or...?