vortiprofile.blogg.se

Rocketchat bigger input box
Rocketchat bigger input box






rocketchat bigger input box

  • Threaded discussions which WhatsApp doesn’t have, unless you create groups.
  • End to end encryption of chats as well, which are kinda off-the-record style messaging.
  • Besides that, we can easily share files inside chats.
  • Most if not all functions of WhatsApp (including video/voice - later) can be done from RC as well.
  • The UI is clean, it’s pleasing to the eyes and it’s extremely responsive and fast.
  • Big team discussions can be clobbered sometimes that you get a fatigue, miss messages, ignore important ones too because of it.
  • For example, we have a technical department, and for a project we wanted to focus on discussions for that project, so we created a discussion called “Maybank” within the main technical channel, and all related topics were neatly tucked in there This is especially nice to have for complex collaboration.
  • Segregation of topics and segway off into a sub-discussions is one of my favorite feature.
  • Invites are through URL or email, for example. And if you don’t have or don’t want any of it, off the box, you can just sign in with the database usernames/password and invite others to join as well, as an admin. Just about any kind of authentication commonly in used, can be used for RC as well.
  • Users can be provisioned or integrated with just about any kind of OAUTH service, LDAP, AD, SAML and so on.
  • Most people these days would just go with Docker as it’s kinda easy to setup and deploy in just about anywhere. So as we said earlier, we got it running on Debian (just like Ubuntu only faster and lighter). Here are other ways you can get it up and running for you. The way we did it was to set it up from scratch on Debian 9 operating system. There are many ways to get it up and running for your needs and it’s super easy. However, the mobile app wasn’t close to satisfactory. RocketChat (RC) however was the choice then for it’s amazingly fast UI and features.

    rocketchat bigger input box

    I’ve had experience with Mattermost and RocketChat long back. Of course there are a multitude of options out there, from the market leaders, Slack and Teams to open source ones like Mattermost, ZulipChat and RocketChat.īut we needed more flexibility and of course, cost was an important factor, not the most, as we are willing to pay for a good solution, but we think, if there is an open source as-good product, why not give that a try. We felt we need something that can help us focus, keep chats succinct and in one place. And not to forget, heaps of forwarded stuff that’s hardly work related that keeps getting mixed up with work stuff. I mean, WhatsApp was fabulous, no doubt, but there was too much noise. Once you advanced your VBA skills and want to pass arguments like formulas and error codes, though, you’ll need to know these.Back in the earlier days of the lockdown, we needed to take our teams communications a notch higher. Here are the options:Īs long as you declare the right variable type, you won’t have to worry about this much. HelpFile and HelpContextID are advanced parameters that let you display a link to a help file (don’t worry about these right now).įinally, Type tells Excel the type of data to send from the input box. It might be best to just leave the default values for the position, as the input box is likely to come up somewhere visible.

    rocketchat bigger input box

    Because points aren’t the same as pixels, it can be a bit unpredictable. You’ll have to do some experimenting if you want to find the optimum position for your input box. The distance is measured in points from the upper-left corner of the user’s screen. The Left and Top arguments let you position the input box wherever you’d like it. Now, however, when we enter an answer and hit OK, it’s stored in B1: When we run the module, we see the input box just like last time. Response = InputBox("What’s your favorite Spreadsheeto course?") The whole module looks like this: Sub ssFav() We’ll put the text into a cell: Range("B1").Value = response Now that we’ve stored the data in a variable, let’s do something with it. Instead of just assigning a regular string, we’ll assign the entry from an input box: response = InputBox("What’s your favorite Spreadsheeto course?") We can fix that by combining the command for an input box with the command for assigning a value to a variable.įirst we’ll create a String variable (we’re using String because we’re planning on collecting text entries): Dim response As String In the previous example, when the user hits OK, the text that they put into the input box just disappears.








    Rocketchat bigger input box