
Pink-El
uniGUI Subscriber-
Posts
135 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Events
Everything posted by Pink-El
-
Hello, Seems I am unlucky guy... No solution no comments... Dmytro
-
Hello, I prepared virtual machine with Win7. I installed application on this machine and can demonstrate error. Is it useful for you? I can upload machine and send link with short instruction. Dmytro
-
I can`t create test. It`s random error and I can`t understand what is depend on. It`s common form, common query, search field and grid with search result. I made clear installation on customer`s computer. Windows 7. I tried on desktop and on mobile devices. First 2-3 queries worked fine. Now error is all the time. I restarted application, restarted computer, tried other browser. Same error. No ideas. Sad Dmytro....
-
Hello, Can somebody comment this error? What does it mean? What depended on? Open&Close query with search param. Clear SQL query, DataSource and TUnimDBListGrid Dmytro
-
Super! Thank you!
-
No result. This solution is for mDBGrid, I am using mDBListGrid CustomCSS .custom64Glyph .x-icon-el { width: 64px !important; height: 64px !important; } .x-gridcell .x-mgrid-cell .x-mgridcell { word-wrap: break-word; white-space: pre-wrap; } .customItem .x-gridcell-body-el { white-space: normal; } beforeinit function beforeInit(sender, config) { config.itemConfig = { height: 50 }; } Result
-
Hello, How I can implement word-wrap: break-word; effect for TUnimDBListGrid? I found solution for TUnimDBGrid: .x-big .x-gridcell { word-wrap: break-word; } I tried add in CustomCSS following code .x-big .x-gridcell .x-mgrid-cell .x-mgridcell{ word-wrap: break-word; } but no effect Thank you, Dmytro
-
Hello, Delphi XE Framework version is 1.90.0.1564 TUnimDBGrid generate a mistake. What is wrong? Some times good, some times this message. Sad Dmytro 😞
-
Ok. Thank you. I`ll try and report about result Best wishes, Dmytro
-
Hello, I found problem but I don`t know how to solve it http://127.0.0.1:8077 does not work http://localhost:8077 is working fine Any ideas? Dmytro
-
Path Does not work with default path I tried set path manually like ExtRoot:='D:\Developer\vclxe\FMSoft\Framework\uniGUI\ext-7.5.1'; UniRoot:='D:\Developer\vclxe\FMSoft\Framework\uniGUI\uni-1.90.0.1564'; UniPackagesRoot:='D:\Developer\vclxe\FMSoft\Framework\uniGUI\unipackages-7.5.1'; Same result Dmytro
-
Yes, I installed 1.90.0.1565 over 1.90.0.1564. Some applications stop to work with message "uniSyncObj.xEncode is not a function" I uninstalled unilib, deleted all bpl and root dir. Made clear installation. Recompiled all bpl and no result Dmytro
-
Yes, on my development machine. Dmytro
-
Hello, Can`t run any desktop example. Browser message is "uniSyncObj.xEncode is not a function" Mobile examples are working fine. I checked path [uni] and [ext]. All correct. UniGUI_Complete_Professional_1.90.0.1564 Delphi XE What I need to check else? Dmytro
-
Never mind. I am sorry for my emotions. Thank you. Show must go on. Regards, Dmytro
-
It was real Apply devises. Phone and Tablet. Desktop is working fine. 2 browsers. Google and Safari. Tomorrow I`ll provide full testing on all platforms.
-
-
complete professional I sent screen shorts from my account. What I need to do else? support@fmsoft.net keeps silence. Forum members can`t recognize me. And??? Are you from development team? Can you help me? Dmytro
-
Hello? Is it joke?
-
Hello, Answer is office@pidkova.biz. I updated my subscription some time ago. I had issue with installation new version. I wrote a lot of e-mail to support@fmsoft.net and I had robot answer only. Nobody solved my problem. I don`t know how is working support service now. Year ago was fine. I don`t know how I can get support now. Dmytro
-
Hello, I am sorry. I forgot about rules. Version is 1.9.1564 Professional Dmytro
-
Hello, I found issue on mobile platform with UnimDBGrid onDrawColumnCell event. If event is empty, working fine. If I add some code, like if UniMainModule.xf_menu.FieldValues['QUANTITYBILL']>0 then Attribs.Color := $DFDFFF; Sometimes, redrawing is incorrect. See pics. Dmytro
-
Hello, I found confusion in packages. Delphi XE is uniGUI_2010_PlusGroup not uniGUI_XE_PlusGroup Dmytro Lendel