Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

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-...
GHODKAR SAIDINESH's user avatar
0 votes
0 answers
43 views

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 ...
Eng Alnahdi's user avatar
0 votes
0 answers
78 views

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 ...
Ludovic Wagner's user avatar
0 votes
1 answer
22 views

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 ...
Doug Idle's user avatar
1 vote
1 answer
48 views

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: &...
Chris Mugdan's user avatar
0 votes
0 answers
16 views

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 ...
Fernanda Dias's user avatar
1 vote
0 answers
42 views

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

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

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 ...
Mark Chester Mandane's user avatar
0 votes
0 answers
46 views

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

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 ...
Bryan's user avatar
  • 17.6k
1 vote
0 answers
418 views

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 ...
Mukul Kumar's user avatar
0 votes
0 answers
84 views

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 ...
Johnny Cash's user avatar
-1 votes
1 answer
2k views

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 ...
Hungdz's user avatar
  • 1
0 votes
0 answers
90 views

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 ...
Tessa's user avatar
  • 1
0 votes
0 answers
146 views

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. ...
Jack Stapleton's user avatar
1 vote
1 answer
39 views

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 ...
Andrea Kuska's user avatar
0 votes
0 answers
178 views

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 ...
Henry Cai's user avatar
1 vote
3 answers
131 views

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 ...
Hana.HD's user avatar
  • 99
0 votes
0 answers
21 views

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="...
Zaidbadi's user avatar
0 votes
0 answers
34 views

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 ...
Misha Krul's user avatar
0 votes
1 answer
520 views

I am currently using the pull_to_refresh package in flutter and code looks something like this final RefreshController refreshController = RefreshController(initialRefresh: true); SmartRefresher( ...
Anthony Aniobi's user avatar
0 votes
0 answers
54 views

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 ...
Newbie's user avatar
  • 1
0 votes
0 answers
240 views

I try to implement pull refresh with big (long) scrollable webview. val pullRefreshState = rememberPullRefreshState(refreshing = isRefreshing, onRefresh = {isRefreshing = !isRefreshing ...
Slava's user avatar
  • 767
0 votes
1 answer
20 views

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 ...
BTKCODEDEV's user avatar

1
2 3 4 5
107