![]() Equipping Your Church to Communicate Effectively | ![]() Go PRO - Enjoy PRO Benefits! |
![]() | ![]() |
| |||||||
| PowerPoint Questions, tips and technical info how to use PowerPoint in ministry. |
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| ||||
| Tool to Insert Songs, Scriptures Into PowerPoint Hi All maryjos' thread on Running a PPT Automatically really made me dive into PowerPoint using C# and Visual Studio Tools for Office. As it turns out, that particular problem doesn't need Visual Studio Tools for Office. But I noticed just how much you can do with PowerPoint using VSTO. I built a proof-of-concept PowerPoint Add-In that allows for the quick insertion of scripture verses and song lyrics. Notice the new tool-bar created by the add-in (no icons yet): 1 - PowerPoint.PNG Click the Insert Verse Slide button pops up a scripture selection. Only 3 verses in KJV but I build a rudimentry Bible engine that could accept scriptures from a variety of translations in XML and Access formats. Accepts variations on the books (eg: Deuterocanonical books in some translations). 2 - Insert Verse Slide.PNG And here is the verse slide. Yeah, not very exciting formatting wise, is it? But it beats the copy/paste/sanitize-format process I have to go through copying off the internet. 3 - Verse Inserted.PNG Or get ready and paste a verse at your cursor location. 4 - Paste Verse.PNG 5 - Paste Verse at Cursor.PNG I played with USR files on CCLI. Man, I still don't understand why every worship software out there passes up USR files and insists on using a web browser and "screen scraping". Every time CCLI changes all the programs mess up. 6 - Insert Song.PNG And here is 12 verses inserted in under 1 second. Again, the formatting is bland. It should actually match the format of your slide master. Haven't tested it though. 7 - Song Inserted.PNG For me, it was just a "what-if?" time of "Stupid PowerPoint Tricks". Does anyone out there using PowerPoint see any value in developing this further? Or was it just a fun learning excercise? I mean, I know of two churches that use PowerPoint and they spend 1 to 2 hours per service prepping the slide deck. How aggrivating is that? I guess I need something to do while waiting for the next major release of the CD-Writing SDK so I can get back to the Kiosk. - Shaun
__________________ Sanctus Software More RegEx: (?<BookTitle>[A-Za-z0-9 ]+)\s(?<ChapterNumber>\d{1,3})[:](?<VerseNumber>\d{1,3}) |
| The Following User Says Thank You to shayward For This Useful Post: | ||
LeAnn B (Wednesday, August 20th, 2008) | ||
| ||||
| Quote:
The words of Jesus are life! Quote:
![]() Quote:
__________________ Sanctus Software More RegEx: (?<BookTitle>[A-Za-z0-9 ]+)\s(?<ChapterNumber>\d{1,3})[:](?<VerseNumber>\d{1,3}) |
| ||||
| For what it's worth, I tossed some "quick and easy" combo boxes on the toolbar. Pick your translation, type in your scripture reference, and hit enter. BAM! Instant scripture slide. combo.PNG I'm working on making all of the translations flow the same way (1 John 3:16 rather than First John 3:16 or 1st John 3:16 as some translations do). I'm also going to have a go at inserting multiple slides for, say, 1 Cor 13:1-4 or just 1 Cor 13.
__________________ Sanctus Software More RegEx: (?<BookTitle>[A-Za-z0-9 ]+)\s(?<ChapterNumber>\d{1,3})[:](?<VerseNumber>\d{1,3}) |
| ||||
| I do have it working with Song Select USR files (if you click "Export" from the lyric screen it prompts you to download the USR file). USR files are great and easy to work with. I have no idea why the major players don't use them.
__________________ Sanctus Software More RegEx: (?<BookTitle>[A-Za-z0-9 ]+)\s(?<ChapterNumber>\d{1,3})[:](?<VerseNumber>\d{1,3}) |
| ||||
| Quote:
Quote:
__________________ Joel Osborn Milton SDB Church My Blog You don't have a soul. You are a Soul. You have a body. - C. S. Lewis |
| ||||
| Quote:
YMMV, because you drive on the other side of the road. ![]()
__________________ Joel Osborn Milton SDB Church My Blog You don't have a soul. You are a Soul. You have a body. - C. S. Lewis |
| ||||
| Quote:
I really don't understand why they have to have different versions of the site for different countries, but just now the MediaShout <-> SongSelect interface happens to be working for UK users so I'm not complaining. |