Questions tagged [cal]

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

62 questions
11
votes
1 answer

GPU MD5/SHA1 Hasher

I would like to make md5/sha1 hasher tool to calculate hash for large number of big files like movies. Basically this should be part of bigger project that will use that data to organize files. I can do than on CPU with no problem but i will like to…
Bojan Radojevic
  • 1,015
  • 3
  • 16
  • 26
6
votes
2 answers

Best Practice WPF Prism Resources

I have a a WPF prism desktop app with a few modules. In the past I've put all my localized resources in common resource files in the infrastructure assembly and referenced it in all modules. But lately I have been wondering if that is indeed the…
NVM
  • 5,442
  • 4
  • 41
  • 61
4
votes
1 answer

Menu service in Prism application CAL

I am trying to create a Prism (CAL) framework (this is my first forray into CAL) and am having difficulty devising a service for registering menu items for a region). Here is what I have come up with so far... /// /// Menu item service -…
Jason
  • 223
  • 3
  • 9
4
votes
1 answer

Composite WPF EventAggregator subscriptions being lost

In my Composite WPF application I have an event that is published when the user double-clicks on a control. Modules subscribe to the event and perform an action when necessary. This event seems to stop working at random. Sometimes when I run the…
sourcenouveau
  • 29,356
  • 35
  • 146
  • 243
3
votes
2 answers

Localization in Prism WPF App

I'm looking for the best way to localize a Prism 2 WPF app that might have several modules ported to Silverlight 3. Has anyone successfully localized a Prism 2 WPF app with several modules?
Richard Golko
  • 31
  • 1
  • 2
2
votes
1 answer

NSCalendar [_NSCopyOnWriteCalendarWrapper component:fromDate:]: error

In a tableviewcontroller I have this code to get an array of days from 0 to 6 where it is order with the current dayNumber first. self.dayOrder=[NSMutableArray new]; NSCalendar *cal=[NSCalendar currentCalendar]; NSInteger dayNumber = [cal…
iqueqiorio
  • 1,149
  • 2
  • 35
  • 78
2
votes
1 answer

Sql Server 2012 cal licence model

I´m currently evaluating the adquisition of a MSSQL 2012 standard edition license, however this is my problem: I'll have around 100 different users logging through the same application on the same server (RDP), so the server will see 100 connections…
FERV
  • 41
  • 1
  • 6
1
vote
2 answers

Getting View Owner/Creator with Rational ClearCase Automation Library (CAL)

Has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not?
Jörg Battermann
  • 4,044
  • 5
  • 42
  • 79
1
vote
1 answer

Problem with Cal, EventAggregator, and Application.Deactivated

I'm having an interesing problem with CAL and the event aggregator. I am attempting to publish an event when the app is deactivated or activated (application.activated and application.deactivated). Some of my modules have popup boxes that a I want…
SnyderJK
  • 80
  • 9
1
vote
2 answers

Why does execve return differently than user

So Im rather new to the C language exec family functions and was wondering why cal returns usage: cal [-13smjyV] [[[day] month] year] When passed to execve(); below pid = fork( ) ; if ( pid == 0 ) { char *myArgv[ ] = { "cal",…
Anon451
  • 43
  • 4
1
vote
2 answers

Lookup all Navision Objects

I want to make a field to lookup all NAvision objects or specific objects(e.g all codeunits or Pages etc). but i dont know how to achieve this.
1
vote
1 answer

Android Froyo: my life with call_log

I'm stuck with the call_log functionality in Froyo. As many of you know, Froyo logs in call log not only calls but also each outgoing and incomming SMS message. You can chose in options to show all that crap, or only specific types (outgoing calls,…
adam.h.
  • 11
  • 3
1
vote
2 answers

Dynamics Nav FlowField and Calcfild

I want to pick the balance (flowfield)record from customer table to the Bill Table. I have a Customer table and a BillPros table. The balance in the customer table is a flowfield. //Customer on Variable Band…
1
vote
1 answer

ClearCase.ClearTool returns No view context available error

I am trying to run the following code, but the got #error 1 at startview command, and #error 2 in desc command. use Win32::OLE; $ct = Win32::OLE->new('ClearCase.ClearTool') or die "Could not create ClearTool object\n"; $view =…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
1
vote
1 answer

Make sidebar stick when one of the child elements reaches top having the child element on top of it with an auto height

I'm having a problem trying to make my sidebar stick in the correct height and making the desired effect, this is my code: https://jsfiddle.net/oavgLrf9/ I want my sidebar to add a fixed class when the second module reaches top, the problem is that…
Paola Soto
  • 17
  • 3
1
2 3 4 5