4,722 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
29
views
Modelica annotation Hide=true causes failure of pedantic check
I got the task to clean up an old Modelica library and make it compatible to Dymola 2025xR1 pedantic check. Dymola complains about this line of code:
final parameter Integer iChk=16 annotation(Hide=...
0
votes
1
answer
74
views
Sort Tabs Alphabetically keeping Certain Tabs first and ignoring Hidden Tabs
I have a file that includes a variety of reference sheets and sheets that are only used at the end of the academic year plus a tab/sheet for individual students. Students come and go so I need the ...
0
votes
1
answer
66
views
Show / Hide button Selected lines
The question is how to make working Show/Hide button to selected lines ?
In my code i make two section with 5 title.
In one section i want hide Title 4 and 5
In two section i want hide Title 3,4,5
It ...
0
votes
0
answers
45
views
how to hide empty space for menu title in bottom navigation bar android studio
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/...
0
votes
1
answer
26
views
Excluding rows in excel based on certain text
I have been trying to write a macro to exclude rows containing \ in column V. The data I will be working with will have a variable number of rows so I cant specify the last row. I have found various ...
-1
votes
2
answers
81
views
Difficult to run
I have this code to hide and unhide the months this code is slow, how to improve it?
Sub jan1()
Range("D2:ABG2").Copy
Range("D1").PasteSpecial Paste:=xlPasteValues
...
1
vote
1
answer
71
views
Problems with Python macro embedded in worksheet
I have been trying to run a Python macro embedded in the worksheet. that hides / unhides a pushbutton based on a cell value. I am not a code person, so please forgive any errors I make here.
I got the ...
0
votes
0
answers
98
views
Conditionally activate HTML for restricted page or for normal Tumblr blog based on current URL
When someone lands on my blog homepage (blog-name.tumblr.com), I want them to see a fake restricted page with a hidden link. The link leads to blog-name.tumblr.com/page/1 and shows the true blog ...
0
votes
1
answer
76
views
Excel VBA to hide rows if more than 10 blanks
Good evening,
I have data in non-continuous cells in Range A49:A103. I want to count the blank cells in this range (this part is easy as there are lots of examples on the internet on how to do this.) ...
0
votes
2
answers
92
views
Python simpledialog location and hide blank
This is my code
import tkinter as tk
from tkinter import simpledialog
root = tk.Tk()
# root.withdraw()
root.geometry("340x100+50+500")
user_input = simpledialog.askfloat(title="输入框"...
0
votes
1
answer
61
views
Drop down List to hide rows from one sheet to others
I want to have a drop down list with the name for example calculations, other and with choosing one I can have certain rows hidden on another sheet.
Is there an easy way to do that?
I tried some codes ...
0
votes
1
answer
36
views
Flutter: hide keyboard while using textField to read barcode
I am trying to use a textfield to read barcode using built in reader in a device.
however, i want to hide the keyboard while reading.
i use this code:
class InputWithKeyboardControl extends ...
-2
votes
1
answer
115
views
Hide Different sets of columns based off of checkboxes with formulas
Using Google sheets, I would like to hide a certain set of columns if a certain checkbox is checked. I want to do this for multiple sets of columns and multiple checkboxes. The checkboxes are checked ...
0
votes
1
answer
145
views
Lua/Roblox Studio - How do I hide a scrolling frame
I am new to here, I'm also a beginner in Lua. I know something about Roblox Studio though. But how do I hide a scrolling frame with a button as the frame's child? I've made some rules by scrolling ...
0
votes
1
answer
28
views
Hide posts that are not yet approved by admin on wordpress website (hide from preview)
We have a website that has multiple users who post vans for sale on our site (dealers). after a post is created it shows on our "vans for sale" page although that link is redirected. How can ...