Questions tagged [buildingblocks]

Blackboard Building Blocks are a Tomcat Webapp-based Java integration methodology for Blackboard Learn.

Blackboard Building Blocks are a Tomcat Webapp-based Java integration methodology for Blackboard Learn. Blackboard Learn runs on Tomcat, and allows for webapps to be uploaded to extend the system utilizing an expansive set of Java APIs.

For more information on Blackboard Building Blocks, visit the Blackboard Help wiki.

13 questions
1
vote
1 answer

Import Microsoft Word AutoText to LibreOffice

Is it possible to import the Microsoft Word AutoText file (apparently called "building blocks.dotm") to LibreOffice? If yes, how? Background information: AutoText seems to be part of Building Blocks; OpenOffice seems to already have tackled the…
pdeli
  • 436
  • 3
  • 13
1
vote
1 answer

What is the relationship between building blocks and SOA

Can anyone explain further about what is the relationship between building blocks and SOA? SOA is a IT architecture. is building blocks a concept in SOA? Thx in advance.
Ethan
  • 101
  • 1
  • 9
1
vote
1 answer

Word 2007: Get a list of building blocks?

I'm wordering if there is a way (directly or using VBA) to get a list of all the building blocks as they appear in the Building Blocks Organizer, that is, the names of the building blocks, the Gallery, the Category, the Template, the Behavior, etc.…
wharf_rat
  • 43
  • 1
  • 7
0
votes
0 answers

Two questions - Date Picker and Building Blocks inside of Repeating Section content control

Using Office 365 on Macbook Pro running Ventura 13.2.1. Inserted your visual basic code for date picker in Word, Sub AddDatePickerCC() Dim oCC As ContentControl Set oCC = ActiveDocument.ContentControls.Add(wdContentControlDate,…
0
votes
1 answer

"Invalid paramenters" when trying to add Buildingblock in Word 2016

I get Invalid parameters when I try to add a Building block in Word 2016. The range is a cell in a table (the first cell in the last row). The Activedocument is the Template I would like to add the Building block to. private void…
0
votes
3 answers

Why during run time Js get messy

I was doing a function to toggle up between CSS classes for an HTML element using a clases object with 2 properties, active and non-active and a global variable count to keep track the run times. I realize some strange JS behavior: Here it goes…
0
votes
1 answer

WSFW004 Access Denied for getUser method (UserWS)

[WSFW004]Access DeniedAccess to this resource is prohibited. (system.useradmin.generic.VIEW) I am encountering Access Error whenever calling UserWS.getUser() method from my buildng block. The code snippet is as follows: UserFilter uf = new…
0
votes
2 answers

Issue using Excel VBA to add Watermark to Word Document using BuildingBlockEntry

I am currently trying to use Excel VBA to add a watermark to a Word document. I have been able to do so from Word VBA and have translated the code over to excel to implement other functions, and am getting an error on a specific line. I believe I…
Allen
  • 56
  • 2
  • 14
0
votes
2 answers

Install Blackboard Auto Signon building block

I am creating an application to autologin the blackboard user. I have researched for this a lot, and I came to know that we need an "Auto Signon" building block inside our Blackboard Learn and proceed with some settings. Can anyone help me to…
Neha
  • 143
  • 4
  • 19
0
votes
2 answers

Openstreetmap: from "address" to "shapefile"

I've been looking for an answer on the web since quite a long time, but I couldn't make it. So, I hope Stackoverflow users could help/advice me a bit. I have 7 000 addresses (like "67, place Lobligeois 75017 Paris, France") and I would like to get a…
charnould
  • 2,480
  • 3
  • 19
  • 23
0
votes
1 answer

Background missing in region sections of Firefox OS Building Blocks

i am about to write my personal "Hello World Firefox OS App". To be consistent with the system's style guide, I want to use the Building Blocks provided by Mozilla. Since I want to have a possibility to set some preferences, I decided to copy the…
user3112922
0
votes
1 answer

Firefox OS get selection from drawer with Building Blocks

I am trying to do a drawer menu for in my Firefox OS app, based in the Bulding Blocks from Firefox team: http://buildingfirefoxos.com/building-blocks/drawer.html At the moment I have a menu button that show and hide the menu, but I can not change to…
Sqlumee
  • 1
  • 1
-1
votes
1 answer

Building block does not work if someone changes the location template

In vba word. I have a .dotm template file with content blocks. The path in the content blocks works if the .dotm file is in that path. Application.Templates( _ "**L:\06. MODELOS DE DOCUMENTOS\01 ATESTADOS\ACCIDENTES DE…