Paul Kornman
Paul Kornman
Activity
Paul Kornman replied to the discussion Importing PPT NOTES into Storyline
"You might be able to make a copy of the Powerpoint deck and use VBA to remove the notes you don't want BEFORE you import it into Storyline."
  • over 5 years ago11/28/18 at 6:45 pm (UTC)
Activity
Paul Kornman replied to the discussion Javascript to capitalize first letter
"Try adding this function: function initCap(strIn){     var allChars = strIn.split(""); // convert string to array of characters     var s..."
  • almost 10 years ago06/17/14 at 8:43 am (UTC)
Activity
Paul Kornman replied to the discussion Java Script Date Stuck
"I think this might help: the getDay function in "var date = d.getDay()" puts the day of the week (0 = Sunday, 1=Monday, etc.) into the va..."
  • almost 10 years ago05/16/14 at 7:11 am (UTC)
Activity
"You might take a look at the Javascript test environment that w3schools uses (the TryIt editor). Example page for if-then statements: htt..."
  • 10 years ago01/09/14 at 9:48 am (UTC)
Activity
Paul Kornman replied to the discussion Javascript to capitalize first letter
"Here's some Javascript for you to try: var str = "user546"; var capFirst = str.substring(0,1).toUpperCase() + str.substring(1,str.length)..."
  • over 10 years ago11/04/13 at 10:06 am (UTC)
Activity
Paul Kornman replied to the discussion Issues with publishing to web
"My two cents: This may not be an issue with Articulate at all, but with your browser and its cache. Depending on your browser settings, w..."
  • over 10 years ago10/28/13 at 5:12 am (UTC)
Activity
Paul Kornman replied to the discussion Changing the color of Notes text
"If I'm following this correctly, you want to change the color of the text that appears WITHIN the Notes tab. In the example above, the te..."
  • over 10 years ago10/17/13 at 9:09 am (UTC)
Activity
"If I understand your problem, why bother with FSCommand at all? Look at this page about the Articulate SDK: http://www.articulate.com/pro..."
  • over 10 years ago09/10/13 at 4:42 am (UTC)
Activity
Paul Kornman replied to the discussion Publishing Powerpoint Slide + Notes
"Are you looking for something like this? http://www.lokeshdhakar.com/projects/lightbox2/ where the images are displayed like a slideshow ..."
  • over 10 years ago09/04/13 at 6:16 am (UTC)
Activity
Paul Kornman replied to the discussion Publishing Powerpoint Slide + Notes
"Welcome to eLearning Heroes. I'm not sure how the functionality you are asking for is different than what PowerPoint itself offers. In Po..."
  • over 10 years ago09/04/13 at 4:48 am (UTC)
Activity
"Do you mean, for example, if I have a "labelled graphic" interaction, I'd be able to switch from graphic to graphic outside the engage wi..."
  • over 10 years ago08/19/13 at 9:08 am (UTC)
Activity
"There's a <navlocked> property within the XML in data >> presentation.xml for each slide. i.e.. "true" when the slide is lock..."
  • over 10 years ago08/19/13 at 6:46 am (UTC)
Activity
Paul Kornman replied to the discussion Community Challenge #1 - Final Entries
"I sent Jerson a link to my entry last Friday, but I haven't heard anything, so I'll post it myself: http://s94783078.onlinehome.us/files/..."
  • almost 11 years ago06/12/13 at 4:36 pm (UTC)
Activity
Paul Kornman replied to the discussion Interactive Flow Chart
"I've never made one, but it would fairly easy using Flash. I envision your scenario like this (since you want it simple):       For deve..."
  • almost 11 years ago05/21/13 at 11:05 am (UTC)
Activity
"Here's some VBA to fill in a table: (This assumes the Table is the first shape on slide 2 with 5 rows and 3 columns): It puts the word "C..."
  • almost 11 years ago05/13/13 at 11:51 am (UTC)
Activity
Paul Kornman replied to the discussion Problems with SWF display in Presenter
"This is (as far as I know) standard Presenter behavior with SWF files. In Flash, you set up your animation inside the "frame" that you sp..."
  • almost 11 years ago05/10/13 at 8:21 am (UTC)
Activity
"Welcome to Heroes, Melanie. Let's say you have your slides numbered as follows: 1. Intro 2. TOPIC 1 (I know you don't want a slide here b..."
  • almost 11 years ago04/29/13 at 12:10 pm (UTC)
Activity
Paul Kornman replied to the discussion Inserted Flash Files, Do Not Play
"That's a new one on me, but I did a quick search and found this forum entry that also had "blank.swf" showing up as the "Movie" Property:..."
  • almost 11 years ago04/22/13 at 12:35 pm (UTC)
Activity
Paul Kornman replied to the discussion Inserted Flash Files, Do Not Play
"I wrote about this in more detail here: http://community.articulate.com/forums/p/25709/141238.aspx#141238 but as a first step, In Powerpo..."
  • almost 11 years ago04/22/13 at 12:07 pm (UTC)
Activity
Paul Kornman replied to the discussion Notes Area not showing
"Is it possible that your text is there, but is white? It wouldn't look that way in "Normal" PowerPoint mode, but if you go to "Notes Page..."
  • almost 11 years ago04/12/13 at 10:20 am (UTC)
Activity
Paul Kornman replied to the discussion Basic question for Powerpoint users
"The units come from your choice in the Control Panel "Regional and Language Options" and your choices are "US" and "Metric". "Pixels" is ..."
  • almost 11 years ago04/10/13 at 11:28 am (UTC)
Activity
Paul Kornman replied to the discussion REQ: Javascript Date Variable Help.
"After "var d = new Date();" add this code: d.setDate(d.getDate() + 365); // add 365 days Note: you can use negative numbers to go back ..."
  • 11 years ago03/22/13 at 11:05 am (UTC)
Activity
"If you use the "Logo" area (1 above or 1 below the navigation panel), you could put a SWF file (in place of a static graphic) that to the..."
  • 11 years ago03/15/13 at 9:13 am (UTC)
Activity
Paul Kornman replied to the discussion re-linking .swf's
"I replied to a similar problem here: http://community.articulate.com/forums/p/25709/141238.aspx#141238 Basically, you can make a relative..."
  • 11 years ago03/14/13 at 7:38 am (UTC)
Activity
"Unfortunately, yes, that is the problem. Powerpoint is looking for the swf file in the location specified in the "Movie" property of the ..."
  • 11 years ago02/19/13 at 9:50 am (UTC)