
jahlxx
uniGUI Subscriber-
Content Count
1120 -
Joined
-
Last visited
-
Days Won
3
-
Hi. Can I use, un uniservermodule - customiles wildcards? something like files/folder/*.js And add subfolders too? Thanks.
-
Thanks Claudio, but the solution, for me, has been: sudo apt-get install joe wget p7zip-full curl build-essential zlib1g-dev libcurl4-gnutls-dev I was forgetting that step, as the link https://chapmanworld.com/2016/12/29/configure-delphi-and-redhat-or-ubuntu-for-linux-development/ said Thanks anyway.
-
Ok. One more step. Now a Linux64 folder is generated when compiling, under project folder, not generated before, but I get these error linking: [DCC Error] E2597 C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lgcc_s C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lc C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -ldl C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lpthread C:\Program Files (x86)\Embarcadero\Studio\20
-
Sorry, how? I only have Linux64 as target platform, but allways make a dll file. ???
-
Hi friends. When I generate / compile / build / deploy a sample apache module project, for win32 and linux platforms, allways generates a dll file, not a .so file. I build with no errors. And deploy to linux server, and in the scratch directory allways generates a dll, never a .so file. Someone can help me? This is new for me (linux project), ans sure I'm forgetting some step. I've followed unigui manual, and reviewed this: https://chapmanworld.com/2016/12/29/configure-delphi-and-redhat-or-ubuntu-for-linux-development/ Please, some help. My dev environment is D
-
no, try with sencha theme. neptune works fine.
-
ok. all removed. attached is sample. AllFeaturesDemo.zip
-
Just take "all features demo" and left blank images property of navtree.
-
Hi. With uni_sencha theme, in treeviews, when an opcion has sub-options, no icon is shown. why? this not happens in other themes. Thanks.
-
In run time, I need to do something like this: button .style := tbsButton; or button .style := TUniToolButtonStyle(tbsButton);
-
Hi. Is possible to change TUniToolButton Style in run time? Thanks.
-
Can I do something similar to gridsummary sample but when grid is paged? doing this with calctotals, it takes many time. Thanks.