5,339 questions
0
votes
0
answers
31
views
I my flask app data store as json file when we refresh the page then all admin page data will disappear but store in the database fix this problem?
Frontend not connected to backend saving API
The “Save Application” buttons (like saveRegularApplication()) only push data into a JS array applications[] — they never send it to the backend /save-...
0
votes
0
answers
43
views
framework/blazor.web.js not workin in admin template added
i added admin template in blazor server .net9 the template woring good in blazer
but after running when try to open page using href to call any razor page the page is Heiden not showing nothing like ...
0
votes
0
answers
78
views
How to suspend WPF UI refresh in code-behind
I built a rather complex UserControl based on a DataGrid.
I would like to show or hide specific columns from the view model via an EventAggregator. It works fine, but it is quite slow (I have more ...
0
votes
1
answer
22
views
Jetpack Compose View not refreshed after state variable updated in view model
I'm working on an Android app in Jetpack Compose using a model-viewmodel-view architecture. I'm not seeing my views refreshed after I update the state variables in the app.
I have a variable defined ...
1
vote
1
answer
48
views
Checkbox not showing current state when refreshed
We have a pop-up dialog with multiple checkboxes that are each created using the following code segment:
var cb = jQuery("<input></input>", { id: "cb_" + lid, name: &...
0
votes
0
answers
16
views
Buttons do not work when the page is opened in the smartphone browser
I have a React web application that when opened in the smartphone browser none of the buttons work, but if I refresh the browser, the buttons start working. Does anyone have any idea what might be ...
1
vote
0
answers
42
views
RecyclerView resets position after invalidate pagingSource
There is a RV where data is loaded page by page through a paging adapter, after pressing the refresh button I want to refresh the visible elements by loading the necessary pages from the API. For some ...
0
votes
0
answers
54
views
Angular route doesn't render if pasting url directly or refreshing the page
I'm making a pastebin-like client on Angular 18 and so far the interface works great.
Only issue is that refreshing the page or trying to directly enter the website via the full url (very important ...
0
votes
0
answers
19
views
Run 2 codes on sheet
I want to run this 2 code at the same time to display animation and run clock at the same time. I tried sub main call each code at the same time but to no avail.
Private Sub workbook_Open()
Dim Hr As ...
0
votes
0
answers
46
views
Monitor refresh rate and gfx entity smooth movement
I'd be grateful if someone could sense check what is being said in the following two hypothetical scenarios (am I correct in what's said?)...
Scenario 1:
We have a 1440p monitor set to a refresh rate ...
0
votes
1
answer
108
views
Laravel Nova 5 error registerStoreModules in app.js
I love Nova and it is working really well for my project, and I upgraded to Nova 5 a few days ago. Not sure it is related to the upgrade, but every time I refresh a page or go directly to a URL, I ...
1
vote
0
answers
418
views
Power Bi - Error when processing the Excel data in the dataset (while refreshing via semantic model)
I have a Power BI dashboard that uses Kusto and Excel as data sources. The Kusto data is imported, and all Excel files are stored in a SharePoint folder. To refresh the dashboard, I’ve scheduled a ...
0
votes
0
answers
84
views
Macro to hide/unhide columns in Excel Table is very slow after a data refresh
I have a large Excel workbook that imports data from some local SQL servers via Power Query and performs a bunch of calculations on the imported data in an Excel Table. Because the table containing ...
-1
votes
1
answer
2k
views
release 23 is not found in system
i'm coding spring boot and my vscode got this problem
The project was not built due to "release 23 is not found in the system". Fix the problem, then try refreshing this project and building ...
0
votes
0
answers
90
views
Microsoft Excel VBA does not refresh all data connections
I have a problem with a VBA in my Excel file.
The Excel file uses a data model as well as several pivot tables.
The VBA is used to refresh all data connections when the file is opened for the first ...
0
votes
0
answers
146
views
What can I use as an alternative to a RefreshView in my MAUI app?
I'm working on a .NET MAUI app that I've recently started to test on iOS. While there were no issues with a RefreshView while testing on Android, I've noticed it has caused multiple issues on iOS. ...
1
vote
1
answer
39
views
How do I make my script remember something after refresh?
I am very new to javascript and just started 2-3 months ago. Please forgive me if the answer is obvious. I would like to create a memorial section for my chihuahua blog, where people can light a ...
0
votes
0
answers
178
views
In Postgresql, how to reset all sequences in a schema so the current value of sequence will match the max values of the primary key
I am refreshing schema data in a Postgresql database. The best and easiest way to do it is dropping the schema and restore it from a backup from the source database. But in this case we are not ...
1
vote
3
answers
131
views
pull to refresh won't stop refreshing in flutter
i have a question
here i am fetching data from api and i made a second page that i can post from my app in api .
when i post something and i come back to the main page that there is a lit of all of ...
0
votes
0
answers
21
views
How input in textarea without refresh
How input param with input in textarea without refresh
$ArNumbers->int2str($params);
No other file send
<input id="textbox" name="textbox" type="text">
<button onclick="...
0
votes
0
answers
34
views
server-side / client-side routing problem on browser reload
I have a MERN app deployed to Heroku. This is a single page application that has the front-end and back-end in the same repository.
On production, the correct view will display when I navigate to any ...
0
votes
1
answer
520
views
How can I trigger pull refresh in flutter without calling refresh function
I am currently using the pull_to_refresh package in flutter and code looks something like this
final RefreshController refreshController = RefreshController(initialRefresh: true);
SmartRefresher(
...
0
votes
0
answers
54
views
Refreshing minicart on parent page from within fancybox Iframe on HTML page. No woocommerce or wp
I have a site with a iframe html page pop up in fancybox. When items are added or taken away from the cart in the iframe, the items are added in the iframe page but when I close the iframe, the parent ...
0
votes
0
answers
240
views
Problems with pull refresh implementation with webview
I try to implement pull refresh with big (long) scrollable webview.
val pullRefreshState =
rememberPullRefreshState(refreshing = isRefreshing,
onRefresh = {isRefreshing = !isRefreshing
...
0
votes
1
answer
20
views
Xero credential refresh happening in postman background but not via requests
I have a question, what are the headers it passes in the postman background when i click refresh for exprired Oauth bearer token? I need to replicate that to a Python request function
This function is ...