Questions tagged [exclusionpath]
19 questions
0
votes
2 answers
UITextView auto layout height when using exclusion path
I have a UITableViewCell containing a UITextView and a UIImageView. The text view has scrolling disabled. The UITableViewCell does use auto layout to calculate its height to fit the content.
If there is more text than in the screenshot I want the…

funkenstrahlen
- 3,032
- 2
- 28
- 40
0
votes
1 answer
Directory Exclusion in ForEach-Object
I have a script that parses through an XML file and outputs the text of a specific field to a text file for each XML file within a directory.
I am now trying to have this script exclude a specific sub-directory with no luck.
function xml-convert…

GreatMagusKyros
- 75
- 2
- 11
0
votes
1 answer
iOS Swift 3 - Autolayout, change height depends on text or view size
I have a view like below image:
This is a cell in uitableview
I use uitextview with exclusion path to make the text flows around the right view (the view with image & text at the bottom). Sometimes the text is short and the right view is longer,…

Hoang Trung
- 263
- 4
- 15
0
votes
1 answer
Dos batch copy all files except one not working
Following
Move all files except some (file pattern) from a DOS command
I want to copy all files from my release dir to the deployment dir with that batch file:
echo off
set "source=.\EasyRun\bin\Release\"
set "destination=C:\temp\EasyRun\"
IF…

Patrick
- 3,073
- 2
- 22
- 60