496 questions
0
votes
1
answer
159
views
How to find invisible characters in Excel
I have here an Excel file that checks the presence of:
long hyphen (–)
curly apostrophe (’)
ï (e.g., naïve)
Non-breaking hyphen (‑)
Screenshot 1
Screenshot 2
Cell formula after each header above ...
0
votes
2
answers
120
views
How to run selenium browser in invisible (or minimized mode) with python on Windows PC?
Is there anyone who can help with how to run selenium browser in invisible (or minimized mode) with python on Windows PC? I need to create a program to get the name of patent from the website of EPO (...
-1
votes
1
answer
336
views
zsh remove invisible character
I have this relatively simple script that keeps failing. Now I have noticed that two ** have crept in. How can I remove them?
#!/bin/zsh
checkupdate='macOS Ventura'
macos='macOS Ventura'
echo -n $...
1
vote
1
answer
73
views
how can I make filed invisible in odoo?
I have a field journal_id in the account.payment model, which is a many2one field referring to the account.journal model. I want to hide certain fields when I select 'Banque' in journal_id, but I don'...
0
votes
0
answers
37
views
Why can I see basic:latin (c0 controls) in my text?
I've been having some weird issues where the users insert invisible characters and to me they are visible.
This is an example of how it shows in my browser:
]
This is how it shows to others/my clients ...
0
votes
1
answer
213
views
Find running application of specified name but without any window
I have an application that starts with a regular window and includes a "hide" button. When this button is clicked, the application continues running and is visible in the Task Manager, but ...
1
vote
0
answers
35
views
Issue with Interface Properties and Default Implementations in C# [duplicate]
I'm encountering a problem with interface properties in C#. The predefined property DefinedProperty is not visible in the context of the class that implements the interface. Here is a code example:
...
0
votes
0
answers
61
views
Modifying invisible API method codes
I am using invisible API library in asp.net, and I should call all API endpoints inside this invisible API configuration, in documentation written like this:
app.UseInvisibleApis(new List<...
-2
votes
1
answer
52
views
How do I remove the invisible border around the page? [closed]
Nothing here
Hello. So I have this website https://codepen.io/EleanorFoxQueen/pen/YzOMNQQ and I don't know from when but it now has an invisible border. You can clearly see the purple border is and ...
1
vote
0
answers
262
views
React native expo icons not showing and error message
i have a new expo project and wanted to add some icons.
import { MaterialCommunityIcons } from '@expo/vector-icons';
<MaterialCommunityIcons name="plus-box" size={22} />
package.json
...
1
vote
1
answer
112
views
SVG to PNG - lines invisible
Problem:
some svg drawings open well in chrome and edge but not in inkscape or do not convert well with imagemagick. In my case only the text-labels were shown, no lines or drawings at all.
I could ...
1
vote
1
answer
880
views
Strapi Nested Components UI, data not visible, issue
Is there any way to get to see the data in the UI of strapi if the components made are nested till third level so that I can make changes there only and does not have to go to database all the time ...
0
votes
3
answers
994
views
Python selenium select invisible drop-down when style =“display: none;"
I'm trying to select and click in an invisible dropdown menu using selenium webdriver.
HTML:
<div id = "ID_1" class="mb-outer-container" style="display: none;">
......
0
votes
3
answers
3k
views
How to solve invisible captcha on Selenium
Hi I am trying to write a sign-up bot for UEFA.com using Selenium as requests I find to be too difficult for me to try so I am just working on automating the sign-up process even if it is a lot slower....
1
vote
1
answer
538
views
How do I make an Illustrator script that makes a specific layer invisible?
I have no experience in programming, so I apologize for being new to everything.
I am trying to make a simple Illustrator script that a specifically named layer (for example, "text") in all ...
1
vote
0
answers
178
views
Android Studio layout preview not showing when adding YoutubePlayer Component, Exception in layout
I'm having an issue with a YoutubePlayerView, thats causing my entire layout to be invisible. When I delete it or remove it from the design, all of the remaining becomes visible. It is showing a ...
-1
votes
1
answer
34
views
How do I make a EditText invisible programmatically [duplicate]
I have a exitText in my app which starts out invisible that I set that way in the xml file. How do I make it become visible when a button is tapped?
<EditText
android:id="@+id/...
0
votes
1
answer
128
views
Restrict user to change class o_invisible_modifier from developer tools Odoo11
I am showing certain notebook/page according to user groups in Odoo11 form.
As per my architecture i am unable to use access record rule as per groups for all employee but as an alternative i made all ...
3
votes
2
answers
1k
views
Open edit mode for a row programmatically if a cell is not visible. Ag Grid, Vue.js
How could I open edit mode for a row programmatically if a cell is not visible?
In my case the cell is not visible due to a large number of columns. Here is a reproducible example:
import 'ag-grid-...
0
votes
1
answer
90
views
ImageButton not visible on some devices Android Studio
I use an ImageButton in my android studio project and the image (png) is visible on almost all devices I tested the app, but on my older phone it is invisible, but still clickable tho. This is my xml ...
0
votes
0
answers
137
views
How can I make a letter (T) in MARQUEE blinking?
This question is related to this one.
I have made my MARQUEE rotating quite well. Please see my code below. Now I would like to make the letter "T" blinking but <blink>T</blink> ...
0
votes
1
answer
1k
views
Node.js: Is there a way to log invisible characters in a string?
Is there a way to see invisible characters like whitespace, newlines, and other non-printing characters when you run console.log?
I'm asking this because I'm debugging my code for my program and I ...
2
votes
0
answers
490
views
react native vector icons and expo vector icons not showing up on Android device using eas build (fine on iOS and when using expo start)
I'm building an app using Expo and React Native, and have been trying to figure out how to get react native vector icons (or expo vector icons) to show up in the standalone version of my app on ...
0
votes
0
answers
464
views
Is there a Unicode character that acts like a backspace or is invisible?
I was messing around with strings of random Unicode characters. I generated two different string that both had the same length. They were both populated with random Unicode characters between 0 and ...
0
votes
1
answer
1k
views
how to fix my enemy turning invisible in play mode UNITY
So, here's my error! im designing a FPS game in unity and im scripting an AI enemy (for now it just moves around randomly) im also using NeoFPS that should be all the background info out of the way as ...
1
vote
1
answer
1k
views
hide field based on model odoo 15
I've a 'school' module to work with students and teachers.
And I've a wizard which have a many2one field and want to hide it based on current model that we are standing.
I.e: we are standing on model '...
0
votes
2
answers
186
views
.NET Framework. How to get the text value from invisible column of datagridview?
My issue is very simple and it would be easy if I write my program on ASP.NET. But I apply .NET Framework 4.8 and I have no idea how to get the value from that datagridview if the column is hidden.
...
4
votes
5
answers
5k
views
Flutter : Apple Pay button isn't showing in real Device using pay Plugin
I want to use in app purchase, that's why I using Pay plugin in my flutter app. Everything is fine when I check it in my simulator but when I run it on real iPhone button is not showing. Here is ...
0
votes
0
answers
122
views
Footer links not displaying on homepage but are displaying on all others
My social footer links are not visible on the home page but they are visible on all other pages of the website. How can I fix this to make them visible on my home page?
0
votes
0
answers
272
views
the presentation of the 3 D objects is invisible using mac
I am doing the job shop example on the Anylogic in 3 days.
I added a custom type agent (ForkliftTruck) for a new resource unit (forklifts).
However, the 3D object is invisible (its properties show it'...
0
votes
1
answer
122
views
"-m" not visible when using Git in Windows Terminal
I'm using Windows Terminal and I'm having trouble with Git, when I type -m it's invisible:
I've tried modifying the .gitconfig file but haven't managed to find the parameter to that specific thing. ...
1
vote
0
answers
15
views
Gitlab repository size too big compared to its folder size [duplicate]
I have a Gitlab repository which shows too big size in Gitlab while its sum of existing files in the repo is a lot less:
Gitlab repo size
Gitlab repository shows around 700MB of storage and files ...
0
votes
2
answers
5k
views
C# Unity Prefabs wont show up on Canvas
My scene is 2D
My Canvas is set to Screen Space - Overlay. (I don't want to change that)
I can see my prefabs shoing up in the hierarchy but they're not visible.
I bet it has something to do with the ...
8
votes
2
answers
2k
views
Google invisible recaptcha stopped working in AU
Starting from the 18th of June, the Recaptcha on our Magento M1 project has stopped working.
In recaptcha__en.js script function Array.prototype.filter returns an error this.each is not a function, ...
0
votes
1
answer
80
views
HTML & JavaScript How to Make nth Lines of Text Appear with nth Number of Clicks?
I am very new to html and JavaScript, but I am an advanced novice at understanding programming. I am looking for a way to make nth lines of text appear on nth button clicks of a button and when there ...
0
votes
1
answer
553
views
I can't find AppCompatTextView of ViewPager2(Capture Screen)
problem:
Problem
if I fix:
After
I want to see AppCompatTextView with Android-Studio.
How to see the AppCompatTextView?
Nothing Error! I don't know why..
Please help this problem..
...
0
votes
2
answers
498
views
Trouble making text disappear in code using Javascript
I'm simply trying to get the text to disappear when the mouse hovers over a sprite, and it won't do that. I've tried many things - putting text(A/B).visible = true; in an else statement. I've moved my ...
-2
votes
1
answer
667
views
Displaying %variables% is blank/missing when running a batch file in Windows [duplicate]
OK, inside of my BAT (batch) file I am trying to detect the number of physical cores of the Windows machine, then display that to the user. I am using 'wmic' which I have confirmed is working properly ...
0
votes
1
answer
2k
views
How can I set other edges invisible when I click on a node in pyvis.network // networkx?
Data:
Currently I am working on a quite big network. Therefore I am sending a picture of a part of nodes and edges.
pos = nx.nx_agraph.graphviz_layout(G, prog="twopi")
Xs=[a[0] for a in pos....
0
votes
1
answer
204
views
How to add an invisible header to a text file?
Good morning everbody,
I would like to know if there is a possibility to add an invisible text block to a text file. It could be a header or at the bottom of the file, it does not matter.
It should ...
-2
votes
1
answer
264
views
Dealing with Invisible Code and how to get it back
I can't seem to find my code anywhere, there were solutions to my question. Such as checking the 'Solution Explorer' However accessing the 'Solution Explorer' didn't help, because I couldn't pull it ...
0
votes
1
answer
839
views
how to use navigation to setState() another screen?
i have problem with drawer in flutter i need to hide the sign in listtittle when iam logged in but it's not working by visible i think the reason is the sign in method is on another screen
here is the ...
0
votes
0
answers
134
views
MySQL is successfully outputting to an invisible file
In an attempt to export data from MySQL to a .csv file, I execute the following:
SELECT 'BAT_POSITION_IN_SERIES', 'NUMBER_OF_PITCHES', 'PCT_BALLS', 'PCT_CALLED_STRIKE', 'STRIKEOUTS_PER_PITCH', '...
1
vote
1
answer
3k
views
Godot: Node as child of Node2D stays visible when parent turns invisible
turning a Node2D invisible does not apply to it's base-class-Node children – these stay visible. Changing their type to Node2D then makes them become invisible along with the parent.
I see that a base-...
3
votes
2
answers
603
views
TextView link text is not visible
I have a TextView that shows all inserted text except for the links, but the place where they should be is still clickable and takes me to the desired destination. What would be making the link itself ...
0
votes
0
answers
88
views
Winforms: Controls not visible after added programmatically
I want to create a simple FileExplorer Control for a video player.
Here is the code:
namespace CustomControls
{
public interface IScrollable
{
float visiblePercent { get; set; }
...
1
vote
1
answer
525
views
React development build shows a div(button) but the production build makes it invisible
I've been building a website for work and have a "Gallery" button on top of two slideshows. It works perfectly fine on the development build, but the production build doesn't show the button ...
0
votes
0
answers
31
views
How do I prevent homemade app buttons from being invisible on old Android phones / Moto 3G?
I have developed an app using Android Studio that generally works on most Android phones. However, on old Android phones (and most recently on Moto 3G, running Android 6.0), the "Start" ...
2
votes
0
answers
146
views
The Three.js object cannot be embeded in the CSS3DObject
I'm trying to get a clone of a raycasted object, and move the clone of the selected object in a <div>. The raycaster works just fine, but the CSS3DObject instance (the cloned 3d Object) is not ...
0
votes
0
answers
1k
views
How do I make a combobox visible/invisible depending on checkbox value?
I have a userform that contains two sets of comboboxes that depend on checkboxes each to be made visible. Upon the userform opening they are invisible. Upon checking the box the two fields become ...