Questions tagged [character-limit]

58 questions
96
votes
6 answers

Character Limit in HTML

How do you impose a character limit on a text input in HTML?
Iwasakabukiman
  • 1,453
  • 4
  • 15
  • 17
13
votes
2 answers

How to restrict character limit by line or # of characters with css?

Is there a css property that can do one of the following? But first, let me explain. Imagine a masonry layout where each item is width: 200px; and each would be height: 250px; (this is just an example). In each item, there is a thumbnail and a link,…
popsicle
  • 419
  • 1
  • 5
  • 15
10
votes
2 answers

How to limit the number of characters accepted by textInput in Shiny app

I would like my Shiny app (in R) to limit the number of characters a user can input in response to a textInput command. I can request the user to limit to 50 characters and can have the app send him a message if he does not, but it would be better…
Dan Flath
  • 101
  • 1
  • 3
9
votes
3 answers

Is it possible to set a character limit on a TextField using SwiftUI?

[RESOLVED] I am using a codable struct which stores the object values retrieved from an API call so I have amended my TextField using Cenk Belgin's example, I've also removed extra bits I've added in so if anyone else is trying to do the same thing…
Oliver
  • 161
  • 2
  • 9
8
votes
3 answers

workaround for the 990 character limitation for email mailservers

Wanted to know if there are any functions/classes/etc.. to help with the 990 character limitation for email as my HTML is being effected due to this. The Problem: (Source) Note that mailservers have a 990-character limit on each line contained…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
7
votes
4 answers

How do you limit UILabel characters in swift?

I'm trying to set a limit in my label to 10 characters, I'm a complete newbie to programming in general so its my 3rd month so far... anyway thanks in advance :-)
Krazyowl
  • 91
  • 1
  • 1
  • 3
5
votes
2 answers

Sublime Text 3 Multiline Method Folding

SO... Sublime Text has the built in ability to fold methods, but as soon as the method declaration spans multiple lines it loses this ability. Does anyone know about a plugin or a way to make this work? Specifically I am running into this with ruby…
Lane
  • 685
  • 2
  • 10
  • 25
4
votes
1 answer

Remove the limit on the number of characters that can be entered into a Win32 Edit control

I've searched everywhere and it seems I can't find a solution to this problem.. My problem isn't limiting the amount of characters that can be entered into an edit control, my problem is I am limited by the size of the edit control. I want to be…
JohnDoe202
  • 43
  • 3
4
votes
2 answers

Read HttpContent stream until a character limit using StreamReader

I am trying to convert the following code that reads the complete string response of a HttpContent into a string, to read only a certain maximum number of characters. Existing code: private static async Task
Romonov
  • 8,145
  • 14
  • 43
  • 55
2
votes
2 answers

Compiling GWT code with a large number of parameters -- char limit on CreateProcess?

I am trying to run an ant build script that compiles GWT. This script includes a large number of libraries, each with a relatively long path. My GWT code only touches some of these libraries; however, it is convenient to include all of the…
P4ndaman
  • 361
  • 2
  • 7
  • 21
2
votes
1 answer

Cryptography output limit characters

Iam trying to encrypt file names using the cryptography library but the output is so long that windows doesn't rename it and gives me error. This was asked here but didnt have a solution. fileName=…
manis
  • 53
  • 4
2
votes
1 answer

Formula too long - character limit reached - will VBA work?

I'm creating a tool that summarizes certain data that we put into Excel workbooks. So essentially I'm using the "indirect" function to pull from the workbooks after we enter their names into the summary tool. Generally, this idea:…
Rachel
  • 21
  • 1
2
votes
1 answer

Documentation for specific entity attribute's data size limits of Microsoft Dynamics CRM 2016

I have been recently working on creating Annotations(Notes/Attachments) on MS Dynamics CRM 2016 and ended up with different error messages from CRM Service while trying to create Notes with more number of characters. I have searched online for…
2
votes
1 answer

Excel VBA: Need Workaround for 255 Transpose Character Limit When Returning Variant Array to Selected Range

I am struggling with a common problem involving an apparent Excel 255-character-limit. I encounter an error when attempting to return a variant-array from a Function to the selected range on the worksheet. When each of the cells in the Function's…
CoderScissorhands
  • 485
  • 1
  • 6
  • 26
2
votes
1 answer

Vim 80 character line in specific files

I've recently started to use Vim. I set 80 character line in .vimrc, using follow command: set colorcolumn=80 But this line is displayed not in all files. Look at screenshots below: My .vimrc is here. Does anybody know, what problem is?
Mike_Device
  • 634
  • 2
  • 8
  • 25
1
2 3 4