---Reply to mail from Alexander R. Pruss about xlit code

> My transliteration code is in the code base.  It can be disabled
> with --disable-transliteration.

NEAT!

Only one (annoying) problem. The first time I ran Plucker with
transliteration enabled, I had not installed plucker-xlit.pdb. So the
searchform showed an empty (but selectable) popup. Maybe SetupXlitPopup()
should return numXlits and you can hide the popup if it's 0.

if ( SetupXlitPopup() > 0 ) {
    LstSetSelection( list, searchMode );
    CtlSetLabel( ctl, LstGetSelectionText( list, searchMode ) );
}
else {
    FrmHideObject( searchForm, GetObjectPtr( frmSearchXlitPopup );
}

---End reply

Christopher R. Hawks
HAWKSoft
-------------------------------------------------------------------------
I Protest! You've used the words "security" and Microsoft" in the same 
sentence with no negation.
    -- Mike Andrews in nanae.





_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to