My new favourite: Sublime Merge
Type: Posts; User: Raphael Theiler
My new favourite: Sublime Merge
For some reason I completely missed this meta tag! That will help quite alot.
And: Thanks for the online-html-help. It's great that we can share links to help topics :)
A hacky workaround: Create a PDF (if you can) and send it via FTP to the printer.
I wish we had a package management system for quite some time because it makes life easier. I tried the StarZen package system and had some troubles getting it running... (I only tried for 5 minutes...
We started using the Froala Wrapper Library in one of our projects. It looks like the wrapper uses Froala 2.6.2 but the most recent version of Froala is 4.
Do you plan on updating the wrapper at...
Our setup is complicated.
We have Customers, Persons (which work for customers) and Orders and we use a multi tenant system with a tenant-table.
An order has one customer which places the order...
Our WebApps feel much faster too (starting and handling requests, especially with grids/lists). Not sure what you did with the driver, but it seems to make a big difference.
Put them somewhere at the top (look for the "Custom script"-comment)
Ah, I see... Apparently I added a custom piece of Javascript to the index.html as well:
<script>
oWebApp.createChart = function(sObj, sJSON, sType){
var oObj =...
I've found an older example. I pasted the coede here: https://gist.github.com/ammoniak/06a30d71b91298987a951da85fe92c4f
I used a "planning"-table, but you should be able to easily adopt it to your...
It really depends on what you need to "analyse & sort".
I would use a struct only to store data, and for simple lookups. (I would avoid having to sort the array multiple times and I would avoid...
Yes, that's what I did. My program now has a "main-procedure".
Feature request (not strictly related): A warning on variable declarations outside of functions/procedure which are not explicitly...
Thank you! That explains everything :)
Alright, that was a quick one... writing "most of the variables are global" got me thinking ;)
The variables are not actually global (as in "global_variable") but just outside of a function- or...
Hi everyone
I have a small tool, written in DataFlex, which should take one or two parameters from the command line and depending on their values do some stuff.
If my parameter is longer than 82...
Another approach (if latency and bandwidth don't cause issues, but being offline for 5 minutes is not acceptable):
- Set the new server up
- Change the DNS so everything points to the new server
-...
That's a pity.
PS: Ceterum censeo CodeMax esse delendam
DAW uses recursive structs too. Maybe they can shed some light onto this ;)
// this is no longer used by cClientService but this class but it is maintained as is in case a developer is using...
The first one is not allowed either. ( You may not declare a member whose type is the same as the struct type being declared (i.e. recursive struct declarations are not allowed) Source:...
I just scanned an example webapp and it returns a few (false) positive results.
There is not much you can do about that. Signing might help.
I would consider the reaction of the IT stuff good...
Hi
I think there is a typo in the documentation:
https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/cXMLDOMNodeList-Function-CollectionNode.htm
The Sample contains a ">" which...
The eyedropper would be a nice extension for the DataFlex Styler (...
Great project!
I don't need them right now, but there are two APIs which might be helpful:
Screen Wake Lock: Allows to prevent screen locking / improve brightness, which is useful to improves...
I love the dark theme for the studio. The one thing I'm currently missing is a seperate setting for the font color of white space. I know this sounds weird ;) but hear me out:
I like to display the...
I modified our version control so that each time you pull a version from the repository it writes current date, time and username into a text file and then included that. But it stopped working at...