Thanks!
- Log in to post comments
Thanks!
Elegant approach, but can be costly from perfomance point of view.
For testing and demos I would also recommend mailinator. It's main use case to get the email where you send everything: logging, test emails, whatever.
DSW already supports KPI almost in all cases. Have you tried?
Hi, Robert!
Great simple example! Things should be simple when possible for sure.
Thanks for the github repo!
Do you mind to export code as UDL and push it to repo?
You can manage that with either Atelier, or with this simple lib cache-udl by [@Oleg Dmitrovich] or via the port app by [@Rubens Silva].
It would be much readable on github like it is in all this repositories.
Razvan, you can try to play with DeepSeeWeb. It renders same DeepSee dashboards in Highcharts and other UI libraries with Angular.
And it needs MDX2JSON to be installed to make it work.
Here is a video demo on how it works.
Hi, Razvan!
Do you want to alter just css? Or do you want to have a completely different view of the widgets?
Hi, Robert!
This is special Atelier in Spanish playlist with videos recorded by [@David Reche]. There are English subs in the video.
Anyway, there is standalone Atelier playlist in English.
If you would like to share videos in German we would introduce it as well.
Hi, Stephen!
Maybe you are looking for something like that article by [@Eduard Lebedyuk]?
Here is the related documentation.
The question is answered by this comment by [@David Reche] .
BTW, when you download Atelier installer first time on a clean machine (Mac OS 10.12.6) and run it tells that it needs java and JRE 6.0 to make Atelier work. Which is not true obviously. Can it be fixed?
This is fixed. All the groups have default group and tag now.
Thank you, John! You helped a lot! ) DC would work better (from Google point of view :).
We have browser notifications on the new postings. Would it solve the issue for you?
I'll figure out with developers why we keep this link.
Hi, John!
Yes, it is done on purpose. We are working on better SEO for DC and this is part of the work. It is called by google as circular link - the link on the page which directs on itself. Google "doesn't like it".
I got used to clicking on it too. So it is still clickable on other than home page, but doesn't work on home page.
Reload can work? Ctrl+R on Chrome?
Hi, Jiri!
This is fixed with the recent DC release.
Hi, John!
This is fixed.
Hi!
We released the new search feature. Hope it solves the issues.
Hi, Kevin!
We just released the new search feature, hope it solves the issues. If not your feedback is very welcome!
This is fixed.
With DO you can pass parameters into method or procedure/function and get the result back, with GOTO you can't.
DO increases stack, GOTO doesn't.
Right.
But if your method does something meaningful.
E.g. what about the method which checks, if a class exists, like in another neighboring post:
ClassMethod ClassExists(ClassName as %String) as %Boolean {
return ##class(%Dictionary.CompiledClass).%ExistsId(ClassName)
}Why would you need %Status here?
Thanks, Dan! Cool stuff!
Never knew about .prepare() and .execute() and my +1 vote for .next() to introduce.
One more general question: is it a good practice to embrace everything in a method in try/catch?
Consider I have some method which interacts with UI and it has try/catch in it and it catches everything it calls. Let's name it UpperUIMethod. But should I introduce try/catch in every methods I'm calling from this UpperUIMethod?
Sometimes I want to avoid it to give more sense to the logic itself.
Hi, Dan! Thanks!
Maybe you have a similar general snippet for %SQL.Statement usage?
Hi, community!
Unfortunately, there would be no InterSystems Developers Meetup on 8th of August!
The meetup postponed and shortly I will post about the new date and time.
Hope you'll join the next meetup too!
Wow. Jeffrey, let me check it with my colleagues.
Hi, Kevin!
Actually, we are working to make the search better at the very moment.
Today you can use the google search option we added to retrieve the reasonable search result - see the related post.