On 31.12.2012 16:23, Zsolt Udvari wrote:
>> If you really just want a fixed width (the height shouldn't matter much in
>> "normal" wiboxes, hence this just uses all the available vertical space):
>>
>> textboxes["cpu1"].fit = function(widget, w, h) return 20, h end
> Oh, this is the solution. I thought it's possible set a conventional
> way (before 3.5: textboxes["cpu1"].width = 20).
> Will be this possible in future? It would be nice.
Well, possibly. I don't see why this should be textbox-specific, so it would
need to be some generic widget thingie (max width/height? same for min?). This
could have the danger of becoming lots of generic widget thingies with lots and
lots of possibilities...
Dunno if anyone wants to write a patch for this.
Uli
--
my $key = "\x49\x03\x93\x08\x19\x94\x96\x94\x28\x93\x83\x04\x68\x28\xa8\xf5".
"\x0a\xb9\x94\x02\x45\x81\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93";
my $cipher = Crypt::Rijndael->new( $key, Crypt::Rijndael::MODE_ECB() );
my $plain = $ciper->decrypt($daten);
--
To unsubscribe, send mail to [email protected].