|
Re: Android context menu
Thanks Lawrence. Unfortunately it does not work for any controls placed on a Tab control. :-(
Todd
On 8/7/2017 5:01 AM, Lawrence Fisher via Groups.Io wrote:
Thanks Lawrence. Unfortunately it does not work for any controls placed on a Tab control. :-(
Todd
On 8/7/2017 5:01 AM, Lawrence Fisher via Groups.Io wrote:
|
By
Todd Baremore
·
#185515
·
|
|
Re: Dialing from a mobile program
seems that this is purely IOS as in Android it dials immediately
Regards
Lawrence
Author of the award winning book, "Kill Me Now!", amusing stories from the world of dating
seems that this is purely IOS as in Android it dials immediately
Regards
Lawrence
Author of the award winning book, "Kill Me Now!", amusing stories from the world of dating
|
By
Lawrence Fisher
·
#185514
·
|
|
Dialing from a mobile program
Hi all
This seems quite trivial. According to the help, all you do is:
Invoke OS
Execute on Client
'tel:050-1234567'
Then you get the OS dialog, call 050-1234567 with a Call / Cancel option. Tapping
Hi all
This seems quite trivial. According to the help, all you do is:
Invoke OS
Execute on Client
'tel:050-1234567'
Then you get the OS dialog, call 050-1234567 with a Call / Cancel option. Tapping
|
By
Lawrence Fisher
·
#185513
·
|
|
Re: Ampersand (&) in column titles in XPA 3.2c?
Hi group,
Follow-up: according to a message from Magic support, the ampersand glitch in column titles will be fixed in the forthcoming XPA 3.2d.
Bye,
Frederik
Hi group,
Follow-up: according to a message from Magic support, the ampersand glitch in column titles will be fixed in the forthcoming XPA 3.2d.
Bye,
Frederik
|
By
Frederik Soete
·
#185512
·
|
|
Re: Verify Operation's Message Box Font
Hello Steve
I think this is a systemsetting
Look here:
https://www.tenforums.com/tutorials/77571-change-message-boxes-text-size-windows-10-a.html
best regards
elias
Hello Steve
I think this is a systemsetting
Look here:
https://www.tenforums.com/tutorials/77571-change-message-boxes-text-size-windows-10-a.html
best regards
elias
|
By
eliasbruegel@...
·
#185511
·
|
|
Re: Android context menu
The Long Press raises the Press event. I believe you have to handle it yourself
Regards
Lawrence
Author of the award winning book, "Kill Me Now!", amusing stories from the world of dating
The Long Press raises the Press event. I believe you have to handle it yourself
Regards
Lawrence
Author of the award winning book, "Kill Me Now!", amusing stories from the world of dating
|
By
Lawrence Fisher
·
#185510
·
|
|
Re: Verify Operation's Message Box Font
Are you sure it is built in and not OS dependent?
Regards
Lawrence
Author of the award winning book, "Kill Me Now!", amusing stories from the world of dating
Are you sure it is built in and not OS dependent?
Regards
Lawrence
Author of the award winning book, "Kill Me Now!", amusing stories from the world of dating
|
By
Lawrence Fisher
·
#185509
·
|
|
Verify Operation's Message Box Font
Friends,
Does anyone know which font is used in uniPaaS' built-in Message Box?
The default font is way too tiny and needs to be enlarged, but which entry to change in which font table (Application,
Friends,
Does anyone know which font is used in uniPaaS' built-in Message Box?
The default font is way too tiny and needs to be enlarged, but which entry to change in which font table (Application,
|
By
Steven Blank
·
#185508
·
|
|
Android context menu
XPA 3.2c, Android 6/7
Rich Client - Interactive - Offline Task in Query mode
Table with 2 columns. On the variable for column 2, I have assigned a context menu. F8 and all is well.
On an Android
XPA 3.2c, Android 6/7
Rich Client - Interactive - Offline Task in Query mode
Table with 2 columns. On the variable for column 2, I have assigned a context menu. F8 and all is well.
On an Android
|
By
Todd Baremore
·
#185507
·
|
|
Re: Hyperlink in PDF
Thanks for the idea, I'll try it. It seems to be useful.
Best regards
Ferenc
2017.08.05. 1:29 keltezéssel, Diego Bale írta:
Thanks for the idea, I'll try it. It seems to be useful.
Best regards
Ferenc
2017.08.05. 1:29 keltezéssel, Diego Bale írta:
|
By
Polgár Ferenc
·
#185506
·
|
|
Re: Pretty Print JSON uniPaaS v1.9p
Well I said "close" :-[
By
Todd Baremore
·
#185505
·
|
|
Re: Pretty Print JSON uniPaaS v1.9p
The devil is indeed in the detials. You have to reverse your going-in flow, when going out.
;)
Steve Blank
The devil is indeed in the detials. You have to reverse your going-in flow, when going out.
;)
Steve Blank
|
By
Steven Blank
·
#185504
·
|
|
Re: Pretty Print JSON uniPaaS v1.9p
Steve,
This should get you close. The syntax may be off.
Update A with repstr(A,',"',asciichr(10)&',"')
Update A with repstr(A,'{',asciichr(10)&'{')
Update A with
Steve,
This should get you close. The syntax may be off.
Update A with repstr(A,',"',asciichr(10)&',"')
Update A with repstr(A,'{',asciichr(10)&'{')
Update A with
|
By
Todd Baremore
·
#185503
·
|
|
Pretty Print JSON uniPaaS v1.9p
Friends,
An online program calls a local web service to perform a certain action via HTTPCALL(). This web service returns a JSON response, similar to the
Friends,
An online program calls a local web service to perform a certain action via HTTPCALL(). This web service returns a JSON response, similar to the
|
By
Steven Blank
·
#185502
·
|
|
New file uploaded to main@magicu-l.groups.io
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the main@magicu-l.groups.io group.
File: Demo_PrettyPrintJSON.zip
Uploaded By:Steven
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the main@magicu-l.groups.io group.
File: Demo_PrettyPrintJSON.zip
Uploaded By:Steven
|
By
main@magicu-l.groups.io Notification <main+notification@...>
·
#185501
·
|
|
Re: Hyperlink in PDF
It cannot be done directly.
I managed to do this with some sort of workaround...
If you put an URL in the pdf with the http:// you can click on it in the pdf and go to that site.... (nothing to do
It cannot be done directly.
I managed to do this with some sort of workaround...
If you put an URL in the pdf with the http:// you can click on it in the pdf and go to that site.... (nothing to do
|
By
Diego Bale
·
#185500
·
|
|
Hyperlink in PDF
Hello,
I wonder if it is possible to print a PDF from UP with a hyperlink, where the visible text is not the hyperlink text?
TIA
Ferenc
Hello,
I wonder if it is possible to print a PDF from UP with a hyperlink, where the visible text is not the hyperlink text?
TIA
Ferenc
|
By
Polgár Ferenc
·
#185499
·
|
|
Re: Allow Modify Runtime mode
Thanks for the replies...
I back read on some topics from this group from years ago and somehow found a work around. The previous thread said that a curious behavior happens with the Task Control
Thanks for the replies...
I back read on some topics from this group from years ago and somehow found a work around. The previous thread said that a curious behavior happens with the Task Control
|
By
cat_napper_12@...
·
#185498
·
|
|
Re: question about Notepad++
I ran into that same issue and, as I recall, it was because the HexEditor plugin was not compatible with the 64-bit version of Notepad++. Iuninstalled the 64-bit version and installed the 32-bit
I ran into that same issue and, as I recall, it was because the HexEditor plugin was not compatible with the 64-bit version of Notepad++. Iuninstalled the 64-bit version and installed the 32-bit
|
By
Steven Blank
·
#185497
·
|
|
Re: Combo Box records too long...
On the Control Properties, section "Appearance" you can set a property called "Visible lines". The default value of 0 will let the combo box expand until the whole screen is filled. When you specify a
On the Control Properties, section "Appearance" you can set a property called "Visible lines". The default value of 0 will let the combo box expand until the whole screen is filled. When you specify a
|
By
Govert Schipper
·
#185496
·
|