Re: Further Testing

From: Dmitry Karasik <dmitry_at_karasik.eu.org>
Date: 24 Oct 2007 09:49:20 +0200
To: prima_at_prima.eu.org

        Hi Brian!

On 24 Oct 07 at 09:24, "Brian" (Brian Rowlands (Greymouth High School)) wrote:

 Brian> Which didn't populate the combobox called 'box' but didn't give any
 Brian> error message either in Komodo IDE and the form appears on screen
 Brian> when the .pl file is run. When I re-read Prima::Tie::Items I see
 Brian> the class is NOT applicable to tabbednotebooks.

I cannot reproduce your problem because I haven't got your c2.fm file,
but this code I've just tried, it does work on combo just fine:

use strict;
use warnings;
use Prima qw(Application ComboBox);
my $w = Prima::Window-> new;
my $c = $w-> insert( ComboBox => items => [qw(1 2)]);
$c-> List-> add_items(qw(3 4 5));
$w-> execute;

You're welcome to send me the code in question and the fm file off list .

-- 
Sincerely,
	Dmitry Karasik
Received on Wed 24 Oct 2007 - 09:49:22 CEST

This archive was generated by hypermail 2.2.0 : Sat 19 Mar 2011 - 18:35:06 CET