Hi to all, i want to eliminate a especific entry in a model of schedule
tomahawk. the example in remove a selected entry work fine, but how to
eliminate a determinated entry?


i try with this code:

                              
DefaultScheduleEntry entry = new DefaultScheduleEntry();

 entry.setId(select);  
 entry.setStartTime(start);
 entry.setEndTime(end);
 entry.setTitle(select7);                     
 entry.setDescription(select2);
                
 model.removeEntry(entry);
 model.refresh();

i defined every value for the entry, and then i want to remove that entry!
Any help please! 

Tks for all.
-- 
View this message in context: 
http://www.nabble.com/Remove-Entry-from-schedule-Tomahawk-tf4281287.html#a12186724
Sent from the My Faces - Dev mailing list archive at Nabble.com.

Reply via email to