Search the Community
Showing results for tags 'chat'.
-
uniGUi Professional Video Chat is the perfect solution to integrate video chats to your apps using uniGUI. See all info, price and details at the link below: https://unigui.com.br/uniGUIVC.html Also, you can download a trial uniGUI app at the link above and see who it works.
-
uniGUI Project for sale: MP3 Audio Recorder with server-side auto-save (Desktop and Mobile) file. MP3 Audio Recorder with server-side auto-save (Desktop and Mobile) file. This project allows you to make you audio chat. It records and save or audio direct to the uniGUI server. No need to upload audio file manually. Very useful to a lot of things. Price $ 50,00 USD (PayPal) Download demo from (This is not the source code. The project is for sale !) https://www.unigui.com.br/files/uniGUI-MP3Recorder.rar After purchase, I send you the project source-codes. Any doubts call me PVT. https://www.unigui.com.br/Mp3AudioRecorder-eng.html
-
I am developing a chat in an application using the SGCWebSocket library, I was able to do the exchange of messages and the list of my users when connecting and disconnecting in the system, however I am encountering some problems when accessing objects in the client application when I try to access the objects in an event of the SGC protocols, generating an access violation, for example: groChat: = TIDSiGrowl.Create (null); groChat.Text: = text; groChat.Title: = FieldByName ('NAME'). As rope; groChat.Show; using the above code in the onEvent of the protocol, it explodes the error in the show when it goes addJS. Another example would be when trying to access a selected item from treeView: if treeView.Selected.Text = FieldByName ('NAME') AsString then imelog.Lines.Text: = FieldByName ('TEXT') AsString; I can only solve by running the above codes on events and methods that are not from the SGC components, however I have the need to display notifications and load the message on screen at the moment I receive and without using a timer Someone who used this library and can help me solve these problems?