|
Leaving the magic development community
#csharp
I just completed a band new standalone system in Magic that includes complex interaction with external systems. It only took me two years from concept to revenue generation and I am competing successf
I just completed a band new standalone system in Magic that includes complex interaction with external systems. It only took me two years from concept to revenue generation and I am competing successf
|
By
JK Heydt
· #196070
·
|
|
HTML Merge Example
LOL. Half-himers maybe? That would be terrific. A couple examples is all I need. Thank you Friedrich
LOL. Half-himers maybe? That would be terrific. A couple examples is all I need. Thank you Friedrich
|
By
JK Heydt
· #195938
·
|
|
HTML Merge Example
Hi Magicians I am looking for an example of an HTML merge application. I created several of them years ago but I've lost all the files. I know I need a broker license, .html files, and magic batch pro
Hi Magicians I am looking for an example of an HTML merge application. I created several of them years ago but I've lost all the files. I know I need a broker license, .html files, and magic batch pro
|
By
JK Heydt
· #195932
·
|
|
HTML5 interaction with mobile resources
I found a solution that works perfectly for HTML5/TSplus on Android mobile devices to open web pages. 1. On the Android device, install a free app called "URL Opener" (https://play.google.com/store/ap
I found a solution that works perfectly for HTML5/TSplus on Android mobile devices to open web pages. 1. On the Android device, install a free app called "URL Opener" (https://play.google.com/store/ap
|
By
JK Heydt
· #195786
·
|
|
Magic Error Beep
Set Image to None. No beep, even with Error Mode.
Set Image to None. No beep, even with Error Mode.
|
By
JK Heydt
· #195638
·
|
|
Parsing XML
Thanks Steven. I've imported and ran your project an it all works perfectly and makes complete sense. Thanks for making my life easy.
Thanks Steven. I've imported and ran your project an it all works perfectly and makes complete sense. Thanks for making my life easy.
|
By
JK Heydt
· #195275
·
|
|
Parsing XML
Thanks Steven. I've downloaded the application and will give it a go!
Thanks Steven. I've downloaded the application and will give it a go!
|
By
JK Heydt
· #195269
·
|
|
Parsing XML
Thanks guys, for the very thoughtful and and detailed replies. However, I am new to XML so this is a bit of a learning curve to me. I tried to create an xml table and wound up corrupting my .ini file
Thanks guys, for the very thoughtful and and detailed replies. However, I am new to XML so this is a bit of a learning curve to me. I tried to create an xml table and wound up corrupting my .ini file
|
By
JK Heydt
· #195265
·
|
|
Parsing XML
Newbee question: What is the easiest way to read this xml text into a table: <Returns><Return><Amount>0.0100</Amount><DocumentId>150838765</DocumentId><ReceivedOn>2021-12-13T07:00:00Z</ReceivedOn><Ret
Newbee question: What is the easiest way to read this xml text into a table: <Returns><Return><Amount>0.0100</Amount><DocumentId>150838765</DocumentId><ReceivedOn>2021-12-13T07:00:00Z</ReceivedOn><Ret
|
By
JK Heydt
· #195259
·
|
|
Mobile application development without robust internet connection
Thanks for the update Johan. Great roadmap. Just to be clear, your HTML5 app continues running normally when the internet connection is disrupted?
Thanks for the update Johan. Great roadmap. Just to be clear, your HTML5 app continues running normally when the internet connection is disrupted?
|
By
JK Heydt
· #195252
·
|
|
UserFunctionality Component, Print Data, control variable list
Found the solution, thanks to Steven. Open the component and search for text "dataviewvars" using regular expression option. Find 2 instances in the Main Program and 4 in the Initialize program. You w
Found the solution, thanks to Steven. Open the component and search for text "dataviewvars" using regular expression option. Find 2 instances in the Main Program and 4 in the Initialize program. You w
|
By
JK Heydt
· #195251
·
|
|
UserFunctionality Component, Print Data, control variable list
Thanks Steven I thought I understood Magic until I started trying to understand that component! Talk about rabbit holes! Anway, I'll continue looking for how they do it with the idea of excluding vari
Thanks Steven I thought I understood Magic until I started trying to understand that component! Talk about rabbit holes! Anway, I'll continue looking for how they do it with the idea of excluding vari
|
By
JK Heydt
· #195250
·
|
|
UserFunctionality Component, Print Data, control variable list
Xpa 4.8 Using the Print Data feature of the UserFunctionality component. Works pretty good so far, but has anyone figured out how to limit the variables it exports? It seems to export all variables in
Xpa 4.8 Using the Print Data feature of the UserFunctionality component. Works pretty good so far, but has anyone figured out how to limit the variables it exports? It seems to export all variables in
|
By
JK Heydt
· #195245
·
|
|
Mobile application development without robust internet connection
Todd, Thanks for the location of Developing Offline Rich Client Applications.pdf. Unfortunately, that document isn't located in my Support folder. Probably since I only have an Express license. Is the
Todd, Thanks for the location of Developing Offline Rich Client Applications.pdf. Unfortunately, that document isn't located in my Support folder. Probably since I only have an Express license. Is the
|
By
JK Heydt
· #195223
·
|
|
Mobile application development without robust internet connection
Merry Christmas! Thanks for the suggestions. I have to ask a stupid question, but where is the "Support" folder. I want to take a look at RIA a little further, and HTML5. Not how you did this Johan bu
Merry Christmas! Thanks for the suggestions. I have to ask a stupid question, but where is the "Support" folder. I want to take a look at RIA a little further, and HTML5. Not how you did this Johan bu
|
By
JK Heydt
· #195213
·
|
|
Mobile application development without robust internet connection
What is the best way to develop applications for mobile devices (android or iOS) that continue to run when the device's internet connection is interrupted and will sync data back to the server once th
What is the best way to develop applications for mobile devices (android or iOS) that continue to run when the device's internet connection is interrupted and will sync data back to the server once th
|
By
JK Heydt
· #195209
·
|
|
HTTP "Basic" Authentication
So, I don't understand how, but the basic blobtobase64() encoding method is working with the actual gateway and my real user name and password. No pound character. Also, I can't get test:123 to match
So, I don't understand how, but the basic blobtobase64() encoding method is working with the actual gateway and my real user name and password. No pound character. Also, I can't get test:123 to match
|
By
JK Heydt
· #195088
·
|
|
HTTP "Basic" Authentication
XPA 4.7 - Ansi made a big difference but still slightly off. Here's how I'm doing it: Update v_Blob1 with Trim(BJ)&':'&Trim(BK)&'£' where BJ = 'test' and BK='123' Update o_AuthBlob with BlobToBase64(B
XPA 4.7 - Ansi made a big difference but still slightly off. Here's how I'm doing it: Update v_Blob1 with Trim(BJ)&':'&Trim(BK)&'£' where BJ = 'test' and BK='123' Update o_AuthBlob with BlobToBase64(B
|
By
JK Heydt
· #195077
·
|
|
HTTP "Basic" Authentication
Sorry, blobtobase64() BTW, I'm using https://www.base64encode.net/ to test and compare and https://datatracker.ietf.org/doc/html/rfc7617 for the "test:123' example on page 6.
Sorry, blobtobase64() BTW, I'm using https://www.base64encode.net/ to test and compare and https://datatracker.ietf.org/doc/html/rfc7617 for the "test:123' example on page 6.
|
By
JK Heydt
· #195071
·
|
|
HTTP "Basic" Authentication
Thanks Craig When I convert 'test:123' using blobtobase74() I get dABlAHMAdAA6ADEAMgAzAA== However, according to the documentation I should be getting this for that string: dGVzdDoxMjPCow== Do I need
Thanks Craig When I convert 'test:123' using blobtobase74() I get dABlAHMAdAA6ADEAMgAzAA== However, according to the documentation I should be getting this for that string: dGVzdDoxMjPCow== Do I need
|
By
JK Heydt
· #195070
·
|