Quantcast
Channel: User Factor Mystic - Stack Overflow
Browsing all 44 articles
Browse latest View live

Comment by Factor Mystic on How do you copy a record in a SQL table but swap...

You could also use $identity if you didn't want to hard code your identity column name

View Article



Comment by Factor Mystic on Rails engine's static assets not being served in...

What version of rails was this? Rails 4?

View Article

Comment by Factor Mystic on How to format a float in javascript?

This implementation is missing the zero padding feature of the original toFixed

View Article

Comment by Factor Mystic on DXGI Desktop Duplication: encoding frames to send...

Your link is dead

View Article

Comment by Factor Mystic on Create two blank lines in Markdown

I'm voting to close this question as off-topic because it should go on webapps.stackexchange.com

View Article


Comment by Factor Mystic on What does DB in Completed in 6427ms (View: 6279,...

Your link is dead

View Article

Comment by Factor Mystic on Stop Propagation on Input Click

Possible duplicate of How to stop event bubbling on checkbox click

View Article

Comment by Factor Mystic on How to use Acrylic Accent in Windows 10 Creators...

With this code, it works initially, but when the window loses focus the min/max/close buttons lose the acrylic texture. Then after a moment the entire window becomes opaque. Any idea how to keep the...

View Article


Comment by Factor Mystic on cant install capybara webkit gem

Possible duplicate of Error installing gem capybara-webkit

View Article


Comment by Factor Mystic on How do I access the Rack environment from within...

env is deprecated in rails 5.0 ActionController github.com/rails/rails/commit/…

View Article

Comment by Factor Mystic on Add menu item to Windows context menu only for...

@SteveCarter it's typically the opposite: writing to HKCR requires extra permissions, whereas writing to HKCU is a user operation without extra permissions

View Article

Comment by Factor Mystic on Add menu item to Windows context menu only for...

@amn the original question isn't asking how to get an app to show as available to handle the file type exclusively, it's asking how to edit and existing file type's context menu with a new custom...

View Article

Comment by Factor Mystic on How to remove circular dependencies in d3...

Did you figure out a solution or workaround?

View Article


Comment by Factor Mystic on UWP App closing as soon as it opens...

I'm seeing something similar in my app... what was the fix?

View Article

Comment by Factor Mystic on Acrylic Brush in Spiltview

ha, thanks for this... I was really scratching my head

View Article


Answer by Factor Mystic for Why HKCR\pngfile context menu works in Windows XP...

There are several reasons these keys could fail, and you've hardly provided any information so these are general troubleshooting tipsYou didn't say, but have you linked up .png files to the pngfile...

View Article

Answer by Factor Mystic for Remove title bar text of a window but keep status...

This should do it:[DllImport("uxtheme.dll")]public static extern int SetWindowThemeAttribute(IntPtr hWnd, WindowThemeAttributeType wtype, ref WTA_OPTIONS attributes, uint size);public enum...

View Article


How can I use two different databases with Linq to SQL in Linqpad?

I'm starting out with Linq To SQL, fiddling around with Linqpad and I'm trying to duplicate a SQL script which joins on tables in separate databases on the same server (SQL Server 2008).The TSQL query...

View Article

Answer by Factor Mystic for Recommended iPhone Development Resources

This site covers some of the basics with little regard for the NDA. Start at the bottom and work up.

View Article

Answer by Factor Mystic for T-SQL How to update the bottom/last row only?

There's not enough context in your question to give a bulletproof answer. Based on your working solution, how about instead of looking for the count look for the max PeriodID? As long as subsequent...

View Article
Browsing all 44 articles
Browse latest View live




Latest Images