Expand my Community achievements bar.

tarekahf
tarekahf
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks again.I checked the proto object, and it is now clear to me how to use it.Just to verify my understanding, in order to use the proto object, first you have to create it, then use it with the "use" attribute. But, in order to create the proto object, you must add the <proto> tag using XML sour...

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    0
  • Thanks BR001​...I managed to develop a wrapper component using Java Servlet that will: 1) get authentication token then call suggest DMTI service (search as you type) and 2) get the token then call recognize DMTI service (get address parts). Also, I implemented the Servlet call from PDF using "FromC...

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    0
  • I was able to use the Net.HTTP and SOAP object to access the same DMTI service, but it worked only on the console window:var jData;var prm = {cVerb:"GET", aHeaders: [{name: "Authorization", value:"authentication-token"}], cURL: "https://app2.dmtispatialxxx.com/servicesxxx/rest/suggest?limit=60&inclu...

    Type

    Questions

    Views

    14.5K

    Like

    1

    Replies

    0
  • Hi BR001​,Could you please take a look at this post:Re: Using fragment to implement Drop-Down List Field with search / auto populateI was able to reimplement your code in the form to perform autocomplete based on Google Places API. Now I need to use another service based on DMTI not Google Maps. The...

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    0
  • BR001​ Thank you so much! We have migrated most of our forms from Adobe LiveCycle PDF to HTML5, and implemented autocomplete feature for address lookup.The other day I heard some business users asking for this feature (autocomplete) to be implemented on some legacy PDF forms. I think your sample wil...

    Type

    Questions

    Views

    5.3K

    Likes

    0

    Replies

    0
  • In my case, due to overall licensing cost and industry standard issues with plugins compatibility with recent browser, we are migrating all forms to HTML5 with AngularJS.Tarek

    Type

    Questions

    Views

    14.6K

    Likes

    0

    Replies

    0
  • Hi sudhanshu.singh,Appreciate your help again...I noticed that when there is exception while executing unsupported Javascript (as per snapshot below), the execution just stops without any error reported.Also, I am unable to edit the code during runtime (with the yellow background). Usually, I am abl...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • I found out that under HTML5 forms I can write Javascript code that can access the entire document model and any code that would normally run in a browser, it would run under HTML5 element events.For example see snapshots below below. I add this code to the click event:debugger; txtImageStr.rawValue...

    Type

    Questions

    Views

    1.5K

    Like

    1

    Replies

    1
  • sudhanshu.singh wrote... Hi Tarek,  During the development phase you can try using the debugger statement before the code snippet you want to debug. For reference: http://www.w3schools.com/jsref/jsref_debugger.asp  Yes ...! Thank you  ... see below snapshot... it worked. One more question please ......

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • TundraSteve wrote... You can use the browser developer console by pressing F12.  You can set breakpoints and debug directly in the browser.  I tried to use F12 to debug the javascript code I write, but I didn't find it using the developer tools. It seems it is hidden somewhere difficult to reach.I a...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0