PSU_Kardi

1,363
reputation
232 views

Registered User

name PSU_Kardi
member for 7 months
seen 5 hours ago
website
location Sacramento, CA
age 25
A code monkey trying to be a bit more 0jpqgubWgS7mu251
Dec
6
awarded  Mortarboard
Dec
1
comment Managed C++ to form a bridge between c# and C++
You explained things a bit more - wish I could have selected both answers. Thanks!
Dec
1
asked Managed C++ to form a bridge between c# and C++
Nov
7
accepted Is Scrum supposed to be like the Apprentice
Oct
18
awarded  Tumbleweed
Oct
8
comment Tab between fields in TableViewer
That was the problem
Oct
7
comment DIsable JFace TextCellEditor Field
I ended up doing it a bit different by making a CellModifier that implements ICellModifier Just wish I could find something better than canEdit - like actually grey out the field
Oct
7
comment DIsable JFace TextCellEditor Field
Thanks, this might be what I need. Will be trying this today...hope I can check that green checkbox for you
Oct
6
asked DIsable JFace TextCellEditor Field
Oct
1
comment Tab between fields in TableViewer
org.eclipse.jface.viewers.TableViewer does not accept a KeyListener
Sep
30
asked Tab between fields in TableViewer
Sep
14
accepted CheckboxCellEditor shows text and not a check box
Sep
14
answered CheckboxCellEditor shows text and not a check box
Sep
8
asked CheckboxCellEditor shows text and not a check box
Sep
7
comment How to resolve AssertionFailedException
Seems you were right on the returning a string part. Thank you!
Sep
7
asked How to resolve AssertionFailedException
Aug
31
comment SWT Setting Column Height or insert new line
Well that explains the why, and I guess also means that they have no intent on fixing this any time soon....
Aug
31
asked SWT Setting Column Height or insert new line
Aug
2
comment Embed a browser in Flex
Well, I know I could just embed the SWF into the browser...but I'm curious to see if it's something that can be done. It's a small project I'm messing with at home just to learn more about Flex and what not - kind of re-inventing the wheel to learn about the wheel
Aug
2
asked Embed a browser in Flex
Jul
29
answered What have you heard about “the real world” from academia that is completely incorrect?
Jul
28
comment Advanced OOP in PHP5?
The design pattern book impacted my career so much. It's a book I always have sitting next to my PC
Jul
28
accepted Drupal RPC Fault
Jul
28
awarded  Peer Pressure
Jul
26
comment Flex + Drupal Sharing Data
Thanks again for that link - it proved quite useful
Jul
26
answered Drupal RPC Fault
Jul
26
comment Drupal RPC Fault
Apparently #2048 is a Security sandbox violation Still not sure how to fix this
Jul
26
asked Drupal RPC Fault
Jul
24
comment Flex + Drupal Sharing Data
Thanks, I think this may be pointing me towards what I need. This will help me over the weekend
Jul
24
asked Flex + Drupal Sharing Data
Jul
24
answered What exactly is the model in MVC
Jul
23
accepted Include problems in PHP
Jul
21
answered C# Property Accessor Error
Jul
21
answered IDE vs Gedit
Jul
21
comment What comes after Eclipse Galileo?
E4 really really has me interested
Jul
20
answered How to get the data inside a packet transmitted by a wireless network?
Jul
20
answered Save a text file to a remote network shared folder like https://…
Jul
15
answered How can I share code between C# and Flex?
Jul
15
answered What should a junior Java developer know?
Jul
14
awarded  Civic Duty
Jul
14
answered WPF Databinding: How do I access the “parent” data context?
Jul
14
answered How can I format an integer to a specific length in javascript?
Jul
14
comment What’s a unit test?
I would but you gave me a bad URL...so not only do you fail at unit tests - you can't even provide real URLS in your arguments
Jul
13
answered Automatically reformat long-lined Java code to 80 columns and still compile?
Jul
13
answered What is DOM element?
Jul
13
comment What’s a unit test?
I don't see how it's rude. You asked a very basic software question - I pointed you towards a good place of reference
Jul
13
answered What’s a unit test?
Jul
13
comment Why does XSLT seem to irritate so many people?
This would appear to be very opinionated...borderline programming related.
Jul
13
comment Parsing XML using PHP
That was actually part of a code snippet from my code. I should mention that you need to change $xml->item as it pertains to the xml feed that you are getting. I would look at the SimpleXMLElement documentation - but that's what I use to work with XML that I send from Adobe Flex
Jul
13
comment Parsing XML using PHP
I suggested SimpleXML as well