Hi Hank,
When we started using mobile printers (Zebra and O'Neil), we took a hard look at all our printing. We weren't happy with the idea of a server having to be maintained with correct printer...
Type: Posts; User: JamesPat
Hi Hank,
When we started using mobile printers (Zebra and O'Neil), we took a hard look at all our printing. We weren't happy with the idea of a server having to be maintained with correct printer...
I am still trying to separate all of Liana's features in a way I can understand the big picture. I was looking at your code and was very proud to actually understand it when I got a bit confused. I...
Many of you may have apps running on Macs, but I am unsure if many are developing on a Mac. I am developing AND learning on a Mac and it has been an interesting journey. As I find Mac oddities I...
Hi,
Great tip! And a tip of the hat to you.
- James
Hi,
OK, see, it was something small I had overlooked. I should have checked the textbox methods, didn't get an error so I didn't check. Works like a charm now! Even in Safari.
One thing,...
Hi,
OK tested in Mac and Windows and I am still missing a reference or something. Here is the entire delegate:
//Call get_short_id(10) to get a 10 character pseudo guid
var...
Hi,
My code almost exactly, thats the confirmation I was looking for. Still, doesn't work. Of course this is on a Mac, so I will fire up Lianja in Windows and try there. Tried Safari and...
I was not trying to be coy, I just didn't want to devolve into a conversation about the clipboard. I was experimenting with execCommand('copy') to see if I could get a textbox contents onto the...
Great! Thanks guys, I knew you would come through. Now onward...
- James
I am trying to learn by actually writing something...That's a "head-banger", but the quickest way for me to learn. I am currently in Canvas Sections and I think(?) I understand when and where to use...
Hi,
No I haven't...yet. Working my way through Sections, on Canvas at the moment. Should be to Custom soon, will try then. Thanks and I enjoy the Videos.
- James
I have an app that is only a single textbox and button and is intended to be used as a "helper" to another program we use. Since it is small, it would be convenient to resize to a smaller usable...
In the interest of not having a "dangling" question left floating out there in the great bit bucket...this issue is resolved! The Javascript call is working fine in 4.1.2 beta and I am certain this...
Runtime problem on Mac Solved! Just in case you encounter this problem on a pre-4.1.2 Mac, remove all files in the "/Library/Application\ Support/Lianja/cloudserver/tenants/public/extensions" folder...
I have tried by entering and not copy/pasting with the same crash. Tried double and single and no quotes. OS is El Capitan 10.11.6 (15G19009) on an i5 Mac Mini. Should I open a ticket and include...
I was hoping it was that simple, but no it still crashes. Could this also be a problem cured with the 4.1.2 fix?
Sure, that's where I started - trying to keep it simple. This is a Mac with App Builder on it and I wanted to test runtime. I copied and pasted my code, so I don't think it's a typo. Ideas?
I have been working on the --runtime startup option to test how the app would look and feel on a Desktop Mac. I have tried a variety of commands, but I keep crashing Lianja. I may just not...
Got it, I saw the warning about App Builder and App Center on the same machine. I didn't see that App Builder could be run wth the --runtime option for testing. Thanks for the tip!
I need to add an app that consists of a single textbox/command button pair. I expect my users will keep it open throughout the day and wondered if it could be set to initially run at a non-maximized...
Thanks, look forward to the example.
Hey Hank! Good to hear from you. I did find the info about exports.conf and knew that was the way to go. I could not find any mention of where I should add the file. I assume in the app library,...
I had already tried in the js console, I just assumed the lianja object could not be accessed in the console. I copy and pasted lianja.evaluate("statusprocs::get_short_id(10)"); to insure no entry...
I am just going to post the delegate, it is small and I must be missing something very obvious:
////////////////////////////////////////////////////////////////
// Event delegate for 'click'...
OK, I've been working on a small app with a Canvas Section. This is using Javascript scripting. I am needing to call a function written in VFP. If I SET PROCEDURE TO ... in the console it works in...