
gerhard.kimmeringer
uniGUI Subscriber-
Content Count
101 -
Joined
-
Last visited
-
Days Won
4
gerhard.kimmeringer last won the day on October 31 2015
gerhard.kimmeringer had the most liked content!
Community Reputation
16 GoodAbout gerhard.kimmeringer
-
Rank
Active Member
Contact Methods
-
Website URL
http://www.mml-ug.com
Profile Information
-
Gender
Male
-
Location
Bavaria
-
Serverside function: Load eMails from Mailserver
gerhard.kimmeringer replied to erich.wanker's topic in General
Why you work in unigui App? I have this in a Windows-Service App and Store all in a Database. To view and Write Mails i do. this in Unigui- 2 replies
-
- social media interaction
-
(and 66 more)
Tagged with:
- social media interaction
- facebook login
- TUniRadioGroup
- ServerModule
- HTTPCommand
- excel
- export
- UniFileUploade
- clearbutton
- new page
- UniNativeImageList
- transparency
- parameters dll isapi
- TUniChart
- TUniURLFrame
- POST
- JSAdd
- JSCall
- UniDbGrid
- Clean
- Filters
- html
- script
- function
- does not work
- AddJS
- c3
- chart
- css
- UniHTMLFrame
- TUniPanel
- Hexaseo
- TUniURLFrame
- FilesFolderURL
- uniDBGrid
- Key
- hello
- OXI JOINER
- MCATURBO for you
- font
- client
- side
- TUniDBGrid
- keyboard navigation
- UniChart
- fit.js
- BoundList.js
- logfile
- unimDBGrid
- text size
- TunimDGGrid
- Row height
- text height
- font size
- ISS
- Apache
- Windows Service
- Unitreeview color treeview
- TUniDBGrid
- Release Date
- adsquery
- uniDbgrid
- UniStringGrid
- components
- Accordion
- DBTreeGrid
-
How can i use excel online in urlframe? I always get an error access denied. Normally first you must login but how?
-
Hi Erich, direct connection via Internet is very slow. The only way is to use zebedee. http://www.firebirdsql.org/file/documentation/third_party_docs/firebird_zebedee.pdf I have mutch good experience since many years with this tool. The other way is to use datasnap, you can use it also with zeos. best regards Gerhard
-
Thanks! Now i have add Pushmessages also for mobile! Best regards
-
In TMainForm i have a property script, in TMainmForm not. Where or how can i add Script?
-
I have test it with these components: http://websockets.esegece.com/ The Server is only a component. In Servermodule -Customfiles i add this line: http://127.0.0.1:12345/sgcWebSockets.js In Mainform SCRIPT add the script <script> var socket = new sgcWebSocket('ws://127.0.0.1:12345'); socket.on('open', function(event) { console.log('OPEN'); }); socket.on('close', function(event) { ajaxRequest(MainForm.window,'Closed', []); }); socket.on('error', function(event) { ajaxRequest(MainForm.window,event.message, []); }); socket.on('message', function(event) { ajaxRequest(MainForm
-
And how i do this with Unimdbgrid on mobile devices? I have test it with OnScreenResize of Form: if AWidth>(UnimDBGrid1.Columns[0].Width+UnimDBGrid1.Columns[1].Width+Unimdbgrid1.Columns[2].Width+Unimdbgrid1.Columns[3].Width) then UnimDBGrid1.Columns[1].Width:=AWidth-(UnimDBGrid1.Columns[0].Width+Unimdbgrid1.Columns[2].Width+Unimdbgrid1.Columns[3].Width); But if i do that i have 8 Columns, all twice, maybe it is a error in UnimDBGRid..
-
Help please with Modal form <non blocking>
gerhard.kimmeringer replied to vbdavie's topic in General
Look at Demos - Dialogs at the callback-functions -
Now it works! Thanks! That's it!
-
Hi and thanks, for me [###url###] bring only the url, not the paramaters. I have try it only in standalone mode. Is it possible that is different with IIS? It is importent because each session have different parameters.
-
But i need the full url with parameters. There are a way to do this?
-
Install TUniGMap component from "Lema"
gerhard.kimmeringer replied to erich.wanker's topic in General
Hi Erich, use the dpk file, change the lines of uniGUI14,uIndy14,unitools14 to uniGUI18, uIndy18, uniTools18; compile and install, without problems with XE4. best regards Gerhard -
I think your link is wrong. The Link is: https://prime.fmsoft.net/userv/mportal.dll
- 1 reply
-
- 1
-