問題タブ [lwuit-resource-editor]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
lwuit-resource-editor - lwuit リソース エディター エラーから j2me netbeans プロジェクトを生成する
こんにちは、lwuit 1.5 リソース エディターから netbeans プロジェクトを生成しようとしましたが、次のようなエラーが表示されます。
問題: プロジェクトは「Sun Java(TM) Wireless Toolkit 2.5.2 for CLDC」という Java プラットフォームを使用していますが、このプラットフォームが見つかりませんでした。解決策: [解決] をクリックして、"Sun Java(TM) Wireless Toolkit 2.5.2 for CLDC" という名前の新しいプラットフォームを作成します。
このエラーを解決するには?
java-me - J2me Lwuit の画像
I have developed an LWUIT app. I have two types of images dispayed in the app. One coming from server side that need to displayed (like a photo posted and saved to server side) and one packaged in my jar and displayed mainly as icons (like a music icon, loading animation gif etc). I need to display all images according to the sreen size and resolution. The first kind is displayed by taking the screen display height and width and then use scale method and show a scaled version of the image. But however I have no idea how to show the second kind. i.e. icons. Example, my loading image looks good in most of the phones but for some phones like samsung, it looks blurred and over-sized. How to do this. My basic idea is to keep 3 types of images of icons like icon_width_lowXheight_low.png, icon_width_mediumXheight_medium.png and image_width_highXheight_high.png and show it based on the screen size. Please let me know the bets way to achieve this? Thanks, Parvathy
lwuit - トランジションを伴う別の画像の上に画像を表示する
背景としてラベルを使用して画像を表示するウェルカム画面があります。
今、私はしたいのですが、この背景画像にトランジション付きのアイコンを表示しようとしています。
というわけで、背景画像からアイコンへの遷移が完了すると、背景画像とアイコンが1つの画面に表示されるようになるはずです。
出来ますか?どうすればいいですか?
java - ブラックベリー デザイン エディター
Blackberry の開発は初めてです (Blackberry 7.1 のみ - Blackberry 10 はありません)。デザインで悩んでいます。Android (レイアウト エディター) や iPhone (XIB エディター) のようなレイアウトの設計を理解することができませんでした。Javaコードで設計されているすべてのチュートリアルを見つけました。まあ、すべてのコードを書くのは退屈なプロセスです。画面をデザインするためのレイアウトエディタのようなものはありますか?
また、lwuitとCodename Oneに出会いました。それらはクロスプラットフォームの Java フレームワークであり、レイアウト エディターを備えています。レイアウト エディターが利用できる場合は、BlackBerry ネイティブ開発を使用したいと考えています。また、lwuit と Codename One についての見解も参考になります。ありがとう