
claudio.piffer
uniGUI Subscriber-
Content Count
47 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Calendar
Everything posted by claudio.piffer
-
hmm no. You must have FR 6 Pro or enterprise version to install it in Lazarus
-
HI fernando not in this moment. I'm a bit full in this period. As soon as I have some time I prepare an example with Lazarus FR and unigui
-
if you have to install fmxlinux I don't think it is a good solution especially if for Linux we mean linux server which typically is installed without a graphical interface. Personally I prefer the solution I suggested you: Lazarus + FastReport 6 VCL and you develop a REST / HTTP / SOAP / TCP-IP service (the one you like best) that you query from your uniGUI app Best regards
-
No, FastReport (VCL/FMX) are not compatible with Linux. You can try to develop a REST service with lazarus (you can install FastReport 6 in Lazarus and from it you can deploy on linux) that you invocke from your uniGUI App
-
Hi jahlxx I suggest you to use this compiler directive {$E}. You can use this code in your dpr sample: {$IFDEF LINUX} {$E so} {$ELSE} {$E dll} {$ENDIF}
-
Hi Victor to use of RO / DA with unigui follows the same rules as with a normal VCL application. In the unit UniMainModule you must have the channel and message components (therefore one channel and message for each session). Then in the datamodule you put the RORemoteService component, you connect the channel and message, set the service with which it must speak and so you can use the methods exposed by the service (xxx_intf.pas). Or, if it is a DA service, you can create your DAMemDataTables through the remotedataadapter
- 4 replies
-
- 1
-
-
- rem
- rem objects
-
(and 1 more)
Tagged with:
-
Hi Ivan I use RO/DA without problems in uniGUI. What's your problem?
- 4 replies
-
- rem
- rem objects
-
(and 1 more)
Tagged with:
-
GREAT!!!!!! Thank you very much Farshad! UniGUI is the best web framework....I couldn't work without it anymore 😉 Thank you very much for your great work!
-
Thank you very much Hayri!!!!! This is a great news!
-
Hi, Is there a planned release of a HyperServer version for Apache (also for Linux)? If so, when? Thank you very much!!
-
https://github.com/siroz1907/FlipCardUniGui
-
freelancer Freelancer or Contractor on ExtJS
claudio.piffer replied to Jean-Marc Kiener's topic in Jobs
Hi Jean-Marc I'm delphi developer since version 1 (1995). I have used all version of Delphi (now I moving my projects in Sydney) and all my applications are developed in Delphi. I use and known the following components: uniGUI, Falcon components and Theme DevArt ODAC, UniDAC and EntityDAC TMS XData/Aurelius/Sparkle RemObjects RO/DA and HY FastReport DMVCFramework DevExpress VCL suite and I use these database servers: Microsoft SQLServer from version 2005 to last version Oracle from version 11 to last version PostgreSQL from version 9 to la- 6 replies
-
- contractor
- extjs
-
(and 1 more)
Tagged with:
-
Disappointed with Unigui? There are alternatives coming!
claudio.piffer replied to d.bernaert's topic in General
Farshad only a word: WOW! UniGUI was my choice and the more I use it the more I love it! -
Hi GerhardV
how I can buy your complete Theme Packs (-x30)?
I use the last version of the uniGUI 1.9.x
Best Regards
-
Animate Controls using Greensock GSAP library
claudio.piffer replied to mhmda's topic in Sample Projects
Thank's a lot mhmda! -
Animate Controls using Greensock GSAP library
claudio.piffer replied to mhmda's topic in Sample Projects
Hi mhmda can you resume the project link: http://3msoft.net/mhmd/UniAnimate.rar In this moment is broken. Thank you very much! -
Thank Farshad. I have "only" desktop edition of UniGUI because for the mobile my choice is use Delphi for develop native app. But the modern toolkit provides universal HTML5 application support all modern browsers from desktop to phone and not only for phone/"mobile". Will there therefore be a "unification" of the two worlds? Or will UniGUI desktop never have this extension? Best Regards
-
Hi Farshad >>Modern Toolkit is actually for all platforms including desktop. Will it be integrated into UiGUI?
-
+1
-
Great! license downloaded ;-) Many thanks Farshad
-
Survey: Features you want to see in version 1.0
claudio.piffer replied to Farshad Mohajeri's topic in Feature Requests
Hi Farshad, my wishlist is: 1. Ext JS 4.x Support 2. Enhanced UniDBGrid 3. html or richtedit control 4. Accordion 5. Support for the 64 bit (when available) Best Regards Claudio