J2ME problem in using TWUIK framework - java-me

i am developing application in which requirement is to use TWUIK framework in J2ME
i have worked with j2me polish as well as LWUIT but i didnt find any kind of help regarding
TWUIK. Even i am not able to create sample application which simply contain two textbox for login.
core style in TWUIK is to creating every component on canvas
i can create textbox but cant even get focus to that component
Experts any one can guide me???
Thanks in Advance

Related

Is there an API to do screen capture in WinUI 3?

I have been searching for an API to capture screen images in a WinUI 3 app (without the user selecting from a picker, as from GraphicsCaptureItem). My goal is to capture screen images under programmatic control and display them on a Canvas element. Most of what I've found so far are APIs that work only on Windows forms.
I can think of some possible ways to do this by using interop to Win32 functionality, but hopefully there is a WinUI 3 compatible library that can be used directly (such as System.Windows.Forms.Screen, which is used on Windows forms).
Thanks in advance for any advice that can be offered.
2/6 - checked out the link from Simon Mourier and tried out a ScreenCapture app that uses CreateForMonitor: https://github.com/microsoft/Windows.UI.Composition-Win32-Samples/tree/master/dotnet/WPF/ScreenCapture. At this point, there would be quite some work to port this app to WinUI 3 as it is quite complex and uses interop for Direct3D functionality. However, it is progress and I appreciate the response.
Winui3 applications have access to the IGraphicsCaptureItemInterop interface. Here is a sample, I suggest you could refer to: https://github.com/robmikh/Win32CaptureSample

Business app made in Unity

Have freelance job on VR - Business app and need to make it in VR and noVR modes.
Can I develop it in Unity and what problems can I face? Or can I make noVR-part in Android studio and then combine it with Unity VR-part?
Searching on the internet and can't find a proper answer.
Unity 4.6+ has a new UI thats canvas based, its pretty ok but not as nice as a modern MVVM enabled UI frameworks. There are assets you can buy that enable MVVM in Unity UI. I would recommend this if your UI is complex
https://www.assetstore.unity3d.com/en/#!/search/page=1/sortby=rating/query=mvvm
The big problem with using Unity for any kind of business app type thing is that when entering text into GUI.TextFields you can't edit the text directly in the textbox. For any kind of form that has a bunch of textboxes and things to interact with, you need to do it in UIKit.I myself wouldnt use unity for what you want to do, try to look into the google Android SDK.

How to launch a url in a text box on chrome? c#

I am currently working on a school project using C# which is to develop a basic program of my choice. Currently I'm faced with the problem of trying to implement a function where a URL is imputed into a textbox and a button would open that url in a web browser.
I've been searching for a solution to this problem but haven't found any luck as of yet so I would appreciate any help.
You have not provided enough information. Lets assume you have ASP.NET MVC app.
UI
View
Controller

Drag and Drop from Silverlight OOB to another App

Well, here is another question that I think has been answered, but I need to ask it anyway. Is it possible to create a customized Silverlight 5 control that can be dragged from one application to another? The behavior I would like to emulate is like the Spy++ Crosshair Icon.
Thanks guys!
So after much research and deliberation, we abandoned the idea of using Silverlight to achieve our goal. The resulting application is a Windows Forms desktop application.
Since no one here decided to help answering this particular question, I will answer it with this: It is not possible to use Silverlight to create a control that you can drag over to an external application and find the Window Handle information for that external app.

Invoke a One Midlet from another Midlet

I’m working on J2ME Barcode Scanner using Zxing1.7 Library since 1.7 is the latest version which supports J2ME.
Since barcode functionality is already present as part of this Zxing, I need to call ZxingMidlet.java from my component Midlet.
As I’m very new to J2ME, I’m not getting how to invoke a ZxingMidlet from another Midlet.
Please provide your input/support If anyone has already worked on J2ME/has any experience on this.
It will be of great help to me.
Regards,
Deepak
The ZXingMIDlet.java is just an example of how to use their library. You should copy the parts of the code you need into your own project, instead of trying to start another midlet from your midlet.

Resources