

asmith
Forum Replies Created
-
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. -
Thanks Bastiaan. You’ll find the ‘old’ Omnis website hosts all technical content, such as Tech notes, which are here: https://developer.omnis.net/technotes/index.jsp
so please have a look at:
https://developer.omnis.net
for patch downloads, FAQs, etc. -
In addition to the change to forum.omnis.net and developer.omnis.net, we are delighted to announce a brand new Omnis website at: http://www.omnis.net.
You’ll find a lot of new information about Omnis Studio 10, including the new features, as well as new look Case Studies, and many other new pages.
We hope you like the new Omnis Studio 10 release, and let us know what you think of the new website. -
Thank you very much Rudolf, for taking time to describe everything and for sending to support.
-
Ghiara Mimmo – please contact support for your region about this issue.
-
I think you are the first customer to have reported any issue with this DAM in approximately 12 years, so it is likely that you are the only developer using DB2(!)
If you would care to tell us (by contacting tech support) which database version, and which version of DB2 runtime client you are using, we will try to reproduce this issue.
Have you tried using Studio 8.1.6 (Windows 32 or 64-bit)? -
A brilliant effort Michael – this is a fantastic contribution on GitHub for the Omnis community.
-
OK guys. I have added your libraries to the Libraries section on this website:
https://developer.omnis.net/libraries
I will promote these on our social media, etc. Excellent work guys – thanks! -
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/