

asmith
Forum Replies Created
-
Hi Allan
The Oracle8 DAM has been renamed to Oracle DAM in Studio 11. (Fault ref ST/*O/201) – the “8” was originally used to differentiate it from the now deprecated Oracle7 DAM.
The DAM and session names ORACLE8DAM and ORACLE8SESS have been renamed to ORACLEDAM and ORACLESESS respectively. In addition, the Oracle DAM object “damora8” is now called “damoracle”. The SQL Browser and VCS have been updated accordingly, as well as the oracledam.ini.
Omnis will map the old name including 8 to the new name without an 8 automatically, for example, when opening the Select Object dialog, and when creating the object.
-
asmith
AdministratorApril 11, 2024 at 8:31 am in reply to: Create Omnis Documentation as PDF files to be used in tools such as PDF PalsHi Sten, we had several requests for PDF versions of the docs so in January this year we produced archive copies of the online docs. As such these are snapshots taken at that time as the online docs are now continually updated with respect to Studio Now releases. We will update the PDFs with major general releases only. Find them here:
https://omnis.net/developers/resources/documentation/index.jsp -
The HASH Worker Object allows you to hash data using SHA1, SHA2, SHA3, MD5, and RIPEMD hash types.
https://omnis.net/developers/resources/onlinedocs/ExtendingOmnis/07webcomms.html#hash-worker-object -
Please look at the Video tutorials here:
https://www.omnis.net/developers/video-tutorials/
80% of this will be the same for Studio 4.2.
Or you can look on our YouTube channel, there may be older videos:
https://www.youtube.com/channel/UCyuBROlrbgLSpHNHtJZEAYg -
There is a JSON component in Omnis containing methods to convert list data to JSON etc.
https://omnis.net/developers/resources/onlinedocs/ExtendingOmnis/02ojson.html#chapter-2ojson -
You have to enable the evTabSelected event in the $events property for the Tab bar control – then write the code in the $event method for the tab control.
-
Hi, for a general discussion of events for JS Components see the docs:
https://omnis.net/developers/resources/onlinedocs/WebDev/03jscomps.html#javascript-component-events
Note there is an example app for ‘JS Tab bar’ in the ‘Hub’ and ‘Samples’ section of the Studio Browser – you can open the library and examine the code for the Tab bar including the $event method for the tabs. -
David
The evTabSelected event needs to be enabled in the $events property of the Tab control. -
Martin
I have a new library from Roberto and checked it opens in 10.22 and the app is working fine. Please visit the Tech note page and download the zip again, and follow the steps.
https://omnis.net/developers/resources/technotes/tnjc0014.jsp
You should follow the step by step guide in “Running the Example” section.
Thank you for your patience and for letting us know about the library.
I hope it works fine now – I had it running in Studio 10.22 rev 32066. -
OK sorry about that. I will contact Roberto and check the library. I will let you know here when we have sorted this out.
-
Martin
Are you saying the library will not open in Studio 10.22, or that you don’t know how to open the Chart library?
-
Martin, I didn’t know you had Studio 10.22 professional edition, so yes the library should open fine.
-
Hi Martin,
Andreas is right – the sample library was created with the professional edition of Studio and specifically 10.22. So you will need the Pro version – you can download a free 90-day trial of 11.x from here https://www.omnis.net/developers/free-trial/
The library will need to be converted to Studio 11.x but when prompted just agree to the conversion. Then please follow the steps in the Tech note to setup the html page etc.
Hope it goes well.
-
asmith
AdministratorJanuary 23, 2023 at 10:08 am in reply to: Remove kill button from Forum entry formThanks Andreas.
-
This app was developed in Omnis and deployed in the Apple App Store, but there are many Omnis mobile apps that are deployed ‘in-house’ used in companies:-
https://www.omnis.net/blog/omnis-mobile-app-helps-guitarists-take-7-minute-workout/The following may also interest you, a general article about using the Omnis wrappers – mentioned there is the App Manager which allows you to test your app in iOS before created the full-blown app:-
https://www.omnis.net/blog/create-mobile-apps-for-android-and-ios-using-the-javascript-wrappers/