The bidirectional tag has no wiki summary.
3
votes
2answers
43 views
Hibernate OneToMany bi-directional relation is slow
I have Sessions and Users classes with following bi-directional OneToManymapping(generated with hibernate reverse engineering tool):
public class Users {
@OneToMany(fetch=FetchType.LAZY, ...
2
votes
1answer
45 views
How to change the direction of PrimeFaces' “Wizard” and “PanelGrid” to RTL
I'd like to know if there is anyway to set the direction to RTL on the following PrimeFaces components:
1- PanelGrid.
2- Wizard
p.s. This post says that primefaces has gone bidirectional: ...
0
votes
1answer
56 views
Hibernate One To One Bidirectional Not working
I am trying to make my code have a bidrectional relationship(One TO One) But apparently the code is not working.
here's the First Class.
public class User {
@OneToOne(cascade = ...
0
votes
1answer
63 views
How do I establish a bidirectional SSH Tunnel [closed]
Is it possible to do the following via an SSH tunnel...
Host-1 establishes an SSH connection to a Remote Server
I wish to log into the Remote Server and execute commands over SSH back on Host-1
...
0
votes
0answers
22 views
PHP Bi-Directional map
I'm porting to PHP a piece of Java code that uses a lot of Bi-directional maps (Guava's BiMap). Java-like maps are provided by PHP arrays or SplObjectStorage, but is there a library PHP Bi-Directional ...
3
votes
1answer
167 views
Proper way to update bidirectional Many to Many relationship symfony2-doctrine
I did some research, and after reading this and this (and all the related questions) I still can't figure which is the proper way to update a many to many relationship in Smyonfy 2 Doctrine. It feels ...
1
vote
0answers
116 views
Doctrine2: How to keep custom join table synchronized in a bi-directional Many-to-Many association?
The statement
I'm trying to reproduce the automatic Doctrine mechanism for handling Many-to-Many bidrectional relationships, but introducing a custom join table.
I've already digged into similar ...
1
vote
2answers
80 views
Are the radio buttons and text in proper order within a Right-To-Left (rtl) HTML area?
I noticed an issue when using right-to-left-based radio buttons on the same line in HTML. The radio "button" does not line up with the associated text as I would expect; the radio for group 1 is next ...
0
votes
1answer
84 views
Symfony ManyToMany Bidirectionnal Relationship Only persist on one direction
After a long time searching on the web, i decide myself to write my first post.
I hope I do it the right way.
Here is my problem.
I use symfony 2.1 on my project.
And I have to deal with a ...
0
votes
2answers
93 views
Bidirectional communication between Adobe Air Apps
This whole thing started when I began working on an Adobe Air App that was until now a completely single player game. The question I have is whether it is possible to alert a user when it is their ...
-1
votes
3answers
61 views
How can I make a bi-directional web application? [closed]
For example: if I make a chat room, how do I listen a message from server? I don't want to query the server at a set interval. Is there any library I can use to do this?
0
votes
0answers
72 views
Bidirectional communication with Medical Machine “Vitros” using .Net
I have task to send Patient Information to Medical device connected via comm port,
and receive the result from the machine from the same port.
Machine name : Vitros ECIQ , Vitros 350
in the manual ...
0
votes
3answers
468 views
Bidirectional bindings of different properties
I just tried to bind a Integer and a String property. After some googling this should be possible with one of the two provided methods:
public static void bindBidirectional(Property stringProperty,
...
0
votes
1answer
122 views
mapping one-to-many relation with Fluent NHibernate does not contain any child when browsing through one-end
I've created the following domain classes:
public class Car
{
public virtual int Id { get; set; }
public virtual string Registration { get; set; }
public virtual User ResponsibleContact { ...
2
votes
1answer
71 views
Bidirectional dictionary in Mongo
My app is a korean-english dictionary that I am writing on node.js using MongoDb. The problem is to organize database so I can have korean-english and english-korean direction with the same words. In ...
0
votes
0answers
83 views
How to communicate to LIS machine through serial port with bidirectional mode using kermit protocal only
I have a task in a Windows application to communicate with a medical LIS system with a bi-directional mode using the kermit protocol only. For that I want to initiate the communication and also if any ...
2
votes
1answer
102 views
Web application interacts bi-directional with server program?
I want to write a web application to play chess against the engine Crafty. I'm not new to PHP and javascript, but must learn how to interact with a server process : how can a web application and/or ...
1
vote
1answer
649 views
Automapper: bidirectional mapping with ReverseMap() and ForMember()
I have the case where I want to map an entity to a viewmodel and back. I have to specify the mapping explicitly with ForMember() because their properties do not share the exact same names. Here is a ...
0
votes
1answer
51 views
Can bi-directional searches be used where there are multiple goal nodes?
If I have some sort of data structure that I wish to conduct a search on that has a single starting node but multiple goal nodes can I still use a bi-directional search algorithm?
Sorry if it's a ...
0
votes
0answers
218 views
UIViewScrollviw UITableView subview scrolling. IOS
I have a UIScrollview with a UITableview subview.
The UIScrollview scrolls the UITableView horizontally.
The UITable view naturally scrolls up and down.
If a user places their finger on the ...
0
votes
0answers
102 views
RTL & LTR (bidirectional) in UITextView
I'm trying to save the content of a UITextView which contains lines of text formatted both RTL and LTR.
The problem is that UITextView checks only the first character to format direction. Let's assume ...
2
votes
1answer
180 views
asp.net mvc bi-directional self-referencing many-to-many
I am having difficulty setting up bi-directional self-referencing many-to-many mapping using EF in ASP.NET MVC4
I have:
modelBuilder.Entity<Item>()
.HasMany(i => i.ChildItems)
...
0
votes
0answers
340 views
Adding owner side object in JPA+Eclipselink ManyToMany bidirectional relation
I am using JPA and Eclipselink.
My problem is that in a @ManyToMany bidirectional relationship how to add a new object on the owner side correctly when the other side object was created and persisted ...
1
vote
4answers
205 views
Why is it necessary to distinguish one side of a bidirectional relationship in orm as an owning side?
In a one-to-many relationship usualy the field annotated with @ManyToOne is the owner - the other side has 'mappedBy' attribute. However if I skip the 'mappedBy' and annotate both sides with ...
0
votes
1answer
96 views
How can I change the BiDi mode of a TeeChart's legend?
Is it possible to simply change the BiDiMode of a TChart's legend? Or I have to draw the whole legend manually?
0
votes
2answers
148 views
Problems with MySQL bidirectional relationship and mirrored foreign keys
i have to create two tables with a bidirectional relationship, as in the figure given below.
But it always gives an error. I am using the following query for creating the tables.
CREATE TABLE IF ...
0
votes
0answers
171 views
bidirectional gallery with Flashbuilder 4.6 / actionscript 3.0 [closed]
i want to program a mobile application with flash builder 4.6 (actionscript 3.0) that is able to show a bidirectional image gallary/slideshow.
that means the user should see a "2-layer-image" ...
3
votes
2answers
150 views
C++ bidirectional iterator prefix increment
Observation 1: A C++ output iterator requires that &r == &++r, while an input iterator does not mention this requirement. See [C++11: 24.2.{3,4}]
Observation 2: Forward, bidirectional, and ...
-1
votes
1answer
242 views
ManyToMany bidirectional [Semantical Error] User has no association named service
I have two netities user & service and the join table user_service generated by doctrine, i tried to add a manytomany relatioship here is the annotations that i added :
Entity User side :
/**
* ...
0
votes
1answer
162 views
how to bi-transmitted between two Android NFC phones?
How can I implement NDEF can be bi-transmitted between two Android phones? I mean one phone send, the other phone receive and response back immediately and interactively. How to achieve that in two ...
0
votes
1answer
345 views
Better way to create bidirectional communication, with android
I recently did a project on android (android 3.2) to send strings to a server in my pc with a tcp connection. First of all I had to do a thread to achieve this, something that I didn’t have to do on a ...
0
votes
3answers
525 views
bidirectional tcp socket problems in C
I'm trying to implement a TCP client in C which needs to work as follows:
Ability to open a connection to a given server
Ability to send arbitrary data to the server through the established ...
0
votes
1answer
51 views
Adding bidirectional functionality to a SelectionListener
I'm having some trouble with my selection listener, currently I have independently trialed selection of text from TOP to BOTTOM, and BOTTOM to TOP (Mouse movement), however these trials won't work ...
1
vote
2answers
650 views
Bidirectional communication between microcontroller and pyserial
I am using Python 2.5.4 and Windows 7.
I am trying to create a program that transmits and receives info from a microcontroller using pygame. This code works fine when the microcontroller just writes ...
0
votes
1answer
170 views
How do you use a Bidirectional BFS to find the shortest path?
How do you use a Bidirectional BFS to find the shortest path? Let's say there is a 5x5 grid.
The start point is in (0,5) and the end point is in (4,1). What is the shortest path using bidirectional ...
4
votes
4answers
157 views
JavaScript dir method returns empty string for text direction
This returns an empty string when I try to determine the default text direction...
alert(document.getElementById('example').dir);
I would like to determine if the default text direction is ltr or ...
0
votes
1answer
62 views
Why did the caret move in this bidirectional text?
Consider the following bidirectional text in MS Word 2010, where the caret was positioned with a mouse click right at the left of the Hebrew letter dalet.
If I then press Delete, the caret moves ...
0
votes
0answers
91 views
Caret position in Word 2010 bidi-rectional text is ambiguous
Suppose you're using the font Arial, which has Arabic characters. Let's also suppose you have typed the letters 'a' and 'b' in a Word document, as below :
ab
Now, if you insert any Arabic character, ...
0
votes
1answer
405 views
Hibernate Annotation Bidirectional relationship cascade delete with non null foreign key
When performing a delete on an Order(the parent), hibernate is trying to cascade delete the children. Instead of just deleting the children first, it is attempting to null out the foreign keys, then ...
2
votes
2answers
275 views
How can I set the directionality of different TinyMCE editors based on the direction attribute of the input they replace?
I have a page with multiple textareas to be replaced with TinyMCE.
Some of the Textareas take arabic text, some english text. The textareas have the dir-attribute set correctly according to the input ...
1
vote
1answer
916 views
Verilog bidirectional bus for SRAM interface
We are attempting to write to an SRAM chip on a Terasic DE1 FPGA board, however we are getting errors to do with tri-state control. The errors are as follows:
Error (10137): Verilog HDL Procedural ...
1
vote
1answer
713 views
ssh forward - bidirectional
When using ssh forwarding Im able to commit with cvs and ftp against a remote server. Is it possible to let the server initiate a request against my machine - I would like the web application on the ...
0
votes
1answer
361 views
Can Unity and Flash communicate between eachother if they coexists in the browser?
In other words, can Flash trigger methods in Unity if both are present on a webpage, and both are setup with some exposed methods to talk to eachother?
Would JavaScript be the middle-man doing the ...
1
vote
1answer
1k views
How to set up a bi-directional fast file sync?
To do that, i'm trying to use GIT.
I'm trying to develop a .sh script (under linux) to auto-commit all changes in a git repository and delete all history revision except last one. The repository ...
0
votes
0answers
375 views
translate bidirectional connect by prior Oracle query to SQL server
i'm trying to translate this oracle query that, given an employee (i.e JONES, using the oracle scott.emp table) will return his ancestors (KING) and his descendants (FORD, SCOTT and their descendants) ...
2
votes
2answers
2k views
JPA bidirectional relations
If I have a bidirectional Relationship in my DataModel it is the responsibility of my application to keep the references up to date in the java code.
What is the best way to do this?
For example a ...
0
votes
1answer
415 views
JPA persist Object with cascase relation and then delete it (hibernate)
I have the following bidirectional 1:n relationship between A user entity and a job entity:
User class:
...
@OneToMany(mappedBy = "user",cascade={CascadeType.PERSIST})
public ...
0
votes
1answer
954 views
Netbeans sFTP Sync - Bidirectional reconciliation
I'm using Netbeans to manage a PHP projects in a proprietary setup. Files are on a web server and I use netbeans sFTP to download and auto-upload the files as I change them. It works great and I've ...
0
votes
0answers
355 views
Euler depth first search algorithm
I've coded a depth first search from a graph using euler algorithm of getting a cycle and splice subcicles into the result.
The problem is, to very large data, it isn't fast enough to find the ...
1
vote
0answers
258 views
flexible merge command for unison to pick newer or older file?
I've been using unison as my file synchronizer of choice and life has been great.
Essentially I could modify any files on any side at any time without ever worrying who's master and slave, etc. It's ...




