Jump to content

mikromundo

uniGUI Subscriber
  • Posts

    458
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by mikromundo

  1. Sorry to waste your time , @Sherzod it´s worked. I'll see what I did wrong on the other project. Thanks !!!
  2. @Sherzod thanks for answer... I found this post where you explain how to apply "uppercase" inside a uniMemo. you explain two ways: 1) with ExtJs(work's fine) 2) At runtime( do not work )
  3. @Sherzod this do not work in runtime( OnReady )... lUniMemo.JSInterface.JSCall('inputEl.setStyle', ['textTransform', 'textTransform:uppercase']); //lowercase or none
  4. Thanks, @Tokay I think this is our goal: Trying to do something useful. 1377570750_CloseAllTabs.mp4.b36004cb8d9e32c1b3be93961dba20c8.mp4
  5. Thanks for all !!! The RadCORE work can not stop !!! More features !!! Close All Tabs.mp4
  6. @Tokay I agree with you and there are several very advanced users here, I'm just a drop of water. And just as we can all choose what to do, I chose to try to create something different that would be simple, easy and practical to use by literally everyone, current or old version users. And I'm humble enough to stop my posts if at any point I've bothered a user in any way, if I've been impolite, arrogant, if I've offended the FM SOFT team or something like that. @Farshad Mohajeri, @Sherzod, @Hayri ASLAN Please...if I did or am doing something wrong, you can tell me. I have been committed from the beginning to the growth of UNIGUI. Here's another video with some of the new features of the next version.
  7. Unfortunately, my choice to use the HINT property as a "bridge" over the countless possibilities that RadCORE offers is still being discussed. 1) Who still uses HINT today to show a message to the user? > Ok...You can continue using without problem with RadCORE. 2) And for MOBILE, do you need HINT? 3) I'm going to exemplify one of the RadCORE user projects, made in UNIGUI that uses third-party components (Phoenix) and some that he created himself (Combobox, Grids etc) and migrated to RadCORE reusing EVERYTHING...he didn't need to change any component. Imagine if RadCORE were ANOTHER COMPONENT SUITE? This user would literally have to replace EVERYTHING HE HAD ALREADY MADE to replace with new components!!! The vast majority of users would have neither TIME nor COURAGE to do such a task. Repeating here WHY RADCORE is what it is? > I wanted to help as many users as possible to modernize their projects and thus raise the level of unigui, giving the possibility of using "responsive blocks" but in a SIMPLE way and reusing 100% of their projects already developed. I'm proud to always repeat: Thanks to RadCORE many users (at least here in Brazil) bought original licenses from UNIGUI (that's not me doing it alone, it's the users' reports). See the simplicity of using RadCORE in this video:
  8. Organizacao Apos abrir formulario.mp4 @cyracks Is that what you're talking about?
  9. UniGUI will allow you to do what you've posted and much more. The forum has a lot of information and the FM SOFT team is always attentive to answering your questions. Here, you could see many app screen samples:
  10. you can try using a uniLabel too: imgUSer.Caption := '<img id="userimg" class="avatar img-thumbnail" src="uploads/usuarios/'img.png alt="User Img">'
  11. @mazluta How are you ? My name is Flávio Motta and I will try to explain about RadCORE. In 2019 I tested all available frameworks for DELPHI and UNIGUI was what caught my attention the most for its familiarity with VCL. Several users in participating groups (and in forum posts) complained about the lack of responsiveness and the difficulty in creating "more web"-looking screens without specifically resorting to html/css/js (because many developers hesitate to learn or even want something simpler and more objective ). At the same time, I saw that more and less developers were looking for UNIGUI (many I met after they bought RadCORE, said exactly what I wrote above). I've been developing RadCORE since then, and I'm slowly improving the visibility of UNIGUI in my country through RadCORE, as several RadCORE users have purchased their UNIGUI licenses. In this way I contribute to the growth of UNIGUI and, of course, RadCORE. See some video links that show a little of the project's evolution. I will be available to explain more details.
  12. @varandor Let's talk in telegram, please. https://t.me/projetoradcore Email Mikromundo@gmail.com See last vídeo in English/ spanish / portuguese
  13. Thank you for your attention, @Sherzod See, as I mentioned in the post title I need to change the "InputType" property at runtime. I have a "UniDBEdit" with InputType = text but when the application runs I want to change it to "date" or to "tel" or to "number" ... I hope you got to explain and thank you again for your attention.
  14. What setting can we use for 'Arabic' ? Or when "arabic" we do not change : servermodule.extlocale ?
  15. It´s possible to change "inputtype" in Runtime ? I have tried 2 ways: TUniEdit(pDbEdit).InputType := 'date'; with TUniControl( pDbEdit ).JSInterface do begin JSConfig('inputType',['date']); end;
  16. I use an OnDrawCell event in my UniDBGrid to adjust / configure field masks etc. An ACCESS VIOLATION is occurring in the following situation: I have a QUERY with 7 columns. In RUNTIME I change the visible property of the 6th. and 7th. columns to FALSE. I realized that when it arrives at 6th. column when triggering the "GetCellData" generates the ACCESS VIOLATION. I imagine it occurs because it is "VISIBLE=FALSE". How could I solve this? Thanks in advance for your attention. coluna_visible_false.mp4
  17. Hi... @MVakili Let´s talk in TELEGRAM. https://t.me/joinchat/TFyUOL74twOZdRq-
×
×
  • Create New...