Jump to content

Fred Montier

uniGUI Subscriber
  • Posts

    538
  • Joined

  • Last visited

  • Days Won

    83

Everything posted by Fred Montier

  1. It's not a component. Just some JS libraries and coding. Can adapt to anything. Using regular uniGUi controls. I'm right now working in a audio-chat using this example. The big advantage is that works with any browser and mobile too. But, must have a HTTPS connection.
  2. Try on https://www.unigui.com.br/isapi/whatsapp.dll/m Send message from your uniGUI mobile app and trigger DialUp Dialog, send messages or start a conversation/text through whatsapp. Read QrCode and try it: Simple and easy to adapt to your application. Mode info, demo: https://www.unigui.com.br/MobileWhatsApp-eng.html
  3. Project 44: You can find it here https://www.unigui.com.br/democetera/ or https://www.unigui.com.br/MobileWhatsApp-eng.html
  4. Custom standalone uniGUI Server With this project you can fully customize your uniGUI StandAlone Server. This allows you to easily place your icons that will appear on the taskbar when opening the pop-up menu, hint on the Taskbar icon, create your pop-up menu with several additional options and access to your tools to integrate and run other programs. I always thought that I should have this possibility in an easy way and the only way was to change the .DFM of the default project. As this code allows you to do everything your way and without third party components. No need to install anything else. The big advantage is that it speeds up the development process a lot. So your StandAlone project appears with the hint of your company or APP and with your name highlighted, your icons. Customize the way you want. List of resources: - Custom Hint - Customized Pop-Up Menu Icons - Open your project in FireFox, Edge and Chrome via Pop-UP menu (see screenshots) - Pause StandAlone Server - Manage uniGUI Server folders (Open and Clear) - Load your last server log file - Easily configure popup menu to run other programs - Terminate standalone server correctly. ...etc. In short, it greatly speeds up the stage of your development and lets you know how to make a StandAlone with your business data or with the name of your product. The source code of this project is for sale for $ 25.00 (USD). Sending the sources immediately. Call in PVT when in doubt WhatsApp/Telegram +55-11986207676.
  5. With this uniGUI design you can easily monitor IP cameras. It can integrate with URLs from different cams and monitor in real time. This project took hundreds of hours to put together all the features that allow direct RTSP into a uniGUI project. This way you can monitor IP cameras from any address on the internet. It comes with free components to integrate in your project, the streaming utility I developed to convert RTSP to HTTP, Scan Local IP`for RTSP Feed and all the libraries for you to expand this project in any way you want. Price $ 150.00 USD (Paypal) PVT me for acquisition. See demo video below:
  6. 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
  7. Karaoke Server (Desktop e Mobile ) using uniGUI (CDG Player) >> try at https://kk.unigui.com.br/ Click at LOAD DEMO TAB to load a demo CDGMusic or "Open External Windows" button to load with full player. Also works with mobile. Just Read the QrCode and try. This is the main project showing howto play CDG files using uniGUI framework. That was not an easy task and took me more then 6 months to figure out how to do it. Why CDG ? CDG is the main format for karaoke and you can get a huge library to start your server or enterprise biz. All code in this project show how to play on-line with desktop and mobile devices. Value $ 99,00 USD (PayPal) I will send you the source-code via download link and support. I Will not adapt and change this project fo you particular need. Any support on that we can negotiate. Get in touch with me via WhatsApp/Telegram or PVT (+55-11-98620-7676)
  8. Simple classes of effects to generate buttons with shadows and animations. But works perfectly with several uniGUI components like Labels, Buttons and especially uniContainerPanels. However, use the CLS property of the component's LayoutConfig and everything is ok. You can easily change the effects to create your own animation form in a practical and light way. Also works perfectly with Mobile. Use unimContainer for Mobile. It's a simple and efficient way to have a sophisticated look on your APP without clogging up your project with dependencies or external stuff. TIP: use unicontainerpanel for a better experience. And uniLabel for the animations classes with HTML in caption property. Project available only in the pack Silver at https://www.unigui.express Project available only in the pack Silver at https://www.uniguiexpress.com uniGUIcandybuttons.webm
  9. You can use it with db/grids also. Very nice touch !
  10. Peity JQuery are small dynamically generated graphics with values you can set that easily integrate with uniGUI controls. It is so easy to use and easy to integrate with many caption properties of the controls available. Even more, you can animate making small histograms in real time. Watch the demo and be happy! http://www.uniguiexpress.com Demos Cetera (68 Projects) See more and get this pack at https://www.uniguiexpress.com/Promopack04.htm Our group at Telegram: https://t.me/uniguiexpress Content in English Pack 01 - Interface http://www.unigui.com.br/dwpack01.html Pack 02 - Projetos DB e Mais complexos http://www.unigui.com.br/dwpack02.html Pack 03 - Geolocalização Brasil (Only Brazil !!!) http://www.unigui.com.br/pack3/pack3.html Pack 04 - Demos Cetera (68 Projects) https://www.unigui.com.br/democetera/pack4.html uniGUIPeityJQuery.webm Project available only in the pack Silver at https://www.uniguiexpress.com
  11. Are you sure this works ? And yes: remove and create a complete tryicon using vcl native component.
  12. Since uniGUI standalone and Whatsapp server are two separated apps, start one, authenticate and use it integrated to the main standalone. And replicate to more users and automate a lot of thing using the same server with more Whatsapp instances in the same machine. And a lot of other stuff...
  13. Imagine deploy a standalone with a lot of more option and commands to another app (e.g. Whatsapp via Chormium). The only thing missing was the proper way to terminate the standalone. Now I can open in different browser, open log, explorer folder in a more easy way.
  14. Yes... I know that. I just want the RIGHT way similar to pop-up shutdown at standalone. Need to be sure about that because the procedure and events at ServerModule DFM are not in source code. At least , I haven't found. Appears to take a little more time than that proper option that is associated to Exit2Click at the DFM.
  15. I see.. and you gave me a nice idea: scheduled restarts.
  16. Is it really just UniServerModule.Terminated := true; ?
  17. At almost the same subject, what is right way to terminate a StandAlone instance similar to Shutdown option at pop-up menu ? That is the third time I asked this question. UniServerModule.TerminateStandAlone; Exit2Click... all tried !
  18. lol... and all you have in the desktop version you have in mobile ? By "in", I meant all resources and features. And that annoying message that will pop-up once and a while to download their apps to you device... is just a fad. Ok then. PS: " I don't know why you say that Facebook and tweeter are not responsive ", I never said that ! I said that they have different solution to different problems EVEN using their own frameworks. Got it ? EVEN with hundred of programmer, different languages, frameworks, is not a "one fits all" solution !
  19. And I agree with at the Sencha Issue. You´re right ! And as I said, better uniGUI change the focus even despite the fact that Sencha is under IDERA umbrella, focus in PWA and open in a more easy way to embrace others frameworks. That 's is the path Intraweb is following after gave up ! And TMS WebCore will follow, of course, but not with out its FNC Godzilla. Same problem you will have with TMS Webcore if you want to use FNC, the new kid on the block !
  20. No... you didn't understand ! Have you read what I wrote ? I'm an avid uniGUI promoter and content provider. Its more than good for me ! And "hacking" properties that will never be a solution to any project of mine ! Good look when converting a big Vcl project with that ! And you might call me and "old school" but that is not a solution for me at all. Hints properties are for hints and there are a lot of workarounds to the same problem. Like making a REAL COMPONENT Package to address the issue, or just a "stringholder" as exists for more than 20 years in RXLib and works the same way. You can "freaking" include in any uniGUI Form and have macro-substitution, templates, event triggers etc ! Its just lazy ! Not for my countryman (the author , and I'm not trashing his work) but for those that don't make some basic research and read the documentation. The more traders and 3rds developers, the better ! Kudos to him. Jedi Pack do the same thing... and you can include easily with your project and do much more. But why complicate ? RXLib StrHolder do the job ! Of course, you need to make some codes adjustments, string manipulation but not a big thing. The point is: every uniGUI programmer working like that will never learn how to use simple HTML alignment. That is basic to web development ! By the way, you have CustomAttribs that can be used that way just to show you a more or less recent implementation. So, don't trash the uniGUI team for this particular reason. That is the problem here. You miss the uniGUI objective and where web development is going to , and a lot of Delphi old free alternatives !
  21. So in 2021 and over 4 years we are still debating responsiveness! Let me see: interface or layout responsiveness ? These are very different things, in case you don't know. Why doesn't Facebook make a single app that is both desktop and mobile responsive? Why doesn't Google make a single YouTube app that is both desktop and mobile responsive? Why doesn't Twitter do the same while still being the father of Bootstrap? Youtube has more than 15 different app versions using more than 5 languages and hundreds of sub-systems. Twitter, more than 10 app versions ! Facebook, has even its own browser ! Are they so dumb ? Just make responsive ! Each of these companies has their own framework under the hood and teams with hundreds of programmers for their products. And why haven't they made a solution that can be used on any browser and on any device? A certain degree of layout responsiveness can be achieved with canned solutions and provided they serve a single purpose. But not a solution that completely solves the interface in any browser and on any device. That also limits what your project will do ! For Admin Panels, OK ! And the majority only does CRM/ERP panels. Just see examples like that ! Guest what ? There are hundreds of admin panels for free ! Just learn JS, HTML and CSS ! And you might have to do it to use uniGUI at its full potential. The biggest problem I see is that most Delphi programmers do not keep up with the different possibilities, limits and advantages of using WEB programming. The same problem we had with Intraweb for more than a decade (former Intraweb programmer here !) and they even never had a solid JavaScript framework behind it and become that Intrawekinstein Monster that is today. Nevertheless, use uniGUI or leave Delphi once and for all. For now, you cannot do with Intraweb, TMS WebCore (or whatever name they call it now) for both mobile and desktop in the same time you accomplish in uniGUI. Mission Impossible. Need DB support, report, some VCL comps and has legacy code ? Good luck with that without uniGUI ! I see uniGUI future embracing REAL PWA , placing Ext.JS components as an alternative and open it for use in a more friendly for novice. Because you can use a lot of different frameworks today with uniGUI ! Cheers... PS: Message to myself: Never on this subject again ! I give up !
  22. After all option excluded, set your account to work with less secure app. At GMail (smtp.gmail.com), that is really a issue. Not sure about smtp.googlemail.com. Using Indy works just fine.
  23. QrCode Generator. Using only pascal code that can be easily adapted to any image component (VCL, uniGUI or FMX) and easily create the image file that can be downloaded or sent embedded in email, show in html. You can easily create with this code a consistent way to use QrCode across the entire Delphi/Pascal platform. The example here can be used with TuniImage or TunimImage (also vcl Timage etc). It is not a component but an example using a simple procedure to generate the QRcode image. View the code and make your changes and adjustments. Cheers... http://www.uniguiexpress.com See more and get this pack at https://www.uniguiexpress.com/Promopack04.htm Our group at Telegram: https://t.me/uniguiexpress Content in English www.unigui.com.br-QrCodeGenerator2.rar
  24. Why pay google ? Use leaflet API and be happy ! Simple geolocation (Desktop and Mobile) using Leaflet JS API. Get latitude and longitude coordinates to use wherever you want. Cheers... PS: Download only to uniGUI subscribers. Forum/uniGUI Staff Rules. http://www.uniguiexpress.com https://www.uniguiexpress.com/Promopack04.htm <--- See more example and buy others no long available here. Our group at Telegram: https://t.me/uniguiexpress Visite http://www.unigui.com.br/ Nosso grupo no Telegram: Livros, packs de projetos, cursos, serviços, consultoria e tudo sobre unigui ! https://t.me/uniguiBrazil Project available only in the pack Silver at https://www.uniguiexpress.com
×
×
  • Create New...