Re: [Wengophone-devel] keep close/open the groups when redrawContacts

2007-03-06 Thread toxxxiccr
Hello Philippe and Wengonauts Thank you for answer cprofile is an object of class ContactProfile, sorry I forgot the class in the last message, now with the string, when i declare it as std::string var Compilation Error var is not define in std, and if Qstring or string type, error

[Wengophone-devel] keep close/open the groups when redrawContacts

2007-03-05 Thread toxxxiccr
Hello wengo developers Sorry but I need your help when the redrawContacs methon in QtContactManager, I tried to make a copy of cprofile and use the function getGroupId but the var must be std::string so I import the string.h library and declarate a string var to assing the Group Id but,

[Wengophone-devel] Keep the groups of contacts collapsed after refresh

2007-02-01 Thread toxxxiccr
Hello wengo partners, First I have a problem with the Contacts QTreeWidget with the groups of contacts. Now I don't know if setItemExpanded(the item I want to Expand/Collapse is the group) is a native qt function, so if is, how I can make it collapse in the redraw function without

[Wengophone-devel] Flash Support

2007-01-10 Thread toxxxiccr
Hello Wengophone Developers If I want to create Flash based emoticons, If I'm right, what I look easier to do, make the QTextBrowser of the QtChatHistoryWidget into a QAxContainer QtBrowser importing IE libs so it automatically support Flash. Now I tried to change the QTextBrowser to

[Wengophone-devel] Contact Filter

2007-01-05 Thread toxxxiccr
I was trying for a while to make contact filter like msn, but I don't know if exist a method that filter it or what/where I must change or create to achieve it for example, if I not wrong in this method how I can use a parameter to load only an specific contact void

[Wengophone-devel] How to disable a checkbox hardcoded

2006-11-27 Thread toxxxiccr
Hello partners, In the QtIMAccountManager.cpp the code is like this item-setCheckState(COLUMN_ENABLE_BUTTON, (imAccount-getPresenceState() == EnumPresenceState::PresenceStateOnline) ? Qt::Checked : Qt::Unchecked); but I need that the checkstate is disabled, because nothing happens

[Wengophone-devel] Adding a contact group

2006-11-15 Thread toxxxiccr
Hi, I want to know if you didn't add the method for adding an empty group, I'm trying to add this method, but I don't know how to add the group to an specific IM service... Will you add this method in future Wengo versions, or how can implement this Thanks, a lot Dennis Guzman Artavia

[Wengophone-devel] may I insert gifs to the qtbrowser and/or create a new tabwidget for emoticons

2006-11-01 Thread toxxxiccr
Hello Again, Sorry but I need to know if I can add animated emoticons(gif) in a new tabwidget but what happend, I think about use QAxContainer libraries, but this show as a html string, I think about use a Rich QtTextEdit, but I dont know if the new tab with a text edit can show gifs... Thanks

[Wengophone-devel] I cant compile crashreport with scons

2006-10-31 Thread toxxxiccr
Hello, I dont know how I can compile OpenWengo Crash Report, I build openwengo with python but any debug or release mode compile the crash report, and need to make a installer the file owcrashreport.exe. Thanks a lot Dennis Guzman Artavia Software Development DGA Pro. Check Out the

[Wengophone-devel] I cant delete a group or contanct

2006-10-11 Thread toxxxiccr
I need help when i try to delete a contact or a group the system crashes P.D. take a look of this method void CContactList::removeContactGroup(const std::string groupId) { typedef ThreadEvent1void (std::string contactId), std::string MyThreadEvent; MyThreadEvent * event = new