
rullomare
uniGUI Subscriber-
Content Count
131 -
Joined
-
Last visited
-
Days Won
20
rullomare last won the day on September 28 2019
rullomare had the most liked content!
Community Reputation
59 ExcellentAbout rullomare
-
Rank
Active Member
Profile Information
-
Gender
Male
-
Location
Italy
Recent Profile Visitors
928 profile views
-
Hi, thanks, very nice
-
Hi , see : http://forums.unigui.com/index.php?/topic/5044-new-bmunidbgrid-with-multiselection-rows-and-popupmenu-vers-098-and-099/ Download last Release : http://forums.unigui.com/index.php?app=core&module=attach§ion=attach&attach_id=2923 Best Regards
-
Hi , Document Viewer: simple interface unigui to view OpenOffice + Pdf documents. See : http://viewerjs.org DocViewer.zip Good fun . Regards Salvatore Marullo
- 10 replies
-
- 7
-
-
-
- OpenOffice Viewerjs
- Odt Pdf
-
(and 1 more)
Tagged with:
-
iPhone-Style-Toggle-Slide-for-ExtJS for Unigui
rullomare replied to rullomare's topic in Components and Code Samples
Hi liteci, See also : http://forums.unigui.com/index.php?/topic/4722-sencha-unigui-iphone-style-button-togglebuttons-toggleformfields-toggletoolbar/?hl=iphone IPhone Style Button - Toggles FormFields, Toggles Toolbar, Toggles Button. Tested with Unigui 0.90.50. Regards Salvatore Marullo -
iPhone-Style-Toggle-Slide-for-ExtJS for Unigui
rullomare replied to rullomare's topic in Components and Code Samples
Hi liteci, I do not know why the link is no longer exists. but If you give me a bit of time, hopefully tomorrow, I will post a new version tested with version 0.99. Unigui . regards Salvatore Marullo -
Text-To-Speech (meSpeak.js) Simple Component For Unigui
rullomare replied to rullomare's topic in Components and Code Samples
Hi billyChou, try again! Regards -
Hi, simple TextToSpeech Unigui component(wrapper) of mespeak.js. Voices are quite robotic but "don't look a gift horse in the mouth" or "Noli equi dentes inspicere donati" . mespeak.js : http://www.masswerk.at/mespeak/ Jbeep.js : https://code.google.com/p/jbeep/ I tried only the languages with which I have some familiarity; sorry !! supported languages : ca (Catalan) cs (Czech) de (German) el (Greek) en/en (English) en/en-n- (English, regional) en/en-rp (English, regi
-
Hi Rav, honestly do not understand the problem. If you want to communicate with a TCP server from a Unigui Application , just add the Indy component IdTcpClient to Unigui Form. In my example, I talk to a TCP server that processes a PDF file into a text file and returns to the Tcp_Client a return code. Function Pdftotext(PdfFilename,TextFilename,pdftotextpgm:string) : integer ; begin fuserform.Idtcpclient.Host := tcpserver ; fuserform.Idtcpclient.Port := TcpPort ; Fuserform.IdTCPClient.Connect; parms := pdftotextpgm + ';' + pdffilename + ';' + textf
-
Hi Stiaan, Thanks ! Regards.
-
Hi Hazzoa, I tried with Chrome Version 43.0.2357.81 and working properly. If it works with Firefox and Opera, you have, probably, a problem with Chrome. clear the cache of chrome. View the log, and see if there are error messages. Regards .
-
Hi Hazzoa, honestly it's a long time that does not use this component. Standart unidbgrid have search functions. But if you need them, I have adapted for release 0.99.10.1172, I think it must also work for the releasse 0.99.0.1169. let me know! good fun ! newLiveSearchgrid.zip Salvatore