>>>>
>>>> Hello e-users,
>>>>
>>>>
>>>> I have been trying to use e-notify-send for some application. But if I
>>>> try to send a message that contains "<" symbol then nothing is getting
>>>> displayed. Did anyone else face similar problem?
>>>>
>>>> All these combinations does not work.
>>>>
>>>> e-notify-send "<Hello"
>>>> e-notify-send "Hell<o"
>>>> e-notify-send "\<Hello"
>>>
>>> likely its using texblocks and using markup mode... and thus < is part of a
>>> tag... if tags are not part of the format they should be escaped beforehand.
>>> (along with >'s amd &;s (ie < == &lt; , > == &gt; , & == &amp; etc)
>>
>> as i said at irc, we should have this as edje api, as a function to
>> automatic escape chars if part is TEXTBLOCK, but then we need to find
>> out a good name for it.
>>
>> code is not to escape is not as easy as it could be, doc and parameter
>> name do not help much either, I had to look at the code inside evas to
>> find out how to use it, so I guess a function in edje would help
>> everybody. I can do the function, just say a good name for it, maybe:
>>
>> edje_object_part_text_text_unescaped_set(ed, part_name, raw_text)
>>
>> it will check for part type before doing the escaping using
>> evas_textblock_string_escape_get().
>
>
> just did the code and it's in svn, now someone need to update
> notification module to use it.

I have not loaded the notification module when I tested this. Even
without this module I get popup. Does that mean I am using something
else? 

ps command says that 

noorul   26104     1  0 15:34 ?        00:00:03 
/usr/lib/notification-daemon/notification-daemon

In that case do I really need to wait for someone to update the
notification module under E-MODULES-EXTRA?

Thanks and Regards
Noorul

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to