Hi Guys i was trying to do and API From this video link https://www.youtube.com/watch?v=gpfP60KjmZU&t=2s , but it doesnt work for me i did exactly the same thing as this guy but in a new version i changed some things of course because the Switch is different in this version but when i run my API the tables dont show like in 47:25 in the video is just the blank page with the menus but is not appearing any tables if anyone can help me im new to react and im trying to make this register table work if anyone can help me i appreciatethis is what my page looks like this is how i need to look like,if anyone wants the print of the code im gonna put the tabs and ask me which one you want a and i send ask me the tab i click and i send the print i answer quickly
Related
Problem: Removed widgets appear after refreshing screen
Understanding of problem: Major issue consist in rendering items state. I was trying to save current state in Local Storage and after use it to render new items. Unfortunately this idea is not enough, because I cannot update it in live
Example of same project with exactly same problem: https://codesandbox.io/s/dg3tj
Documentation https://github.com/react-grid-layout/react-grid-layout
Note: I was looking to any response but unfortunately no luck. Hopefully someone will explain or show one working example
Same question: visit
I'm struggling by integrate a button which can open a Teams call to a specific person.
Would it be possible to add a phone number to my React TypeScript Web App, how would it be done?
Is it possible to get automatically a small contact card or something like that?
Probably you can give me an easy solution like clicking on a phone number and it asks to open Teams, something like that?
This one DID NOT helped me a lot: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links
Thanks for your help wish you all the best.
I solved my issue by using following code:
{ (Name of the person) }
This creates a clickable link and shows a popup with the question to open Teams in Edge/Chrome etc. as shown below:
Last thing to do is to click on open and you will get a popup in Teams:
Wish you all a great day!
I'm hoping someone can help direct me with troubleshooting for my portfolio page. I'm currently having issues with a few things and I'm not sure why or how to deal with them. Whenever I try to view them in tablet/mobile views on the deployed link the layout is completely different than when I run a live server with npm start.
The first issue about section in mobile and tablet views displays each paragraph in columns and the black background doesn't cover all of the text or the image.
The second issue is the contact page doesn't display the links on mobile even though the text color is set to black and the contact header doesn't show up on the page.
It was made in React. Below will be the deployed link and link to the github.
https://refactored-potato.netlify.app/
https://github.com/GSometimes/refactored-potato
I would really appreciate any help or guidance on sorting this out.
Thank you.
first piece of advice is that you have used TOO MUCH CSS, please use only what you really need. You don't need every css property to use on every element.
Your text/paragraphs are showing in column as their parent's display style is set first as inline and then flex. Either don't use it or write display: block
Here is the link to my full project in github:
my project code
Anyway, It all works exactly as I want it to, but with one weird little glitch: when on the photos page, and you click on a photo to view it, and then click back, it goes back two pages instead of one. I don't have the slightest idea how to stop it from doing this.
The photos view is in public/views.
Thanks.
-Steve
I need your help.I recently discovered contruct 2 and I´m not the best at using it.So my problem is, I exported my game to HTML5 and when I open it it says that for security reason it won´t open only if I upload it, the game as some bugs that I can only be sure it´s something wrong if doing it on a website otherwise the game puts all my layouts one over the other and that´s the only way that I can be sure that nothign is wrong with it.
Thanks for reading!!! :D
To test your game just run it with "play" button (you have to open the first layout and then press "play"). You need a web server to test the exported game
Your game works if you upload your game to internet server and it get URL address to it (for example: http://example.com/index.html). When you go to game URL in your browser you can play your game (I hope so).
If you have Github create new project, upload game (html) file (and it's assets) and then get URL address for that project. Please ensure game file is main site.
I'm tried this myself. And I hope this will help you.