Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
159 views

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 ...
Shiela's user avatar
  • 785
0 votes
2 answers
120 views

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 (...
elitsa3111's user avatar
-1 votes
1 answer
336 views

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 $...
Thrawnium's user avatar
1 vote
1 answer
73 views

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'...
djouher's user avatar
  • 27
0 votes
0 answers
37 views

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 ...
BlueHeart's user avatar
0 votes
1 answer
213 views

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 ...
MSSI's user avatar
  • 304
1 vote
0 answers
35 views

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: ...
Aik's user avatar
  • 65
0 votes
0 answers
61 views

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<...
Bilol Qobilov's user avatar
-2 votes
1 answer
52 views

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 ...
Eleanor Tran's user avatar
1 vote
0 answers
262 views

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 ...
Björn F's user avatar
1 vote
1 answer
112 views

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 ...
Pascal Declercq's user avatar
1 vote
1 answer
880 views

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 ...
Aditya Shrivastav's user avatar
0 votes
3 answers
994 views

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;"> ......
Heph's user avatar
  • 45
0 votes
3 answers
3k views

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....
Ruibin Wu's user avatar
1 vote
1 answer
538 views

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 ...
Raz's user avatar
  • 13
1 vote
0 answers
178 views

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 ...
Santiago Bregonzio's user avatar
-1 votes
1 answer
34 views

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/...
user1114881's user avatar
0 votes
1 answer
128 views

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 ...
Pawan Kumar Sharma's user avatar
3 votes
2 answers
1k views

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-...
manymanymore's user avatar
  • 3,314
0 votes
1 answer
90 views

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 ...
not_a_robot's user avatar
0 votes
0 answers
137 views

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> ...
user2925716's user avatar
  • 1,019
0 votes
1 answer
1k views

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 ...
asdfasdf's user avatar
  • 324
2 votes
0 answers
490 views

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 ...
Nate Metrick's user avatar
0 votes
0 answers
464 views

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 ...
MuffinShades's user avatar
0 votes
1 answer
1k views

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 ...
Himikotiro's user avatar
1 vote
1 answer
1k views

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 '...
fudu's user avatar
  • 838
0 votes
2 answers
186 views

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. ...
AliveUser's user avatar
4 votes
5 answers
5k views

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 ...
Abir Ahsan's user avatar
  • 3,089
0 votes
0 answers
122 views

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?
Miria's user avatar
  • 1
0 votes
0 answers
272 views

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'...
user15748795's user avatar
0 votes
1 answer
122 views

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. ...
Ethelstan's user avatar
1 vote
0 answers
15 views

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 ...
petro.engine's user avatar
0 votes
2 answers
5k views

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 ...
MindGem's user avatar
  • 51
8 votes
2 answers
2k views

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, ...
24x7 Support's user avatar
0 votes
1 answer
80 views

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 ...
vectorjon's user avatar
0 votes
1 answer
553 views

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.. ...
Ganada's user avatar
  • 25
0 votes
2 answers
498 views

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 ...
Joshua Hawkes's user avatar
-2 votes
1 answer
667 views

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 ...
Connor Roberts's user avatar
0 votes
1 answer
2k views

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....
Hakan Akgün's user avatar
0 votes
1 answer
204 views

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 ...
EricD1990's user avatar
-2 votes
1 answer
264 views

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 ...
JaredWolf's user avatar
0 votes
1 answer
839 views

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 ...
Hadi Elhossiny's user avatar
0 votes
0 answers
134 views

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', '...
CraigS's user avatar
  • 37
1 vote
1 answer
3k views

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-...
pferft's user avatar
  • 87
3 votes
2 answers
603 views

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 ...
NikkoNikkoNii's user avatar
0 votes
0 answers
88 views

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; } ...
Kaskorian's user avatar
  • 444
1 vote
1 answer
525 views

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 ...
Imsuchacoder's user avatar
0 votes
0 answers
31 views

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" ...
SeaweedGuy's user avatar
2 votes
0 answers
146 views

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 ...
Abraham's user avatar
  • 55
0 votes
0 answers
1k views

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 ...
D Brown's user avatar
  • 33

1
2 3 4 5
10