Jump to content

zemorango

uniGUI Subscriber
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by zemorango

  1. Fantastic sharing delagoutte, thank you so mush
  2. Hi delagoutte, fantastic, could you please give me the sample that you made?
  3. Thank you so mush Jahlxx
  4. Hi Delagoutte, yes I se the good Id, My code is this The Result of the grid in Unigui URLFrame is this, so it works great. In the webbrowser inspector I see the ID "grid" So maybe this is a restriction of the URLFrame, I could use the HTMLFrame but its not working correctly because some there is some incompatibilities with the jquery version used by the jqrid, I works in the first load, but if a make a new query then I get errors, so I need to use UrlFrames.
  5. Jahlxx Very nice result , can you please share a small project with your aproach?
  6. Hi Guys I'm using a urlframe to load data to an jqwidgets jqgrid. I'm using jqgrid because it have more filters options. the id of the jqgrid is "grid" Now I want to change values in the grid using unisession.addJs, I'm trying to change the values of a cell, like this ; unisession.AddJS('$("#grid").jqxGrid(''setcellvalue'', myrow , ''mycolumn'', ''mynewvalue'');' ); and I get this error : Invalid Selector - #grid! Please, check whether the used ID or CSS Class name is correct. Any idears or work arrounds?
  7. Hi Roger, thanks for you kind words, it is not full responsive, I made some modules using uniUrlFrames, using a html5 template, the javascript and html5 is done in runtime with Delphi at server using the theme css and widgets. In desktop those modules like the dashboard is full responsible , but in mobile is not working fully responsive as expected, need to ask Farsjad if there is a work arround. Regards zemorango
  8. I use a small pas file that was posted here in the forums http://forums.unigui.com/index.php?/topic/5207-export-to-excel-without-excel/
  9. Thanks Mohammed Please check this link for the theme https://drive.google.com/open?id=1vcHro0f9MtpCOg-6uSPfbljn3s7E5wp4
  10. Hi Stemon63, I don't use any of them, I use mormot json rest functions
  11. Sorry guys I have updated the link, the right one if https://byteinmotionapps.com/Facilities4EN/
  12. Hi Wicket, To have the gray style I have to replace color in the main Css files, just copy the orignal neptune files and then replace the color codes. here is the files, if you want to use them ext-theme-neptunegray.rarI it work for the version 4.2.4.1763 of extjs, I didn't try the 6.5 version só I don't know if it will work in that version.
  13. Hi guys, I wanted to share with you some of my work, this is a full Facilities Managment System. I hope you like it It still in beta, but very close to the final release. You can also see it in action here : https://byteinmotionapps.com/Facilities4EN/ login : demo pass : demo
  14. Hi, Wprins, Yes i'm using Firemonkey, It has evolved a lot since XE5, It's more stable, fast and reliable. For backend I use a rest architecture, webservices created using Php. I don't use clientdataset or fireDac or whatever data access components, just Rest staleless webservices. So its a multitier architecture. What is necessary to keep in mind is that mobile is not the same as desktop, we must find ways to keep the app fast and avoid to use too mush components in a single form, also the use of frames to insert forms in a main parent form is a must, have severals forms open in memory can just exauts the mobile device resources. Anyway we can also build great mobile apps using Unigui, I have made quite some mobile app with unigui, of course not native, running via browser but with good results.
  15. Ruslan, I have mobile apps made using Delphi in both stores, They work well and my clients love them. https://play.google.com/store/apps/details?id=com.ByteInMotion.BIMFacilities&hl=pt_PT https://play.google.com/store/apps/details?id=com.ByteInMotion.BIMCityHall&hl=pt_PT https://itunes.apple.com/br/app/bim-facilities/id955782758?mt=8
  16. Ruslan, I have mobile apps made using Delphi in both stores, They work well and my clients love them. https://play.google.com/store/apps/details?id=com.ByteInMotion.BIMFacilities&hl=pt_PT https://play.google.com/store/apps/details?id=com.ByteInMotion.BIMCityHall&hl=pt_PT https://itunes.apple.com/br/app/bim-facilities/id955782758?mt=8
  17. Great Work Hayri, It works like Magic, thanks
  18. Hi jahlxx, I Agree with you, responsive is the way to go, I doesn't make sense to have to design twice the same forms. For me right now is the only cons I see in unigui. Regards José
  19. I still Love Unigui, all my big projects for the web are done using unigui, I will still using unigui and will renew my subsciption of unigui, but I will also doing some work with tms web core for mobile because is easy to create responsive designs. I only wish Unigui ans tms webcore could by used on Lazarus, because using and paying for delphi ( that costs from 1700 euros to 5000 euros ) and don't give us tecnologies for the web out of the box is no funny at all.Thank's God we have Unigui and now also Tms web core... So I prefer to pay for unigui and other tools than give it all to embarcadero with no tools for start working for the web. Even Intraweb ( that is also good) is not made by emba and isn't included in the profissional version of Delphi. So my point is please target Lazarus, and we (programmers and fans) will have more founds to support great programers like Farshad and others, because their the ones that are the visionaries, embarcadero vision is wrong deplhi is nothing without great tools. Web and mobile are the dominant platforms for us programmers to get paid and have success now and in the future.
  20. There are main diferences between Unigui and Tms Web Core. 1 - Unigui is statefull, tms web core is stateless. 2 - Unigui works only in windows, tms core runs everywhere. 3 - For the moment unigui is dificult to implement Responsive layout, with tms web core is easy. 4- Regarding acess to database unigui is full rad ( faster to develop), tms web core can by rad or what ever you like to do with. 5- with tms web core you can use phone gap our cordova to compile your javascript/html files to native apps, (ios,android,windows phone, windows, mac, ect...), I'm not talking about making a webbrowser wrapper, I mean really compile the apps and also using access to hardware throught coordova plugins, like NFC for example. Just to clarify, there is not need to to have XData, you can use it but theres no need to, you can use php, python asp.net , mormot(I've done some teste with mormot), or what ever tecnologia you want. there is no need to buy nothing else than to tms web core for 295. So in fact is mush cheaper then unigui. On the other hand, the learning curve is bigger, it's faster to develop with unigui, must faster. Don't get me wrong I love Unigui, I've made quite some great projects with Unigui, but Tms web core it's also a great product. Regards Jose
  21. Hi Delphi Developer, The version I'm using is 1424. And yes I'm going to make a simple sample case, I will posted as soon as possible. Regards zemorango
×
×
  • Create New...