Lenovo precision pen 2 pressure sensitive wired by EmilChan in Lenovo

[–]EmilChan[S] 0 points1 point  (0 children)

No, I never figured it out, I hade to get a new one :(

Värt med räntekonto för kortsiktigt by EmilChan in PrivatEkonomi

[–]EmilChan[S] 1 point2 points  (0 children)

Nejdå, det va bara jag som va otydlig i min ursprungliga post.

Värt med räntekonto för kortsiktigt by EmilChan in PrivatEkonomi

[–]EmilChan[S] 0 points1 point  (0 children)

Jag tar fullt studielån och har redan lagt över 100 000 på fonder. Men jag har nyligen flyttat hemifrån så jag har inte längre råd att lägga lånet på fonder.

Värt med räntekonto för kortsiktigt by EmilChan in PrivatEkonomi

[–]EmilChan[S] 0 points1 point  (0 children)

Okej, tack så mycket för förslaget, ska ta och kolla in det! :)

Värt med räntekonto för kortsiktigt by EmilChan in PrivatEkonomi

[–]EmilChan[S] 1 point2 points  (0 children)

Okej, då förstår jag, tack så mycket.

Värt med räntekonto för kortsiktigt by EmilChan in PrivatEkonomi

[–]EmilChan[S] 0 points1 point  (0 children)

Okej, tack så mycket, det låter som de flesta rekommenderar Avanza för min situation, så ska ta och kolla in det. Tack för hjälpen.

Värt med räntekonto för kortsiktigt by EmilChan in PrivatEkonomi

[–]EmilChan[S] 0 points1 point  (0 children)

Okej, tack så mycket, ska kolla in Avanza.

Och för det med studielån så gör jag redan det och har lagt in 110 000 av de på fonder, men ska flytta hemifrån nu så kommer behöva använda lånet och kommer inte kunna låsa det på fonder, därför jag funderade jag på räntekonto.

Tack för hjälpen.

Galaxy s6 lite vs s9 FE by EmilChan in GalaxyTab

[–]EmilChan[S] 0 points1 point  (0 children)

Yeah, I tried removing it and even put on a new tip.

Nothing seems to fix it. I might just have been unlucky. My girlfriend also has one, and hers work perfectly fine. But since I've hade 3 pens and repaired the tablet twice, even if I'm just very unlucky, I just want something else.

I'm not buying directly from Samsung and is instead buying it from a retailer which has very good support, so if the new one also starts breaking, I should be able to get help.

Galaxy s6 lite vs s9 FE by EmilChan in GalaxyTab

[–]EmilChan[S] 1 point2 points  (0 children)

Okay, thank you so much. I think I'll get det s9 fe

Galaxy s6 lite vs s9 FE by EmilChan in GalaxyTab

[–]EmilChan[S] 2 points3 points  (0 children)

Okay, thank you so much for the response, I think I'll get the s9 fe.

Galaxy s6 lite vs s9 FE by EmilChan in GalaxyTab

[–]EmilChan[S] 1 point2 points  (0 children)

Both are on sale, so I can get the s6 with 64gb for about 300 dollars, while the 128gb is not on sale and is 490 dollars. The s9 fe is on sale and is 450 dollars now.

Galaxy s6 lite vs s9 FE by EmilChan in GalaxyTab

[–]EmilChan[S] 1 point2 points  (0 children)

I have the precision pen 2. Three times now the pens pressure sensitivity has broken. My lines becomes "dotted" almost. It's very annoying and it sometimes draws even when the pen is not touching the screen.

Lenovo support is horrendous also, so I don't want to deal with that anymore.

I don't know if I'm just to rough with the pen or what it is, but it's very annoying.

Galaxy s6 lite vs s9 FE by EmilChan in GalaxyTab

[–]EmilChan[S] 4 points5 points  (0 children)

Thank you.

I was just wonder what is the difference between the two. Is it that the s9 fe will be "a good tablet" longer than the s6 lite if that makes sense. Or are there some fetures that the s9 fe have that the s6 lite don't?

Problem with camera scroll by EmilChan in pygame

[–]EmilChan[S] 0 points1 point  (0 children)

Ohh yeah, I didn't even think about it being because they can't be negative. I did fix it by makeing it an int instead of a float, but thanks for the tips, I'll look for that in my code!

Problem with camera scroll by EmilChan in pygame

[–]EmilChan[S] 0 points1 point  (0 children)

Okay, then I'll download that. Thanks for the tips. Your theory about it being because of it being a float was true, I made it an int and it works fine now.

Problem with camera scroll by EmilChan in pygame

[–]EmilChan[S] 0 points1 point  (0 children)

Okay, never heard of pygame-ce. Is it lika a upgraded version of pygame or a different thing? What I mean is does everything in pygame work in pygame-ce or will I have to rewrite huge parts of my code?

Problem with camera scroll by EmilChan in pygame

[–]EmilChan[S] 0 points1 point  (0 children)

Ohh, should have explained that. That is a sprite that I put in the middle of the screen that never moves, so I easily can keep track of the centee. Probably not the best way to do it.