To access images of html resources

\I'm generation html on the fly and using a BrowserField to display it. I want to display an image wgich I have in my resources. How do I reference?

TIA

If the images are modified or generated programmaticaly you could store on the micro SD or MEM and access using file:///... URL.

If they are static, you can use a local: / / / to access them directly from your COD file.

Tags: BlackBerry Developers

Similar Questions

  • Folio page layouts - import html resources

    Newbie question... I can't get the folio to recognize and create two vertical patterns and horizontal in our paper... only the vertical arrangement is recognized.  I use inDesign and have created and modified the other layouts but I can't seem to understand this...

    Is there a more documentation/tutorials on the "import html resources.

    I try to import a javascript/html code that contains educational activities, but the function "insert html" in indesign does not allow me to insert the entire code (it's too big)...

    Thanks in advance

    Looks like you're confusing HTML articles with HTML resources. Resources HTML is primarily a way to share images and assets among various articles. Searching for information on importing HTML articles.

  • Migration of the old folios DPS - HTML resources

    Hello

    IM migrating some old folios of DPSuite to DPSolution and may not know how to use the HTMLResources zip.

    The zip contained some PDF documents that I need to make a link to folios.

    Ive searched and read some threads (here and here) - on the one hand, it seems that HTMLResources have not been implemented in DPSol, but then someone mentions an API, which, to be honest, it is a bit over my head.

    If - is simple (easy) way to use HTMLResources in DPSol when I update my old folios anyway?

    Thank you!

    s

    We migrate automatically HTML resources in old sheets above the new DPS system. If you migrate any content that you do have to do something special: the links will still work after the migration.

    Neil

  • HTML resources plans?

    Are there plans to implement HTML resources in 2015 DPS?

    The new PDF to the DPS conversion tool is great and does a great job - but has still some hiccups, however, it will not work for our scenario.

    We need embedded content will be opened in a window in the application, allow us to explore the content, then close and be right we were at the breast of the app. As an article, we cannot replicate this experience. We could reproduce the experience by hosting PDF files online, however, since it is files owners requiring a secure view connection, hosting the files online PDF isn't a viable option either.

    Being able to reach external documents such as content integrated into the app, it's a basic feature that is currently missing which is cruelly in 2015 from DPS.

    Are there plans to implement this?

    Thank you

    Tommy

    Hi Tommy,.

    Why can't replicate with a file .article? If you use a navto link to go to the .article is just your PDF, it will, indeed, open it in its own window, and when you close it, you to where you were. 'Close' action is the back button in the UI instead of close, but it's the same exact hierarchy.

    Neil

  • Make a REST Web service call. Error code: 401 Access to the requested resource is not allowed

    Hi all

    I'm having a hard time finding ways to Rest Web service calls.

    I tried this runs directly through the browser and I get an error.

    http:localhost:8080/r EST/bean/atg/userprofiling/ProfileServices/loginUser? [email protected] & arg2 = password

    13:18:20, 613 [RestSecurityServlet] error code: 401

    Access to the requested resource is not allowed: / atg/userprofiling/ProfileServices

    1. atg.rest.RestException: access to the requested resource is not allowed: / atg/userprofiling/ProfileServices

    at atg.rest.processor.RestSecurityProcessor.checkAccess(RestSecurityProcessor.java:546)

    at atg.rest.processor.RestSecurityProcessor.handleGetRequest(RestSecurityProcessor.java:313)

    at atg.rest.processor.RestSecurityProcessor.doRESTGet(RestSecurityProcessor.java:199)

    at atg.rest.servlet.RestPipelineServlet.serviceRESTRequest(RestPipelineServlet.java:417)

    at atg.rest.servlet.RestPipelineServlet.service(RestPipelineServlet.java:260)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:320)

    at atg.rest.servlet.RestPipelineServlet.service(RestPipelineServlet.java:264)

    at atg.rest.servlet.HeadRestServlet.service(HeadRestServlet.java:130)

    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:267)

    Documentation, I understand that I need to create a session, the session is needed to access the secure components since this

    method specific 'ProfileServices.loginUser' was declared as non-secure, restSecurityConfiguration.xml

    In addition, there are two different ways in which I can connect

    1. 1. with the help of RestSession.createSession providing the user name and password.
    2. 2. or by using ProfileServices.loginUser or ProfileFormHandler

    Can someone please clarify

    If you call the REST web service from a Java client, you can create a RestSession object using the createSession method. But in your case you seem to be invoking it with an HTTP request, which, by default, would be considered a GET request by application of the REST of the ATG. So either a GET, he would try to get a property "loginUser" of the component/atg/userprofiling/ProfileServices (based on your URL) that would always fail.

    To call the method ProfileServices loginUser() with your argument, you need to tell the system to the REST of the ATG to process your incoming request not GET, but as a demand that you can do to atg-rest-http-method of the parameter control in your application like this

    http:localhost:8080/rEST/bean/atg/userprofiling/ProfileServices/loginUser? [email protected]& arg2 = password & atg-rest-http-method = POST

    It should work in this way, your restSecurityConfiguration.xml is correct.

  • HTML resources: New problems PDF

    In my view, that it is a new bug. We use HTML resources primarily for PDF files.

    On our iPads running iOS8 running v32 file PDF appears in the browser correctly, but you can't pinch and zoom in more on it. It is a problem for us because we rely on this ability for our users to read old PDFs that have not been redesigned for the iPad.

    We also tested a Gen1 iPad and when we try to press the button for the PDF files, it crashes the browser. If you try several times sometimes blocks the app.

    Please let me know if you need more information. Is this a known issue?

    Yes. In iOS 8, impossible to pinch and zoom resources html PDF files. the spectator team looks at it.

  • Problem with access policies (create several resources)

    I'm having a problem with access policies:

    The first policy must create a resource.
    And the following policies should create childs on the resource.

    The problem here is that when the policies will add the childs, the resource is not configured yet.
    And then each will create a resource but I want just a single resource of the childs.


    When the resource is already deployed, policies to update this resource correctly.

    How can I fix?

    TKS

    Ricardo,

    I had a similar problem. In a post processing Manager, I managed the membership of the user to specific through the removeMemberUser roles and the addMemberUser of the tcGroupOperationsIntf class.
    The last parameter of this method is a Boolean value that, if true, would automatically trigger access by programming strategies in post processing.
    The problem is that there also is an OOTB handler for triggering access rules, so I was basically triggering twice access policies and duplicate resources appear.

    I hope this helps.

    See you soon

  • Referencing of the local images in HTML widget

    Is it possible to load images in the current folder in the widget HTML? Only, I managed to load the images using an absolute http link.

    Any help is appreciated. Thank you!

    1)

    Create an html file (give it the name you prefer) with an html editor (e.g. dreamweaver o this that you prefer, it could also be something as simple as Iweb, is not serious)

    Simply insert your image (align the image in the top left of the page html) in the html file

    and save you saved your panel inside the yourPanelName.assets

    3)

    the widgets html in the Panel must have the same size of your image (or html file)

    in the field of writing the link: NameOfTheFile.html (the name you gave the file)

    or point to it (were you registered within the yourPanelName.assets)

    4)

    export Panel in Photoshop

    Make sure that the html file is exported in this way:

    Photoshop/Plugins/panels/yourPanelName/content//yourPanelName.assets

  • Why my VPN clients cannot access network drives and resources?

    I have a cisco asa 5505 configured to be a VPN gateway. I can dial using the anyconnect VPN client. The remote user is assigned an IP address to my specifications. However... The remote user cannot access network such as disks in network resources or the fax server. I've done everything I can to set the right settings NAT and ACLs, but in vain. I write my config... If someone can track down the problem. It would be appreciated!

    : Saved

    :

    ASA Version 8.2 (5)

    !

    ciscoasa hostname

    Cisco domain name

    activate the password xxxxxxxxxxxxx

    passwd xxxxxxxxxxxxxxxxx

    names of

    name 68.191.xxx.xxx outdoors

    !

    interface Ethernet0/0

    switchport access vlan 2

    !

    interface Ethernet0/1

    !

    interface Ethernet0/2

    !

    interface Ethernet0/3

    !

    interface Ethernet0/4

    !

    interface Ethernet0/5

    !

    interface Ethernet0/6

    !

    interface Ethernet0/7

    !

    interface Vlan1

    nameif inside

    security-level 100

    IP 192.168.201.200 255.255.255.0

    !

    interface Vlan2

    nameif outside

    security-level 0

    IP address outside 255.255.255.0

    !

    passive FTP mode

    DNS domain-lookup outside

    DNS lookup field inside

    DNS server-group DefaultDNS

    192.168.201.1 server name

    Cisco domain name

    permit same-security-traffic inter-interface

    permit same-security-traffic intra-interface

    object-group Protocol TCPUDP

    object-protocol udp

    object-tcp protocol

    object-group network obj - 192.168.201.0

    FREE access-list extended ip 192.168.201.0 NAT allow 255.255.255.0 192.168.201.0 255.255.255.0

    NAT-FREE 192.168.202.0 permits all ip extended access list 255.255.255.0

    FREE access-list extended ip 192.168.202.0 NAT allow 255.255.255.0 any

    Extended access list-NAT-FREE enabled a whole icmp

    allow any scope to an entire ip access list

    allow any scope to the object-group TCPUDP an entire access list

    allow any scope to an entire icmp access list

    inside_access_in of access allowed any ip an extended list

    inside_access_in list extended access allow TCPUDP of object-group a

    inside_access_in list extended access permit icmp any one

    outside_access_in of access allowed any ip an extended list

    outside_access_in list extended access allow TCPUDP of object-group a

    outside_access_in list extended access permit icmp any one

    Standard access list DefaultRAGroup_splitTunnelAcl allow 192.168.201.0 255.255.255.0

    access extensive list ip 192.168.202.0 inside_nat0_outbound allow 255.255.255.0 192.168.201.0 255.255.255.0

    inside_nat0_outbound list extended access permit icmp any one

    inside_nat0_outbound_1 of access allowed any ip an extended list

    pager lines 24

    Enable logging

    asdm of logging of information

    Outside 1500 MTU

    Within 1500 MTU

    mask 192.168.202.1 - 192.168.202.50 255.255.255.0 IP local pool KunduVPN

    ICMP unreachable rate-limit 1 burst-size 1

    don't allow no asdm history

    ARP timeout 14400

    NAT-control

    Global 1 interface (outside)

    NAT (inside) 0 inside_nat0_outbound_1 list of outdoor access

    NAT (inside) 1 192.168.201.0 255.255.255.0

    Access-group outside_access_in in interface outside

    inside_access_in access to the interface inside group

    Route inside 0.0.0.0 0.0.0.0 192.168.201.1 1

    Route inside 0.0.0.0 255.255.255.255 outdoor 1

    Timeout xlate 03:00

    Timeout conn 01:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02

    Sunrpc timeout 0:10:00 h323 0:05:00 h225 mgcp from 01:00 0:05:00 mgcp-pat 0:05:00

    Sip timeout 0:30:00 sip_media 0:02:00 prompt Protocol sip-0: 03:00 sip - disconnect 0:02:00

    Timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute

    timeout tcp-proxy-reassembly 0:01:00

    Floating conn timeout 0:00:00

    dynamic-access-policy-registration DfltAccessPolicy

    Enable http server

    http 192.168.201.0 255.255.255.0 inside

    http 0.0.0.0 0.0.0.0 outdoors

    No snmp server location

    No snmp Server contact

    Server enable SNMP traps snmp authentication linkup, linkdown cold start

    Crypto ipsec transform-set esp-3des esp-sha-hmac TRANS_ESP_3DES_SHA

    Crypto ipsec transform-set transit mode TRANS_ESP_3DES_SHA

    Crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac

    Crypto ipsec transform-set ESP-DES-SHA esp - esp-sha-hmac

    Crypto ipsec transform-set esp-SHA-ESP-3DES-3des esp-sha-hmac

    Crypto ipsec transform-set ESP-DES-MD5 esp - esp-md5-hmac

    Crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac

    Crypto ipsec transform-set ESP-3DES-MD5-esp-3des esp-md5-hmac

    Crypto ipsec transform-set ESP-AES-256-SHA 256 - aes - esp esp-sha-hmac

    Crypto ipsec transform-set ESP-AES-128-SHA aes - esp esp-sha-hmac

    Crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac

    Crypto ipsec transform-set ESP-AES-128-MD5-esp - aes esp-md5-hmac

    life crypto ipsec security association seconds 28800

    Crypto ipsec kilobytes of life - safety 4608000 association

    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 pfs Group1 set

    Crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 value transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA MD5-ESP-3DES ESP-DES-SHA ESP-DES-MD5

    outside_map card crypto 65535-isakmp dynamic ipsec SYSTEM_DEFAULT_CRYPTO_MAP

    outside_map interface card crypto outside

    Crypto ca trustpoint ASDM_TrustPoint0

    registration auto

    name of the object CN = ciscoasa

    Keypairs xxx

    Proxy-loc-transmitter

    Configure CRL

    XXXXXXXXXXXXXXXXXXXXXXXX

    quit smoking

    crypto ISAKMP allow outside

    crypto ISAKMP allow inside

    crypto ISAKMP policy 10

    authentication crack

    aes-256 encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 20

    authentication rsa - sig

    aes-256 encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 30

    preshared authentication

    aes-256 encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 40

    authentication crack

    aes-192 encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 50

    authentication rsa - sig

    aes-192 encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 60

    preshared authentication

    aes-192 encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 70

    authentication crack

    aes encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 80

    authentication rsa - sig

    aes encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 90

    preshared authentication

    aes encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 100

    authentication crack

    3des encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 110

    authentication rsa - sig

    3des encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 120

    preshared authentication

    3des encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 130

    authentication crack

    the Encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 140

    authentication rsa - sig

    the Encryption

    sha hash

    Group 2

    life 86400

    crypto ISAKMP policy 150

    preshared authentication

    the Encryption

    sha hash

    Group 2

    life 86400

    Telnet timeout 5

    SSH timeout 5

    Console timeout 0

    dhcpd outside auto_config

    !

    a basic threat threat detection

    Statistics-list of access threat detection

    no statistical threat detection tcp-interception

    SSL-trust outside ASDM_TrustPoint0 point

    WebVPN

    allow outside

    allow inside

    SVC disk0:/anyconnect-win-2.5.2014-k9.pkg 1 image

    enable SVC

    tunnel-group-list activate

    internal DefaultRAGroup group strategy

    attributes of Group Policy DefaultRAGroup

    value of 192.168.201.1 DNS server

    VPN-tunnel-Protocol svc webvpn

    Split-tunnel-policy tunnelspecified

    value of Split-tunnel-network-list DefaultRAGroup_splitTunnelAcl

    Cisco by default field value

    attributes of Group Policy DfltGrpPolicy

    Protocol-tunnel-VPN IPSec l2tp ipsec svc webvpn

    WebVPN

    SVC request enable

    internal KunduVPN group strategy

    attributes of Group Policy KunduVPN

    WINS server no

    value of 192.168.201.1 DNS server

    VPN-tunnel-Protocol svc webvpn

    Cisco by default field value

    username xxxx

    username xxxxx

    VPN-group-policy DfltGrpPolicy

    attributes global-tunnel-group DefaultRAGroup

    address VPNIP pool

    Group Policy - by default-DefaultRAGroup

    IPSec-attributes tunnel-group DefaultRAGroup

    pre-shared key *.

    tunnel-group DefaultRAGroup ppp-attributes

    ms-chap-v2 authentication

    type tunnel-group KunduVPN remote access

    attributes global-tunnel-group KunduVPN

    address (inside) VPNIP pool

    address pool KunduVPN

    authentication-server-group (inside) LOCAL

    Group Policy - by default-KunduVPN

    tunnel-group KunduVPN webvpn-attributes

    enable KunduVPN group-alias

    allow group-url https://68.191.xxx.xxx/KunduVPN

    !

    class-map inspection_default

    match default-inspection-traffic

    !

    !

    type of policy-card inspect dns preset_dns_map

    parameters

    maximum message length automatic of customer

    message-length maximum 512

    Policy-map global_policy

    class inspection_default

    inspect the preset_dns_map dns

    inspect the ftp

    inspect h323 h225

    inspect the h323 ras

    inspect the rsh

    inspect the rtsp

    inspect esmtp

    inspect sqlnet

    inspect the skinny

    inspect sunrpc

    inspect xdmcp

    inspect the sip

    inspect the netbios

    inspect the tftp

    Review the ip options

    !

    global service-policy global_policy

    context of prompt hostname

    no remote anonymous reporting call

    Cryptochecksum:c0e4540d4a07f2c544f0eddb653627cc

    : end

    don't allow no asdm history

    Hello

    What is the IP address of the hosts/servers LAN Gateway?

    If this is not the ASA 'inside' interface IP address then I assume that the problem with VPN is simply routing.

    For example, if your hosts/servers LAN wireless LAN gateway router then the following would happen to your Clients VPN connections.

    • Forms of customers login VPN users through configuring wireless routers static PAT (Port Forward) to interface "inside" ASA
    • Client VPN sends traffic through the VPN to ASA and again the host of the server or LAN.
    • Host/server LAN sees the connection from a network other than the LAN (192.168.202.0/24) and therefore to forward traffic to the default gateway that would likely be the wireless router.
    • Wireless router has no route to the network 192.168.202.0/24 (VPN Pool) and therefore uses its default route to the external network to forward traffic.
    • Client VPN host never received the traffic back as transmitted sound on the external network and abandoned by the ISP

    So if the above assumption is correct, then you would at least need a configuration of the road on the wireless router that tells the device to transfer traffic to the network 192.168.202.0/24 to the 192.168.201.200 gateway IP address (which is the SAA)

    I would like to know if the installation is as described above.

    -Jouni

  • How to source an image with HTML in Adobe Muse?

    Hello, I am wanting a horizontal slideshow for images and I got the code works well on my site of muse, and everything I do now if fill with images. I looked in the syntax to place an image and I'm not sure how to handle the sourcing (as I never did before code).  It is for something like this:

    " < img src = ' URL " alt=" some_text ">

    I have images to place them in the slide show, size, cropped and ready to go, but I don't know how the entrance of the syntax in the "source" of my images - they are just sitting in a folder in "my pictures" on my desktop. My workplace has a server where all we can access the same files... will that help?  I've seen where people refer to images in their code simply by typing the web address of its Web site with the name of the image at the end... What confuses me! --> How download an image on my site of Muse, without being seen and then reference it in a slide show?  This process doesn't seem wise. I'm lost! Help please!

    Here are a few links of o who will help in your quest and answer 95% of your questions.

    http://www.w3schools.com/HTML/html_images.asp

    http://www.htmlgoodies.com/primers/HTML/article.php/3478181/basic-HTML-images.htm

    http://www.Adobe.com/products/business-catalyst/FAQ.html

    http://www.w3schools.com/JS/default.asp

    http://jQuery.com/

    The other 5% is fine Muse will play with it. That I can't answer fully because I have not tested all scenarios. Yet once again, the intrinsic nature of the Muse is "designed" deviate away from custom coding. Also, in your previous post, it's a little unclear about your where all your folders/files Muse reside. IE: on your companies server or BC or a bit of both. I know eventually all your trying to do is for something. Sounds pretty simple right? And in your development it may come a time when you need more advanced features CMS, that is why BC seems logical.
    What you find along the way, it's that it may involve more then you expected. Certainly if you can make this work then go for it. The problem is sometimes, while things may seem simple in theory, without sufficient practice employing these theories (the coding / the syntax) then any number of errors may occur leaving scratching you your head and curse why you bothered in the first place. Another option is to rethink your strategy. Is it really all that important uber cool linear continuous scroll effect? This will set my site? Then I implore an imagination and thinking and make it easier on myself by using the tool at hand (Muse) is Max to reach the final objective?

    Just thinking but as stated earlier if you can make this work then, go for it. And if the mods or other users may be more help as I have, then it would be great as well!
    Happy holidays, good luck and report your findings :-)

    Edit - with so many things about myself, I forgot to mention that (when you have all your dotted i and you braided s) you might try to insert the script in the html code for head feature through the metadata tab in your properties page.

    Post edited by: GVD321

  • Loading jpg image as a resource

    Hello

    I found this http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/wwhelp/wwhimpl/js/html/wwhelp.ht m? href = JS_Dev_Overview.71.1.html #1515775 & accessible = true

    in the Acrobat 9 documentation. However, this does not work. I tried this in a script of annotation:


    var a = new resource ("pdf://test.jpg");

    var myImage = new Image (a);

    Console.println ("myImage =" + myImage);

    As you can see, it is almost to the letter which is given in the example. There is no error message. The consoleout that this product is as follows:

    myImage = Image: "pdf://test.jpg" (0 x 0 pixels, color 0)

    Since this applies to the 3D JavaScript API, you should post this question in the Acrobat Rich Media & forum 3D: http://forums.adobe.com/community/acrobat/acrobat_3d_features

  • stretch image in html background working if "never remember history" is selected

    I have a problem that did not exist in previous versions of mozilla. I found the problem after you have installed the latest version and after setting ever "remember history" of firefox

    The problem is related to the CSS code to stretch a background image to fit the screen. The background image does not stretch if "never remember history" is NOT defined. That part of the image is displayed and the rest of the background is black. I noticed first with my website www.missionbayhighalumni.com and subsequently found that the same problem also occurred with this site:
    http://www.htmlite.com/faq022.php or http://www.htmlite.com/faqEX004b.html

    I created several test cases with very simple code, all had the problem. The background image extend tests of code all work for other browsers and even firefox if "never remember history" is not selected. It also seems to be intermittent.

    Looking very good for me and all containers have a height: 100%, which is also OK.

    You can delete all data stored in Firefox with a specific area through "Forget this Site" in the context menu of a history entry ("" history > view history "or" view > sidebar > History "") or via the subject: permissions page.

    Using "Forget this Site" will delete all data stored in Firefox in this area as bookmarks, cookies, words of past, cache, history, and exceptions, so be careful and if you have a password or other data from that domain you don't want to lose then check that back up these data or make a comment.

    You can't recover from this "forget" unless you have a backup of the files involved.

    It has no lasting effect, so if come back you on such a 'forgotten' site, then the data of this Web site will be saved once more.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • Images in html do not correctly attached messages

    I was faced with html and Thunderbird emails recently, but I got a problem...
    the images included in my email are not attached and it gives me just errors, saying that the image cannot be attached, if I want to send email without it. I have images hosted online of course.
    That's what the code looks like:
    "img src ="http://www.mediafire.com/convkey/0966/3742rgmrt7tm7drfg.jpg"

    Here are a few screens (not in English, but little matter):
    1. it seems all good when I import the html code:
    http://I58.Tinypic.com/2955um0.jpg

    2. when I try to send it, the error will appear for each picture in the mail.
    http://I59.Tinypic.com/w1fww8.jpg

    Thanks for help

    SRC ="http://en.wikipedia.org/wiki/Sapphire#mediaviewer/File:Geschliffener_blauer_Saphir.jpg"moz - not-send = 'true'
    translates a web link.

    Notice the moz - not-send = 'true '.

  • How a cRIO can access remote systems VISA resources?

    I have a NI 9871 RS485 module on an ethernet 9148 RIO.

    I have also a laptop and a cRIO 9073.

    I can access each of the 9871 serial ports on the computer but not the 9073.

    When you try to access it from the cRIO, I get error:-1073807192, VISA: (Hex 0xBFFF00A8) is denied access to the resource or to the remote machine. This is due to the lack of sufficient privileges for the current user or the machine.

    How the cRIO can access the serial ports of the module 9871 on the ethernetRIO?

    Or how a remote access cRIO visa resources?

    Or how a cRIO can have sufficient privileges to access remote resources from visa?

    Thank you for your help.

    LabVIEW 2010 & VISA 5.1 on pc

    NOR-RIO 4.0 and 5.1 VISA & NI 9871 SERIES scan engine support on cRIO and eRIO

    Hi Woss,

    It is possible that your RIO Ethernet has some parameters of active access which is to prohibit the connection to serial ports.  You can change these settings in a position and Automation Explorer (MAX) for your device by going to the device under remote systems, expanding the category of software under it and choosing NI-VISA.  There will be a tab in the right pane of MAX called Options of VISA.  In this tab, select Server VISA > security to access these settings.

    From there, you should be able to add the IP address of the RIO device that needs to access the VISA on the RIO Ethernet server.  Once you have changed these settings, just click on register at the top of the window and allow the unit to restart.  Let me know if that helps!

  • HTML resources

    Is it possible to have a page .html as a resource in your project and open it with a private or a browserfield?  Thank you.

    Yes.

    The easiest option is the browser;

    See this thread:

    http://supportforums.BlackBerry.com/T5/Java-development/loading-a-local-HTML-file-in-the-browser/m-p...

    Browser option is more difficult for BrowserField 1 (i.e. pre OS 5.0).  You need to wrap the file in a http connection.  There is code on the forum to help with this. Have a search around.

Maybe you are looking for