Re: Gdraw - setting popup message?

Jose Da Silva <[email protected]> Sun, 14 Apr 2019 10:49:35 -0700
Newsgroups gmane.comp.fonts.fontforge.devel
Message-ID <[email protected]>
Hi Fred,
go to command line and grep:
grep "unicode_annot" -R *

This is working code for the popup messages used to grab and display 
annotations from the unicode nameslist library.
there's 3 files that contain this that interest you:
gutils/unicodelibinfo.c:char *unicode_annot(int32 unienc) {
fontforgeexe/fontview.c: if( ( uniannot = (gchar *) unicode_annot( upos )) 
!= NULL ) {
gdraw/gchardlg.c:        if ( (uniannot=unicode_annot(uch))!=NULL ) {

see if that helps show what else you might need or maybe have missing.


On April 14, 2019 06:29:09 AM Fredrick Brennan wrote:
> (I apologize if you are seeing this twice, I sent it to the wrong list.
> Hoping for your patience and understanding, I don't often use mailing
> lists. I likewise apologize if you are seeing this three times...I keep
> getting a postfix error when sending it.)
> 
> Greetings,
> 
> I'm trying to set the popup message of a GTextField after it's been
> created, but I can't seem to do so...
> 
> The function that is supposed to do this, GGadgetSetPopupMsg, just gives
> me a long list of U+FFFD glyphs no matter what message I attempt to set
> to. The same unsurprisingly happens if I include gdraw/ggadgetsP.h and
> try to set `popup_msg`.
> 
> Anyone know what I'm doing wrong? I notice GGadgetSetPopupMsg isn't used
> by anything, so why is it even there?
> 
> Best,
> Fred Brennan


_______________________________________________
fontforge-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fontforge-devel
http://fontforge.10959.n7.nabble.com/Developer-f3.html