Hi Jason,
Thank you for your sample.
Your sample works OK in my iPhone.
So, I will check a difference between your sample and my one.
Best regards,
Taku
Search found 12 matches
- Tue Sep 10, 2019 12:22 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] How to show a image in a html file
- Replies: 4
- Views: 42628
- Tue Aug 20, 2019 1:07 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] How to show a image in a html file
- Replies: 4
- Views: 42628
Re: [RPG] How to show a image in a html file
Hi,
I changed the html code but still not show a image.
Next, I changed the html to the original source code and executed with the Windows, the image was shown.
Result_of_WinApp.png
This code is Windows OK, iPhone NG.
<body>
<img src="employee_128.png">
</body>
This code is NG with ...
I changed the html code but still not show a image.
Next, I changed the html to the original source code and executed with the Windows, the image was shown.
Result_of_WinApp.png
This code is Windows OK, iPhone NG.
<body>
<img src="employee_128.png">
</body>
This code is NG with ...
- Thu Aug 08, 2019 11:32 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] How to show a image in a html file
- Replies: 4
- Views: 42628
[RPG] How to show a image in a html file
Hi,
I am trying to show a image in a html file.
So, I created the following codes, however a image set to the resource property of Webview is not shown.
Sample.html and emploee_128.png are in resource folder.
I use iPhone for testing of this.
Does anyone know a solution?
DDS
4 1'&&F'
4 10 ...
I am trying to show a image in a html file.
So, I created the following codes, however a image set to the resource property of Webview is not shown.
Sample.html and emploee_128.png are in resource folder.
I use iPhone for testing of this.
Does anyone know a solution?
DDS
4 1'&&F'
4 10 ...
- Tue Aug 28, 2018 1:09 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: How to end 5250 interactive job when closing LongRange application window
- Replies: 1
- Views: 5310
Re: How to end 5250 interactive job when closing LongRange application window
I am using LongRange RPG.
- Tue Aug 28, 2018 1:07 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: How to end 5250 interactive job when closing LongRange application window
- Replies: 1
- Views: 5310
How to end 5250 interactive job when closing LongRange application window
Hi,
When closing LongRange application window using the close button, I want to end the 5250 interactive job immediately.
If anyone know that, please let me how to do.
Best regards,
Taku Izumi
When closing LongRange application window using the close button, I want to end the 5250 interactive job immediately.
If anyone know that, please let me how to do.
Best regards,
Taku Izumi
- Wed Aug 15, 2018 11:05 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] How to set the terminating time of QINTER job?
- Replies: 2
- Views: 6807
Re: [RPG] How to set the terminating time of QINTER job?
I measured the terminating time of LongRange session.
As the result, the time is about from 120 to 240 seconds longer than TSExpiryTime.
Is this the difference in timing to check the activity status?
Or, does LongRange have a margin time by the terminating?
Regards,
Taku
As the result, the time is about from 120 to 240 seconds longer than TSExpiryTime.
Is this the difference in timing to check the activity status?
Or, does LongRange have a margin time by the terminating?
Regards,
Taku
- Tue Aug 14, 2018 4:28 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] How to set the terminating time of QINTER job?
- Replies: 2
- Views: 6807
[RPG] How to set the terminating time of QINTER job?
Hi,
How to set the terminating time of QINTER job that runs for LongRange session?
In other words, I want to know the setting as similar as the TSExpiryTime in aXes configuration.
Regards,
Taku
How to set the terminating time of QINTER job that runs for LongRange session?
In other words, I want to know the setting as similar as the TSExpiryTime in aXes configuration.
Regards,
Taku
- Thu Apr 26, 2018 4:28 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] The Data property of Web View
- Replies: 1
- Views: 3122
[RPG] The Data property of Web View
Hi,
I am investigating to how to get the Latitude and Longitude of the url parameter from the Google map loaded in Web view.
I think that it may be to do it if use the Date property of Web View.
data_property.PNG
However, there is no more information about this.
Is there a sample for the ...
I am investigating to how to get the Latitude and Longitude of the url parameter from the Google map loaded in Web view.
I think that it may be to do it if use the Date property of Web View.
data_property.PNG
However, there is no more information about this.
Is there a sample for the ...
- Mon Sep 18, 2017 2:46 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] Send Eject key to a screen
- Replies: 1
- Views: 3383
[RPG] Send Eject key to a screen
Hi,
When the software keyboard is minimized while bluetooth keyboard is connected to iPad, the software keyboard can not be re-displayed from iPad.
keyboard.png
At this time, is it possible to send the Eject key from RPG to a screen without using the Eject key on bluetooth keyboard?
Regards ...
When the software keyboard is minimized while bluetooth keyboard is connected to iPad, the software keyboard can not be re-displayed from iPad.
keyboard.png
At this time, is it possible to send the Eject key from RPG to a screen without using the Eject key on bluetooth keyboard?
Regards ...
- Thu Aug 31, 2017 11:13 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RDMLX] Bind a dropdown as a table column to SQL table
- Replies: 2
- Views: 3795
Re: [RDMLX] Bind a dropdown as a table column to SQL table
Hi
I tried to this code.
#Com_Owner.Set_Binding Name('Table1.COL%1.Content.ItemTemplate') Property(Text) Bindtotype(FLD)
However, it dose not be recognized a property.
This error message shows.
The error message is:
The following properties are not recognized:
FORM.FIELDS.TABLE1.COL%1 ...
I tried to this code.
#Com_Owner.Set_Binding Name('Table1.COL%1.Content.ItemTemplate') Property(Text) Bindtotype(FLD)
However, it dose not be recognized a property.
This error message shows.
The error message is:
The following properties are not recognized:
FORM.FIELDS.TABLE1.COL%1 ...