Questions tagged [cal]

CAL is the Composite Application Library the previous name for the Prism guidance for WPF and Silverlight.

62 questions
0
votes
2 answers

How to make this calculation and variables correct in this script code?

I feel like I'm progressing a little, I still have difficulties figuring out what to do when I'm stuck with Javascript. It's very hard but I need to get this coding done urgently.. so any help is greatly appreciated. It's really simple, I want to…
azaela
  • 57
  • 1
  • 2
  • 9
0
votes
1 answer

WSO2 ESB HTTPS Endpoint, call mediator - But a callback is not registered ( anymore) to process this response error

While using Call mediator and Send Mediator (calling HTTPS endpoint with username token by using policy at the endpoint) Getting the following error : [2015-01-03 03:38:23,058] DEBUG - SynapseCallbackReceiver Callback removed for request message id…
Sai P
  • 11
  • 4
0
votes
2 answers

Using PRISM, how do I display the view from another module, and access its properties to update its state?

I have two modules, one is a Header module, one is a Items module. I have a HeaderDetails view, which contains a region which is called 'ItemsSummaryRegion'. This region is registered to populate the region with the view ItemListView from the Items…
James
  • 2,458
  • 3
  • 26
  • 50
0
votes
1 answer

Multi Page Application in CAL

I have been learning about the Composite Applicaation Library, and came across a question: is it possible to build multi page applications using CAL? All the examples I have seen use a single page with regions defined. Can something like multiple…
0
votes
0 answers

Exception - Region with the given name is already registered. How to call a region in xaml multiple times

While working in WPF application. I am trying to use a region multiple times in XAML. But can not as getting a runtime exception "Region with the given name is already registered: DeviceListRegion" I am trying to do something like.
D J
  • 6,908
  • 13
  • 43
  • 75
0
votes
2 answers

java bufferedReader, writes something different than it reads

i parsed a text (CAL code) with BufferedReader and BufferedWriter in Java, unfortunately, lines which i red and wrote with outStream.write(line); have changed, please look at…
dayscott
  • 457
  • 1
  • 6
  • 17
0
votes
4 answers

python calculator program

I wrote a simple calculator program by using functions, I don't know what exactly wrong with this code, its showing error. I did possible steps to debug this, but I couldn't. #!/usr/bin/python def add(): print "Enter the two…
Prabhu Are
  • 463
  • 2
  • 7
  • 15
0
votes
2 answers

Nested menu regions in Composite WPF application

Is it possible to have nested regions in a Composite WPF application? I want modules to be able to inject new menus, and also be able to inject menu items into an existing menu. Using the following code the RegionManager throws an exception: The…
sourcenouveau
  • 29,356
  • 35
  • 146
  • 243
0
votes
2 answers

Which and When CAL, Prism, MEF?

from last couple of days I was reading about the PRISM, CAL & MEF. All of these support the composition, modularity, bootstrapers, shell and region etc. So question comes in my mind is. Where these all support main features for modularity so which…
JSJ
  • 5,653
  • 3
  • 25
  • 32
0
votes
1 answer

In CAL, how can I get a reference to a module instance?

I have this application using CAL. All the modules derive from a special class, ModuleBase, which has an abstract method, say ApplySecurity implemented in each one of them. OK I load the modules in the bootstrapper, and after i call…
Teodor
  • 497
  • 1
  • 6
  • 20
-1
votes
2 answers

call c# from vb.net is hanging

ina c# project i have a static async task written to send emails via tmpt-relay. the main function is calling this task. This is working fine. My Problem is i'm calling this function from a vb.net project, this is also working, email was send but…
-1
votes
2 answers

NameError: name 'No' is not defined

When i press any number in my calculator showing error from tkinter import * def btnclick (numbers): global operator operator=operator + str(No) text_Input.set(operator) def btnClearDisplay(): global operator operator="" …
jai_kumar
  • 31
  • 2
  • 14
-1
votes
1 answer

Windows essentials CALs unusable?

I just installed a new Windows Server 2016 Essentials hoping to create a test environment for RemoteApp hosting. So far good, all worked great, until I started getting a "Remote Desktop licensing mode is not configured" warning message. Running the…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
-1
votes
1 answer

TFS Licensing - GIT repository access

Quick question - is TFS CAL required for users to access only the TFS GIT source code repository? Assuming they will access only the source-code using Git Bash, and they won?t use any other TFS features and never even login to TFS website. Our…
-1
votes
2 answers

Having some problems with parsing Cal file

I'm trying to have my PHP file output a text/calendar file, but the funny thing is , both of these 2 outputs don't work. BEGIN:VCALENDAR VERSION:2.0 PRODID:-//aln/qc//NONSGML v1.0//EN CALSCALE:GREGORIAN BEGIN:VEVENT…
Ong Pe Hon
  • 305
  • 3
  • 11